Skip to content

Releases: denisidoro/navi

2.15.0

09 Apr 14:56
307f0c1
Compare
Choose a tag to compare

‼️ Breaking changes

  • 4c297 Make --map behave as function body (#468)

✨ New features

  • deca1 Make preview var content streamable
  • 307f0 Improve bash and zsh widgets (#486)

🐛 Fixes

  • 5da5c If command not found in cheatsh, report and return
  • 19487 Make preview window show mapped values

💻 Code quality

  • 347c1 Fix warnings (#464)
  • 17cd4 Fix all new warnings (#467)
  • 23be6 Move common helpers to src/ (#465)
  • b6be9 Bump all dependencies (#466)
  • f966e Remove unused code for global flag
  • 43f01 Correctly show preview var window for --multi (#472)
  • fe07f Refactor finder packages (#473)
  • 16a8b Refactor terminal_width package
  • 3870c Refactor core package (#476)
  • b2816 Refactor fetcher packages (#477)
  • 30c64 Rename display package
  • a8ddc Add instructions for shell widget customization (#480)
  • f415e Use Pathbufs appropriately (#481)
  • 58dec Use remove_dir_all crate (#482)
  • 243a2 Use crossterm instead of termion and terminal_width
  • 1f356 Refactor env_vars package (#485)

2.14.0

18 Jan 16:04
ee4a566
Compare
Choose a tag to compare

✨ New features

  • 8e324 Add keybinding for editing cheatsheet entry
  • 5c43c Improve argument parsing (#452)

🐛 Fixes

  • 93058 Add UX workaround for nested variables
  • dd519 Convert - to _ for env vars (#454)

💻 Code quality

2.13.1

22 Dec 15:07
Compare
Choose a tag to compare

🐛 Fixes

  • ae3d4 Prevent invisible preview window in case of :hidden in FZF_DEFAULT_OPTS (#446)
  • f31ee Update help commands

2.13.0

27 Nov 13:19
0e2f255
Compare
Choose a tag to compare

✨ New features

  • 8e324 Trigger edit on the current cheat file

🐛 Fixes

  • 14997 Fix error when pressing enter with nothing selected (#438)
  • 6dcbc Improve support for variable prompt in shell scripting (#428)
  • 648eb Alfred workflow: fix quoting (#430)
  • ca458 Fix autoselect-1 when using skim (#429)
  • ff84a Fix error when downloading repo using tab (#427)
  • 9cf12 Fix trailing slash in $NAVI_PATH (#426)

💻 Code quality

  • 0e2f2 Bump Github actions dependencies (#439)
  • 0ddf7 Make break logic simpler

2.12.1

08 Oct 20:49
de06161
Compare
Choose a tag to compare

🐛 Fixes

  • de061 Fix support for fish shell (#421)
  • 7724e Fix typo in aliases.md

💻 Code quality

2.12.0

15 Sep 20:13
3fffac8
Compare
Choose a tag to compare

✨ New features

  • 2868d Add navi info cheats-path command (#409)
  • fa08d Repo: add option for importing all files (#407)
  • 16e40 Restart navi after adding a repo (#404)
  • 52b52 Make cheat finding recursive (#403)
  • 0e902 Add ctrl-r binding for toggle-all (#402)
  • 6808d Allow variable suggestions to use preview window (#399)

💻 Code quality

🐛 Fixes

  • 5fad7 Prevent deprecation notice in shell widget (#405)

2.11.0

11 Sep 15:00
Compare
Choose a tag to compare

✨ New features

  • 566f7 Revamp preview window for argument selection (#398)

🐛 Fixes

  • 566f7 Fix preview-window height in skim (#398)

2.10.0

29 Aug 21:59
e61e588
Compare
Choose a tag to compare

✨ New features

  • abae4 Allow color and width customization (#386)
  • 4ba03 Allow initial support for tldr and cheat.sh (#387)

💻 Code quality

2.9.0

23 Aug 23:10
00fe27b
Compare
Choose a tag to compare

✨ New features

  • 00fe2 Add ability to extend cheatsheets (#382)

💻 Code quality

  • e64d1 Make variable-map multi-indexed (#381)

2.8.0

14 Aug 17:07
657992b
Compare
Choose a tag to compare

✨ New features

  • 65799 Allow implicit variable dependencies (#379)