Releases: amitds1997/remote-nvim.nvim
Releases · amitds1997/remote-nvim.nvim
v0.1.3
v0.1.2
v0.1.1
v0.1.0
0.1.0 (2023-09-24)
Bug Fixes
- handle when ui.select is synchronous (#38) (da88176)
- remove deprecated function call (#35) (6be08bd)
Miscellaneous Chores
- release 0.1.0 (8cf267e)
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
First release of the plugin 🎉
What's Changed
- feat(remote-nvim): Make SSH jobs async by @amitds1997 in #1
- Add logic to find a free port by @amitds1997 in #2
- Add LICENSE by @amitds1997 in #3
- feat(remote-nvim): Add remote host configuration tracking by @amitds1997 in #4
- Setup nvim server start by @amitds1997 in #5
- fix(remote-setup): Fix port forwarding starting before setup by @amitds1997 in #6
- feat(remote-login): Save password for session after first input by @amitds1997 in #7
- feat(logging): Add logger by @amitds1997 in #8
- feat(ssh-login): Add support for verifying new host by @amitds1997 in #9
- docs(readme): Update README and TODO by @amitds1997 in #10
- style: Add pre-commit, linters and formatters by @amitds1997 in #11
- refactor(remote-nvim): Refactor existing code to abstract away providers by @amitds1997 in #12
- feat: Add logging by @amitds1997 in #13
- feat: Add logging by @amitds1997 in #14
- feat: added progress reporter by @amitds1997 in #15
- perf: Simplify checks by @amitds1997 in #16
- feat: Improve user experience by @amitds1997 in #17
- fix: launch of client while server is still is unavailable by @amitds1997 in #18
- feat: add Neovim user commands by @amitds1997 in #19
- Add README and docs by @amitds1997 in #20
- chore: Improve UX further by @amitds1997 in #21
- fix: broken docs CI by @amitds1997 in #22
- fix: broken port forwarding handling by @amitds1997 in #23
- fix: upload and download args by @amitds1997 in #24
- fix: nasty little index issue leading to hanging SSH jobs by @amitds1997 in #25
- ci: add release CI by @amitds1997 in #26
- ci: fix doc and release generation CI by @amitds1997 in #27
- chore(main): release 0.0.1 by @github-actions in #28
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