Releases: riscy/shx-for-emacs
Releases · riscy/shx-for-emacs
v1.5.0
- Remove 1.4.0's customizable shells (ultimately redundant to an existing feature; see #16)
- Add a melpazoid build check
v1.4.0
Add customizable shell commands (#16), and misc. fixes.
v1.3.1
- 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
- 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
- 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
- Addresses #13
- Minor bugfixes and other cleanup
v1.1.1
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
- 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
- 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
Refines font-lock customizations (only highlights quoted text at the prompt).