Skip to content

Releases: LintaoAmons/cd-project.nvim

v0.9.0

29 Oct 13:18
Compare
Choose a tag to compare

What's Changed

  • Properly call the hook callback in cd_project_in_tab by @hungyiloo in #32
  • telescope shortcuts

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0 format JSON with jq

19 Jun 14:12
d18efcb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0 new command CdProjectTab

10 Jun 15:38
df25281
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

17 May 13:38
4353197
Compare
Choose a tag to compare

Fix #27: can't toggle auto register project function

v0.6.0

15 May 10:18
Compare
Choose a tag to compare
  • 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

14 Apr 02:53
d907edd
Compare
Choose a tag to compare

What's Changed

  • refactor: telescope adapter search_and_add by @vague2k in #19
  • chore: update README.md with unadded commands by @vague2k in #22

Full Changelog: v0.4.1...v0.5.0

v0.4.1

25 Mar 04:25
2e16bea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Feb 04:03
f9009fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Jan 06:18
046cb76
Compare
Choose a tag to compare

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

26 Jan 04:23
8d082de
Compare
Choose a tag to compare

What's Changed

  • Telescope support by @stefanwatt in #6
  • Code Structure refactor
  • config as a global variable

New Contributors

Full Changelog: v0.1.0...v0.2.0