Releases: TheLeoP/project.nvim
Releases · TheLeoP/project.nvim
v1.0.0
1.0.0 (2024-07-29)
⚠ BREAKING CHANGES
- refactor
- Bring up minimal version to Neovim 0.8
- initial rewrite dropping old apis and vimscript
Features
- Allow projects to be removed from the list (#34) (b374afa)
- custom callback on_project_selection (95907bb)
- lsp-root: take into account workspaces when finding root (a1cae80)
- project: adds config setting for the scope of the directory change (eb2f690)
Bug Fixes
- 26: finding project root directory does not work on windows (#27) (79c0cf2)
- Attempt to normalise paths for Windows (#37) (1a6843a)
- file_browser action (713ed64)
- Ignore invalid file paths (e366fce)
- incorrectly premature return in on_buf_enter (cb5641f)
- Lowercase first character on Windows (#38) (3a1f75b)
- lsp-root: Don't match paths similar to cwd (e0479e3)
- move init to setup (dcab508)
- require('telescope.actions').get_selected_entry() is deprecated (#33) (c845128)
- typo: {} -> config.options.ignore_lsp (11f6de6)
- use uppercase drive name for paths on windows (07c4ab5)
- win: normalize paths case-insensitive (c21d8b1)
- wrong root check on Windows (b832c84)