Releases: mrcjkb/rustaceanvim
Releases · mrcjkb/rustaceanvim
v6.0.8
6.0.8 (2025-05-04)
Bug Fixes
- lsp: codeActions not found if multiple clients are active (#749) (c0183df)
v6.0.7
6.0.7 (2025-05-03)
Bug Fixes
v6.0.6
6.0.6 (2025-05-02)
Bug Fixes
- lsp/codeAcation: query all clients for encoding params (0d4fd7e)
v6.0.5
6.0.5 (2025-04-26)
Bug Fixes
- ui: use Nvim 0.11 codeaction table structure (continued) (#741) (44f6aa7)
v6.0.4
6.0.4 (2025-04-26)
Bug Fixes
- ui: use Nvim 0.11 codeaction table structure (#739) (12fcffa)
v6.0.3
6.0.3 (2025-04-19)
Bug Fixes
- lsp: crash when project root not detected (#735) (e0bcec7)
v6.0.2
6.0.2 (2025-04-08)
Bug Fixes
- lsp: client attach issue when loading vim session script (#728) (c3bc1fe)
v6.0.1
6.0.1 (2025-04-06)
Bug Fixes
- regression in root directory detection (#725) (fa2ddb5)
v6.0.0
6.0.0 (2025-04-03)
⚠ BREAKING CHANGES
- lsp: don't auto-register LSP client capabilities
- drop
config.tools.edition
config
- drop support for
rust-analyzer.json
- drop nvim 0.10 support
Features
- drop
config.tools.edition
config (cff0267)
- drop nvim 0.10 support (161360c)
- drop support for
rust-analyzer.json
(1fcb991)
- lsp: configure rust-analyzer on the fly (fc82520)
- lsp: don't auto-register LSP client capabilities (b2ab7de)
Performance Improvements
- async
rustc unpretty
command (7b835e3)
- lsp: default to async root directory detection (7c66c1b)
v5.26.0
5.26.0 (2025-03-31)
Features
- range_hover: switch to normal when the floating window is focused (8cb8aee)
Bug Fixes
- hover_range: missing border (a706d03)