Skip to content

Releases: mrcjkb/rustaceanvim

v5.14.1

12 Nov 09:19
8ece53b
Compare
Choose a tag to compare

5.14.1 (2024-11-12)

Bug Fixes

  • compatibility with nvim-nightly (0b40190)

v5.14.0

12 Nov 09:17
6116eea
Compare
Choose a tag to compare

What's Changed

  • feat(lsp): allow overriding server command via rust-analzyer.server.path setting by @mrcjkb in #567
  • chore(master): release 5.14.0 by @mrcjkb in #568

Full Changelog: v5.13.2...v5.14.0

v5.13.2

09 Nov 17:22
2444433
Compare
Choose a tag to compare

5.13.2 (2024-11-09)

Bug Fixes

  • work around bug in Nushell on Windows (#564) (59f15ef)

v5.13.1

28 Oct 16:54
e1f9464
Compare
Choose a tag to compare

5.13.1 (2024-10-28)

Performance Improvements

v5.13.0

17 Oct 15:32
6eb1c41
Compare
Choose a tag to compare

5.13.0 (2024-10-17)

Features

  • lsp: target architecture switching command for RustAnalyzer (#541) (95715b2)

Bug Fixes

  • remove corrupt file that breaks git clone on windows (ccff140)

v5.12.0

15 Oct 23:44
819c319
Compare
Choose a tag to compare

5.12.0 (2024-10-15)

Features

  • config: health check reports for .vscode/settings.json (#539) (cb31013)

v5.11.0

01 Oct 14:18
29f42cc
Compare
Choose a tag to compare

5.11.0 (2024-10-01)

Features

  • lsp: preserve cursor position for move_item command (#532) (a07bb0d)

v5.10.1

27 Sep 14:16
ebbd100
Compare
Choose a tag to compare

5.10.1 (2024-09-27)

Bug Fixes

  • windows: remove empty file causing git clone to fail (b7c8171)

v5.10.0

27 Sep 11:41
431a2b1
Compare
Choose a tag to compare

5.10.0 (2024-09-27)

Features

  • add hint on how to configure/disable server status notifications (711e25f)

v5.9.0

23 Sep 18:33
dc0ab4e
Compare
Choose a tag to compare

5.9.0 (2024-09-23)

Features

  • lsp: only notify on server status error by default (#519) (360ac5c)