Skip to content

1.3.0

Choose a tag to compare

@zyedidia zyedidia released this 29 Jul 18:31
· 2191 commits to master since this release

Micro version 1.3.0

The largest change in this version is the new multiple cursor support.

Changelog:

  • Dependencies distributed as submodules
  • Multiple cursors
    • New actions that can be bound:
      • SpawnMultiCursor default binding: Alt-n
      • RemoveMultiCursor default binding: Alt-p
      • RemoveAllMultiCursors default binding: Alt-c
      • SkipMultiCursor default binding: Alt-x
      • MouseMultiCursor default binding (can only be bound to mouse buttons): Ctrl-MouseLeft
  • Expanded keybinding support
    • Mouse buttons can be bound
      • MouseLeft
      • MouseRight
      • MouseMiddle
      • MouseWheelUp
      • MouseWheelDown
      • MouseWheelLeft
      • MouseWheelRight
    • Characters can be bound
    • Support for CtrlPgUp and CtrlPgDown
  • Various syntax highlighting improvements
    • Vala improvements
    • C improvements
    • New Twig syntax
    • New Darcula colorscheme
  • Improved search and replace
    • Default now will ask for each replacement
    • Use -a flag to replace all
  • No more 1/10th second delay when quitting and using alt keys
  • Bug fixes

A lot changed under the hood with this version so there may be more bugs I'm not aware of. Please report them if you find any!