Releases: KnorrFG/dotree
Releases · KnorrFG/dotree
0.8.2
Fixes a bug, that causes a crash when the directory containing the history
file doesn't exist
0.8.0
Adds ability to control echoing behavior
0.7.0
Adds default values for command vars. Thanks @nate-sys
0.5.3
Now looks for XDG_CONFIG_HOME
env var on all platforms
0.5.2
Fixes a bug in the windows version
On windows, child process output was suppressed
0.5.1
- Some code improvements
- Replaces the std HashMap with Hashbrown::HashMap, which is faster and does
not change it's layout randomly when the data is the same, which is important
for snapshot testing
- windows binaries are stripped now too