micro-editor v2.0.5 Release Notes

Release Date: 2020-06-18 // almost 4 years ago
  • Micro v2.0.5

    ๐Ÿ Edit: Due to a significant bug on the Windows version, please use version 2.0.6-dev.3 (attached below as 2.0.5 to avoid causing errors for automated installers) instead of 2.0.5 (for Windows only). Sorry for any inconvenience.

    ๐Ÿ”„ Changelog:

    • 0๏ธโƒฃ Micro will ensure that settings.json only contains non-default settings.
      • Settings will have default values unless overridden in settings.json.
      • Any settings with default values in settings.json will be removed after
        modifying your settings or running micro -clean.
    • ๐Ÿ†• New relativeruler option (default off).
      • Makes line numbers relative to your current cursor position.
    • ๐Ÿ†• New parsecursor option for file:line:col syntax (default off).
      • Enable for previous behavior to open a file at a location.
    • More consistent key labels to reduce confusion about keybindings.
    • Autocompletion is more conservative and only triggers for alphanumerics.
    • ๐ŸŽ Performance improvements.
    • 0๏ธโƒฃ More languages supported by the default comment plugin.
      • Use Alt-/ or Ctrl-/ (new) to comment/uncomment a block of code.
      • Note that micro sees Ctrl-/ as the CtrlUnderscore event from the terminal.
    • ๐Ÿ› Bug fixes.
      • Mouse support in command bar.
      • Escape sequence handling.
      • Other minor issues and improvements.