nightly
Automatic generated nightly build of micro (please DISREGARD the creation date of this Github release).
Automatic generated nightly build of micro (please DISREGARD the creation date of this Github release).
Micro 2.0.15 Get well into 2026 and have a happy new year! 🎆 What's Changed New options truecolor (supersedes the MICRO_TRUECOLOR environment variable) (by @JoeKar in #2867) showchars (deprecates indentchar) (by @Neko-Box-Coder in #3760) lockbindings for completely disallowing plugins to modify keybindings (by @Neko-Box-Coder in #3618) helpsplit for changing default split type for the help command…
1st release candidate for micro 2.0.15
Release candidate for micro 2.0.14
Micro 2.0.14 New options matchbracestyle to choose whether to underline or highlight matching braces (by @toiletbril in #2876) matchbraceleft to choose whether to match brace to the left of the cursor (by @dmaluka in #3432) hltrailingws to highlight trailing whitespace (by @dmaluka in #1897) hltaberrors to highlight tab vs space inconsistencies (by @dmaluka in #1897) Cursor movement and selection…
Micro 2.0.13 Changelog: Introduced new reload option to control file reloading behavior when files are updated externally. Bug fix for term command. Minor bug fixes.
Micro 2.0.12 New features and fixes: Adds fakecursor option. Adds HistorySearchUp and HistorySearchDown actions. Adds scrollbarchar option. Adds -multiopen flag. Save with sudo for large files fixed. Syntax highlighting engine improvements. Many minor bug fixes and highlighting adjustments/improvements (new languages and fixes). Thanks to all contributors who continue to help with Micro developmen…
Micro 2.0.11 This is a minor version update to micro including the following general changes: Support for clipboard in WSL via clip.exe. New hlsearch option to highlight search results. Fixes for OSC52 clipboard support. Syntax highlighting fixes, improvements, and new languages. Rust clippy and go vet linters. Switch to using go embed instead of go-bindata. Bug fixes.
Micro 2.0.10 Bug fixes Opening a readonly file now only causes a warning Bracketed paste fix Terminal title fix Allow opting out of loading a backup file Default binding of Alt-Shift-f (Alt-F) for FindLiteral Find will prefill with selected text Syntax highlighting improvements (for nix, racket, v, rust, cpp, erlang, nim) Minor documentation improvements Shellcheck linter support
Micro 2.0.9 Softwrap improvements (thanks to @dmaluka). New wordwrap option. Several bug fixes and improvements to navigation. Small bug fixes