Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 16:20
2fde9d8

2.0.0 (2023-08-24)

⚠ BREAKING CHANGES

  • disable netrw by default (#155)

Bug Fixes

  • actions.terminal supports ssh adapter (#152) (0ccf95a)
  • errors when writing files over ssh (#159) (bfa0e87)
  • fix flaky test (9509ae0)
  • remaining type errors (8f78079)
  • set nomodifiable after BufWritePre in ssh adapter (#159) (b61bc9b)
  • sometimes use shell to run trash command (#99) (ff62fc2)
  • ssh adapter supports any system with /bin/sh (#161) (ebcd720)
  • type annotations and type errors (47c7737)

Performance Improvements

  • tweak uv readdir params for performance (ffb89bf)

Code Refactoring