Skip to content

1.4.0

Compare
Choose a tag to compare
@zyedidia zyedidia released this 26 Jan 01:19
· 1205 commits to master since this release

Release v1.4.0

  • Terminal emulator within micro
    • Use the term command to open a shell
    • Use term ... to start the emulator with a custom process
    • Only supported on MacOS, Linux, OpenBSD, FreeBSD, Dragonfly
    • Lua system for interfacing with the emulator as well
  • Brace highlighting
    • Use the matchbrace option (off by default)
  • New JumpToMatchingBrace action
  • New raw command
    • Using this command will show all escape sequences micro is using
    • Useful for debugging
  • New showkey command
    • See what action a key is bound to
  • ReplaceMode (bound to insert key by default)
  • Bind keys to actions
    • Use command:... as an action to bind a command
    • Use command-edit:... as an action to bind a command prompt
  • Optimization for saving large files
  • New basename option for the path shown in the status bar
  • New railscast colorscheme
  • New SelectLine action
  • Support line:col syntax in JumpLine
  • Prompt to create parent folders if they don't exist when saving
  • Syntax highlighting improvements
    • Javascript
    • Git-commit
    • Julia
    • Lua
    • Makefile
  • Bug fixes