You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let platform checks be defined as constants at compile time.
Cache checks for if executables exists in PATH.
Update the default.pgo file (used for profile guided optimization).
Programming and Markdown
Remove a check for if Go code is valid while typing.
Improve syntax highlighting for Scheme.
Also support the default indentation of go.mod files.
Improve the detection of JSON content for files without a .json extension.
Fix an issue where formatting Markdown documents with ctrl-w would misinterpret ----style headlines as tables.
Add a template for the C3 programming language.
Block editing
Show an informative status bar when toggling block edit mode with ctrl-g.
Let ctrl-d and backspace also work in block edit mode.
Arch Linux
Let ctrl-space when editing PKGBUILD files not launch a terminal emulator but simply start building and replace the current process with an exec syscall.
Do not chmod +x shell scripts with the .install extension.
Look and feel
Adjust the color of the max column indicator.
Improve the wording and ordering in the ctrl-o menu.
Add a menu option for the max column indicator.
Improve two error messages.
Update the spinner animation.
General
Compile the release files with Go 1.23.0, which is the latest version.
Showcase one of the light themes in the README.md file by adding a screenshot.