Skip to content

Releases: riscy/shx-for-emacs

v1.5.0

06 Sep 00:26
Compare
Choose a tag to compare
  • Remove 1.4.0's customizable shells (ultimately redundant to an existing feature; see #16)
  • Add a melpazoid build check

v1.4.0

10 Apr 06:40
Compare
Choose a tag to compare

Add customizable shell commands (#16), and misc. fixes.

v1.3.1

03 Feb 03:38
Compare
Choose a tag to compare
  • Fix #16
  • Adjusting highlighting of URLs
  • Minor speedups (delay loading color, speed up shx--safe-as-markup-p)
  • Revise handling of asynch processes

v1.3.0

27 Oct 22:54
Compare
Choose a tag to compare
  • Remove snap-to-top; bump version for interface change
  • Declare some functions side-effect-free; fix revealed bug
  • Improve asynch handling; fix missing escape in :find

v1.2.0

29 Sep 03:52
Compare
Choose a tag to compare
  • Add support for automatic directory resyncing
  • Run commands like :find in a background process
  • Restore compatibility with Emacs 24
  • Linting, misc. cleanup

v1.1.2

23 Jun 22:20
Compare
Choose a tag to compare
  • Addresses #13
  • Minor bugfixes and other cleanup

v1.1.1

02 Jun 21:31
Compare
Choose a tag to compare

Important changes:

  • improve compatibility with Docker containers
  • fix minor issue with markup regexp not including newlines
  • fix potential but unlikely issue with colors bleeding over lines

v1.1.0

09 Mar 22:47
Compare
Choose a tag to compare
  • Add cwd tracking (by propertizing the prompt) to advise ffap functions
  • :ssh command now reuses the same buffer
  • Reworked how the process gets restarted in case it ended
  • Add to the list of commands that get highlighted
  • Various bugfixes and documentation enhancements

v1.0.0

19 Nov 03:29
Compare
Choose a tag to compare
  • Miscellaneous performance improvements for shx-magic-insert
  • Add customizable variable shx-max-output to break up long output
  • Automatically restart buffer process if it becomes nil
  • Bookkeeping - remove a couple unused functions, update README

v0.0.18

10 Nov 04:16
Compare
Choose a tag to compare

Refines font-lock customizations (only highlights quoted text at the prompt).