Skip to content

Releases: KnorrFG/dotree

0.8.2

26 Nov 09:37
Compare
Choose a tag to compare

Fixes a bug, that causes a crash when the directory containing the history
file doesn't exist

0.8.1

19 Nov 09:56
Compare
Choose a tag to compare

Fixes 0.8.0 release

0.8.0

19 Nov 09:53
Compare
Choose a tag to compare

Adds ability to control echoing behavior

0.7.0

16 Nov 06:57
Compare
Choose a tag to compare

Adds default values for command vars. Thanks @nate-sys

0.6.0

11 Nov 15:03
Compare
Choose a tag to compare

Adds the snippet feature

0.5.3

08 Nov 07:08
Compare
Choose a tag to compare

Now looks for XDG_CONFIG_HOME env var on all platforms

0.5.2

05 Nov 19:08
Compare
Choose a tag to compare

Fixes a bug in the windows version

On windows, child process output was suppressed

0.5.1

05 Nov 16:13
Compare
Choose a tag to compare
  • 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

0.5.0

05 Nov 12:08
Compare
Choose a tag to compare

Initial Release