Skip to content

Releases: amitds1997/remote-nvim.nvim

v0.3.1

27 Apr 17:29
66c9778
Compare
Choose a tag to compare

0.3.1 (2024-04-27)

Bug Fixes

  • ci: Fix file to update with the correct release (4a4251d)

v0.3.0

25 Apr 23:04
85d5f88
Compare
Choose a tag to compare

0.3.0 (2024-04-25)

⚠ BREAKING CHANGES

  • install: Support source and system installed Neovim (#93)

Features

  • install: Support source and system installed Neovim (#93) (c4455b5)
  • support all other OSes through alternate install methods (#113) (14c202c)

v0.2.7

17 Apr 22:33
fac9036
Compare
Choose a tag to compare

0.2.7 (2024-04-17)

Bug Fixes

  • ui: resize popup window with nvim resize (#108) (fd0f74a)

v0.2.6

14 Apr 23:21
f4c6c5d
Compare
Choose a tag to compare

0.2.6 (2024-04-14)

Features

  • ssh: support passphrase input in remote neovim (#104) (fde45f9), closes #103

v0.2.5

10 Apr 05:49
843b858
Compare
Choose a tag to compare

0.2.5 (2024-04-10)

Bug Fixes

  • ssh: use --disable-copyfile only on macOS when compressing (#101) (7472c45)

v0.2.4

24 Mar 23:49
0bebd36
Compare
Choose a tag to compare

0.2.4 (2024-03-24)

Features

  • config: add more default password prompt matchers (#98) (cfc7bd6)

Bug Fixes

  • ssh: Correctly handle path expansion for Include directive (#96) (de2004d)

v0.2.3

14 Feb 20:38
9e23776
Compare
Choose a tag to compare

0.2.3 (2024-02-14)

Features

  • support copying other neovim directories to remote (#88) (8135d46)

v0.2.2

03 Feb 01:46
3cdb9ad
Compare
Choose a tag to compare

What's Changed

  • refactor: ssh config parser in #86

Full Changelog: v0.2.1...v0.2.2

v0.2.1

31 Jan 12:02
7711c59
Compare
Choose a tag to compare

0.2.1 (2024-01-31)

Features

v0.2.0

27 Jan 03:08
Compare
Choose a tag to compare

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)