Releases: LintaoAmons/cd-project.nvim
Releases · LintaoAmons/cd-project.nvim
v0.9.0
What's Changed
- Properly call the hook callback in cd_project_in_tab by @hungyiloo in #32
- telescope shortcuts
New Contributors
- @hungyiloo made their first contribution in #32
Full Changelog: v0.8.0...v0.9.0
v0.8.0 format JSON with jq
What's Changed
- feat: Add format JSON with jq by @julianorchard in #30
New Contributors
- @julianorchard made their first contribution in #30
Full Changelog: v0.7.0...v0.8.0
v0.7.0 new command CdProjectTab
What's Changed
- add:
tcd
support by @mgastonportillo in #29 - Add missing comma to README.md by @sophieforrest in #28
New Contributors
- @sophieforrest made their first contribution in #28
- @mgastonportillo made their first contribution in #29
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
- Create
CdProjectDelete
command: you don't need to delete the path you don't want by manually modify the json file anymore - Add a auto add function: When you use Nvim to open a directory, this directory will be automatically added into your project collection, you can turn it off from config.
v0.5.0
v0.4.1
What's Changed
- Escape dir with fnameescape before cd by @ColdMacaroni in #17
New Contributors
- @ColdMacaroni made their first contribution in #17
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- [feat] choice_format option: Introduces a configuration option allowing users to customize the display in the project picker to show project names, paths, or both.
- [enhance] telescope and vim-ui adapters: Implements enhancements to support new display options and improve project selection functionality.
- [fix] project retrieval and display: Refactors and addresses bugs in the logic for retrieving and displaying projects, including adjustments to the formatting of project names and paths.
New Contributors
Full Changelog: v0.2.1...v0.3.0
v0.2.0
What's Changed
- Telescope support by @stefanwatt in #6
- Code Structure refactor
- config as a global variable
New Contributors
- @stefanwatt made their first contribution in #6
Full Changelog: v0.1.0...v0.2.0