Releases: amitds1997/remote-nvim.nvim
Releases · amitds1997/remote-nvim.nvim
v0.3.1
v0.3.0
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2024-01-27)
⚠ BREAKING CHANGES
- improve version detection and bump minimum neovim version to 0.9.0
Features
- add drop down when there are multiple active session with :RemoteStop (2d715c1)
- add highlight groups and show correct pane when client is not launched (3ae2ffb)
- add host and connection details to session info (25aa5d9)
- add keymap help window (446d16a)
- add session info pane (bf2f93a)
- improve :RemoteStart behaviour (245e6e7)
- improve manual ssh input and remote connection check (b03a196)
- improve version detection and bump minimum neovim version to 0.9.0 (c4c3c44)
- set correct defaults for progressview window (f87e418)
- switch to table opts and add logviewer (2fb2707)
Bug Fixes
- better tracebacks and correct schedule wrapping (d3093cd)
- correct color coding when we cleanup remote (ef4bad6)
- correct neovim version checks (690a835)
- correctly close remote session even if changes are pending (330f90f)
- format markdown files and add pre-commit selene hook (#72) (0a7bd8f)
- multiple popups do not work together and write detailed traceback (271a77c)
- squash recursive .remote-nvim bug (39df787)
- telescope: correct finder name in the preview window for existing workspaces (75475bf)
- use dynamic uv definition to handle deprecated loop (14d6e07)