Skip to content

Releases: helix-editor/helix

v0.5.0

28 Oct 07:58
v0.5.0
Compare
Choose a tag to compare

v0.4.1

14 Aug 04:44
v0.4.1
Compare
Choose a tag to compare
v0.4.1

v0.4.0

12 Aug 16:46
v0.4.0
Compare
Choose a tag to compare
See CHANGELOG.md for more details.

v0.3.0

27 Jun 04:42
v0.3.0
Compare
Choose a tag to compare
See CHANGELOG.md for more details.

v0.2.1

14 Jun 16:22
v0.2.1
Compare
Choose a tag to compare
Includes a fix where wq/wqa could exit before file saving completed.

v0.2.0

13 Jun 13:53
v0.2.0
Compare
Choose a tag to compare
Enough has changed to bump the version. We're skipping 0.1.x because
previously the CLI would always report version as 0.1.0, and we'd like
to distinguish it in bug reports..

- The runtime/ directory is now properly detected on binary releases and
  on cargo run. ~/.config/helix/runtime can also be used.
- Registers can now be selected via " (for example "ay)
- Support for Nix files was added
- Movement is now fully tested and matches kakoune implementation
- A per-file LSP symbol picker was added to space+s
- Selection can be replaced with yanked text via R

- 1g now correctly goes to line 1
- ctrl-i now correctly jumps backwards in history
- A small memory leak was fixed, where we tried to reuse tree-sitter
  query cursors, but always allocated a new one
- Auto-formatting is now only on for certain languages
- The root directory is now provided in LSP initialization, fixing
  certain language servers (typescript)
- LSP failing to start no longer panics
- Elixir language queries were fixed

v0.0.10

07 Jun 01:28
v0.0.10
Compare
Choose a tag to compare
Keymaps:
- Add mappings to jump to diagnostics
- Add gt/gm/gb mappings to jump to top/middle/bottom of screen
- ^ and $ are now gh, gl

- The runtime/ can now optionally be embedded in the binary
- Haskell syntax added
- Window mode (ctrl-w) added
- Show matching bracket (vim's matchbrackets)
- Themes now support style modifiers
- First user contributed theme
- Create a document if it doesn't exist yet on save
- Detect language on a new file on save

- Panic fixes, lots of them

v0.0.9

03 Jun 02:07
v0.0.9
7e86032
Compare
Choose a tag to compare
Some urgent fixes regarding crashes on window resize.

v0.0.8

02 Jun 14:05
v0.0.8
2719a35
Compare
Choose a tag to compare
Fixes some of the crashes occuring on Windows.

v0.0.7

02 Jun 04:31
v0.0.7
Compare
Choose a tag to compare
v0.0.7