You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally going to be a bugfix release, but a critical dependency replacement made this a
UPGRADE WARNING:
Due to the change in time libraries, operation log files created by older versions of Hoard can no longer be parsed correctly and will cause Hoard to error.
To prevent this, make sure that your hoards are current (i.e. the files in the hoard and the files on the filesystem are the same, a hoard restore should be enough for this) and then run one of the following commands, depending on your system:
You can now expand environment variables in the path_exists env condition.
Added "Getting Started" section to the documentation.
Added support for YAML configuration files
This is supported on a best-effort basis. I will do my best to avoid breaking this and have some CI/CD tests in place to help with this, but I do not and will not use YAML personally, so bugs may crop up.
Added new hoard list command
Refactored logging output into a custom format depending on whether debugging or not.
If debugging, output should be easier to parse, albeit a bit longer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This was originally going to be a bugfix release, but a critical dependency replacement made this a
UPGRADE WARNING:
Due to the change in time libraries, operation log files created by older versions of Hoard can no longer be parsed correctly and will cause Hoard to error.
To prevent this, make sure that your hoards are current (i.e. the files in the hoard and the files on the filesystem are the same, a
hoard restore
should be enough for this) and then run one of the following commands, depending on your system:[ -n "$XDG_DATA_HOME" ] && rm -r "$XDG_DATA_HOME/hoard/history" || rm -r "$HOME/.local/share/hoard/history"
rm -r $HOME/Library/Application Support/com.shadow53.hoard/history
rm -r %AppData%\shadow53\hoard\history
New Features
path_exists
env condition.hoard list
commandFixes
chrono
totime
crate to [avoid a CVE}(https://github.com/CVE-2020-26235 advisory for time 0.1 dependency chronotope/chrono#602#issuecomment-940218484).**/
to match any nested directory or file.config
are now detected and warned against.Full Changelog: v0.3.0...v0.4.0
This discussion was created from the release Hoard v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions