Skip to content

Latest commit

 

History

History
109 lines (64 loc) · 6.62 KB

CHANGELOG.md

File metadata and controls

109 lines (64 loc) · 6.62 KB

Changelog

0.5.1 (2024-01-26)

Bug Fixes

  • check int return value of vim.fn.has (#92) (0338960)
  • handle absolute paths on windows (#90) (d1fff3c)
  • lint: remove unused initializer for is_absolute (1153797)

0.5.0 (2023-11-28)

⚠ BREAKING CHANGES

  • make wezterm/kitty feature opt-in, disabled by default

Features

  • smart open should prefer alternative window (#83) (8a88333)

Code Refactoring

  • make wezterm/kitty feature opt-in, disabled by default (797b02a)

0.4.1 (2023-09-24)

Bug Fixes

  • default should_nest (11f9960)
  • don't escape filenames (6236aa9), closes #70
  • only open new tab if tab option is set (9f08ac1), closes #66
  • smart-open: only avoid curwin if it's a term (6813ad3)

v0.4.0 (2023-08-10)

Full Changelog

Merged pull requests:

v0.3.0 (2023-04-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: errors when file is in wildignore #25 (stevearc)

Merged pull requests:

  • fix: support for pre-0.9 Neovim instances #38 (davidmh)
  • fix: absolute paths should not use the guest cwd #34 (davidmh)
  • Read and pass full argv options #33 (davidmh)
  • fix: prioritize guest cwd #30 (davidmh)
  • feat: open in alternate window #29 (willothy)
  • Update README.md to fix lazy.nvim config example #23 (catgoose)
  • feat: force blocking from cmdline #22 (willothy)
  • fix: close guest bufs before host opens files #21 (willothy)
  • fix: paths with spaces on Windows #20 (willothy)

v0.2.0 (2023-03-16)

Full Changelog

Implemented enhancements:

  • feat: Allow piping from term into new buffer #8 (willothy)

Merged pull requests:

  • feat: default to open in current window instead of tab #14 (willothy)
  • refactor: use Lua [[]] multiline string syntax #13 (nyngwang)
  • doc: mention unception author in license/readme #6 (willothy)

v0.1.2 (2023-03-12)

Full Changelog

Merged pull requests:

  • feat(config): Add settings for opening windows #4 (willothy)

v0.1.1 (2023-03-11)

Full Changelog

Merged pull requests:

  • v0.1.1 (Builtin server) #2 (willothy)
  • chore: update readme for 0.1.1 (Builtin server) #1 (willothy)

v0.1.0 (2023-03-11)

Full Changelog