Releases: AlexanderThaller/hstdb
Releases · AlexanderThaller/hstdb
Release list
2.1.0
What's Changed
- Implement text_excluded flag by @AlexanderThaller in #41
- [#44] switch from structopt to clap 3.0 by @AlexanderThaller in #45
Full Changelog: 2.0.2...2.1.0
2.0.2
2.0.1
- No longer show an error when piping the output of histdb-rs and the
pipe has been closed. [#19]
2.0.0
MAKE SURE TO RESTART THE SERVER AFTER UPGRADING ELSE THE COMMUNICATION WITH THE CLIENT WILL NOT WORK.
- Add flag
--session. Allows to filter entries by the given
session. The session of a history entry can be found using
--show-session. - Add flag
--filter-failed. Enables filtering of failed commands
when listing the history. Will filter out all commands that had a
return code that is not 0. - Add option
--find-status. When specified will find all commands
with the given return code. - Ignore commands starting with ' ' (space). This should make it
easier to not record sensitive commands. This is configurable in a
configuration file with the optionignore_space. By default this
is enabled. - Add configuration option
log_levelto change the default log level
to run under.
Milestone: https://github.com/AlexanderThaller/histdb-rs/milestone/1
1.0.0
- No big changes just updated the dependencies.
- Automatic binaries created through github actions.
The linux-musl binaries will miss the feature to import from a sqlite3 database as sqlite3 and musl doesn't work.