M

micro

M
micro IDE

nightly

Automatic generated nightly build of micro (please DISREGARD the creation date of this Github release).

M
micro IDE v2.0.15

2.0.15

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…

M
micro IDE v2.0.15-rc1

2.0.15-rc1

1st release candidate for micro 2.0.15

M
micro IDE v2.0.14-rc1

2.0.14-rc1

Release candidate for micro 2.0.14

M
micro IDE v2.0.14

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…

M
micro IDE v2.0.13

2.0.13

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.

M
micro IDE v2.0.12

2.0.12

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…

M
micro IDE v2.0.11

2.0.11

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.

M
micro IDE v2.0.10

2.0.10

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

M
micro IDE v2.0.9

2.0.9

Micro 2.0.9 Softwrap improvements (thanks to @dmaluka). New wordwrap option. Several bug fixes and improvements to navigation. Small bug fixes