Skip to content

Releases: denisidoro/navi

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)

2.7.2

13 Aug 18:40
e11c48e
Compare
Choose a tag to compare

✨ New features

  • f071f Shell widget: use what's already typed in the command line as a filter

💻 Code quality

  • 13a3b Shell widget: improve bash implementation
  • ca1ff Add instructions on installing with nix