tenseleyflow/fackr / 15f5908

Browse files

Release v0.5.0

- Add syntax highlighting for 30+ languages
- Add LSP client with auto-completion and diagnostics
- Add LSP server auto-install panel
- Add GitHub Actions for Windows/macOS/Linux builds
- Improve fuss mode navigation (left arrow/space collapse)
- Fix Ctrl+7 as alternative hints toggle
Authored by espadonne
SHA
15f5908dfe00c55ecc4cbda5aebc33b116e38f39
Parents
0c15f94
Tree
fbd72b3

1 changed file

StatusFile+-
M Cargo.toml 1 1
Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "fackr"
3
-version = "0.4.0"
3
+version = "0.5.0"
44
 edition = "2021"
55
 description = "Terminal text editor"
66
 authors = ["Matthew Forrester Wolffe"]