Skip to content

Releases: amitds1997/remote-nvim.nvim

v0.1.3

02 Nov 18:12
8ab7ae7
Compare
Choose a tag to compare

0.1.3 (2023-11-02)

Bug Fixes

  • notification: Notification does not go away if server is already running (#61) (4e65b1b)
  • provider: Fix hostname parsing in connection options (#64) (e57a2f8)

v0.1.2

29 Oct 05:43
26db684
Compare
Choose a tag to compare

0.1.2 (2023-10-29)

Bug Fixes

  • health: Checkhealth was broken due to an incorrect call (#59) (5c56a70)

v0.1.1

28 Sep 06:15
e8c0feb
Compare
Choose a tag to compare

0.1.1 (2023-09-28)

Bug Fixes

  • determine user's home directory on remote robustly (#49) (f8db042)
  • provider: fix E5560 when calling vim.ui.select() (#53) (f299fb1), closes #52

v0.1.0

24 Sep 08:39
001c02c
Compare
Choose a tag to compare

0.1.0 (2023-09-24)

Bug Fixes

  • handle when ui.select is synchronous (#38) (da88176)
  • remove deprecated function call (#35) (6be08bd)

Miscellaneous Chores

A lot of commits have been missed here because the release CI was broken. This lead to it missing a lot of commits in this release note. Going forward, this should not be the case. They can be seen as ancestor commits of release 0.1.0 (8cf267e)

Initial release

09 Aug 13:24
0f6006f
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

First release of the plugin 🎉

What's Changed

New Contributors

  • @amitds1997 made their first contribution in #1
  • @github-actions made their first contribution in #28

Full Changelog: https://github.com/amitds1997/remote-nvim.nvim/commits/v0.0.1