2023-12-10 23:12:19 by pin | Files touched by this commit (3) | |
Log message:
sysutils/navi: update to 2.23.0
โจ New features
21f93 Use XDG conventions on macOS too (#833)
๐ Fixes
6bc0e Fix install script (#835)
b560b Fixes for Windows (#840)
๐ป Code quality
29e58 Add pacman instructions (#831)
a8f38 Improve docs on directory defaults and env vars (#859)
e1c26 Improve docs on cheat files (#864)
|
2023-04-11 10:42:00 by pin | Files touched by this commit (5) | |
Log message:
sysutils/navi: update to 2.22.1
2.22.1
New features
- e3920 Add --prevent-interpolation flag (#824)
- 4b07d Add support for code blocks using markdown syntax (#807)
๐Fixes
- f8192 Fix publish script (#825)
- f6414 Prevent variable selection content from being limited to 3 columns
(#821)
- 89637 Correctly calculate character widths (#820)
- dee8f Fix typos
- 41aa4 Fix preview map "leaking" with multiple variables
- 8b78d Improve error handling for cheatsh and tldr (#766)
- d68c4 Support multi-word arguments in FZF overrides (#765)
- 81cd7 Fallback to nano if EDITOR isn't set (#764)
Code quality
- 2b03c Remove link to Katacoda (#819)
- b56d7 Use dns_common library (#818)
- 8cf9c Update dependencies (#817)
- 317d1 Add xonsh support instructions to Installation.md
- cb999 Refresh README
- 63681 Add link to TiddlyWiki plugin
- d05fc Add documentation about Tmux-widget
- 1823e Fix install script
- 69075 Delete dependabot.yml
- 5c6da Prettify md/yaml files
- 9d862 Minor code base improvements (#767)
- ebb02 Refactor code base (#760)
- 80f4a Fix typo in installation docs
- 9c903 feat: add install docu for windows powershell
Breaking changes
- bd2fe Replace target: aarch64-apple-ios by aarch64-apple-darwin (#827)
2.22.0
- Add --prevent-interpolation flag (#824)
|
2022-05-18 15:27:34 by pin | Files touched by this commit (2) | |
Log message:
sysutils/navi: update to 2.20.1
- Fix version in Cargo.toml (#732)
|
2022-05-15 23:27:10 by pin | Files touched by this commit (3) | |
Log message:
sysutils/navi: update to 2.20.0
New features
Release binary for Linux ARM64 (#728)
Make width configurable for snippet column
Add shared paths for cheat directory and config file
Add build feature to disable repo management
Add build feature to disable command execution
Code quality
Bump all possible dependencies (#729)
Temporarily remove lint checks (#730)
Fix path-related tests (#727)
Fix minor typos
Remove references to Linuxbrew
|
2022-01-19 11:53:37 by pin | Files touched by this commit (3) | |
Log message:
sysutils/navi: update to 2.19.0
New features:
-Add smart replace functionality to the fish shell widget (#655)
Fixes:
-Allow multi-word shell.command config (#644)
Code quality:
-Improve fish widget code (#671)
-Update legacy syntax from Elvish widget (#670)
|
2021-11-17 12:18:54 by pin | Files touched by this commit (3) | |
Log message:
sysutils/navi: update to 2.18.0
-Add support for multiline variables (#631).
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-08-09 19:28:43 by pin | Files touched by this commit (3) | |
Log message:
syutils/navi: update to 2.17.0
New features:
c9701 Print an empty line between previews (#536)
54ff5 Add icon SVG (#537)
4c958 Replace ~ by $HOME in paths (#565)
dd1cd Interpolate env variables in NAVI_PATH (#588)
954bc yaml: add support for cheats.paths
e6acb Add support for --expand
85ca6 Add cheats for navi itself (#599)
Fixes:
26ec4 Fix preview-window in Windows (#531)
baa47 Fix navi fn welcome (#534)
30fbb Use absolute path for navi when possible (#535)
327f9 Pass delimiter to finder
4ac39 Respect BIN_DIR in install script (#566)
72578 Fix preview-var when using fish (#567)
63068 Respect fzf-overrides in shell widget (#568)
fe37c Fix finder options (#590)
59362 Fix behavior for snippets with duplicated lines
0f95a Fix --map when using zsh
32a37 Fix colors in help message
3abd3 Widget: fix interpretation of ||
9396f Widget: fix replacements in case of multiple occurrences
Code quality:
8a031 Use cargo directly in makefile
d48d5 Bump regex from 1.4.5 to 1.4.6 (#538)
14017 Upgrade to GitHub-native Dependabot (#540)
5e7b2 Fix clippy warnings
cd57b Fix path for bash used in tests (#591)
425ce Use correct bash binary in Makefile
Breaking changes:
3f300 Prevent snippet autoselection
954bc yaml: deprecate support for cheats.path
02fc8 Do not collapse empty lines in snippets (#595)
a36c2 Close widget on single ESC (#597)
|
2021-08-05 10:51:27 by pin | Files touched by this commit (1) |
Log message:
sysutils/navi: simplify Makefile
|