Releases: Hyde46/hoard
Releases · Hyde46/hoard
Hoard 1.4.2
What's Changed
- 🐛 Fix lifetime longevity issue with theming password prompts. #279
Full Changelog: v1.4.1...v1.4.2
Hoard 1.4.1
What's Changed
- ✨ List available namespaces when creating a new command
- Move from tui to ratatui. Thanks @a-kenji
- 🐛 Fix a bunch of pipelines issues
New Contributors
Full Changelog: v1.4.0...v1.4.1
Hoard 1.4.0
- Add chatGPT integration
- cleanup code and make clippy happy
Hoard 1.3.3
- Make clippy happy
- Clean up some code
Hoard 1.3.2
- 🔥 Fix sec vulnerabilities from out of date dependency. See #279
Hoard 1.3.1
- 🐛 Fix bug, where hoard pick would not properly replace named parameterized commands
- Tab highlight now also uses customizable color from config file
- Added update checker on startup, to notify the user about a new version
Hoard 1.3
- ✨ Inline command editing in the GUI. Press TAB to get started. Only editing the command, its description and the tags are supported for now
- ✨ Inline command deletion in the GUI. Press to delete a command in the GUI view
- ✨ Inline command creation in the GUI. Press to create a new command in the GUI view
Hoard 1.2.0
✨ You can now synchronize your commands across multiple terminals! Run hoard sync --help
to start
Hoard 1.1.1
- ✨ Fully named parameters. When saving a parameter, you can now end the parameter name with !. This enables you to use spaces in the parameter name. Additionally, using the ending token ! enables you to use a named parameter in a command where no space is between the parameter token and the rest of the command (Set a different token in your config)
- ✨ Add filtered commands outpout hoard list --json --filter <query_string> to enable other programs to utilize hoard output
- 👿 Temporarly disabled windows support. Switching the TUI backend to crossterm from termion broke zsh support on MacOS, which is deemed more important until a fix is prepared.
Hoard 1.0.1
- ✨ Read out local
trove.yml
file in current directory if available ( Edit ~/.config/hoard/config.ymlread_from_current_directory
to disable ) - ✨
hoard set_parameter_token
to customize which parameter token is used - ✨
hoard info
shows whereconfig.yml
andtrove.yml
files are located