v0.12.0
Changelog
-
2644ab1 [chore] Use program.Run
-
98d07d0 [feat] Add config option to start with first page filter active (#104)
-
f22dc37 [feat] Improve configuration (#105)
Improvements:
- make relevant options boolean flags rather than true/false strings
- make relevant options ints rather than strings
- simplify implementation of cobra + viper cli > env var > config file > default val priority
- better example
~/.wander.yaml
in README
Breaking changes:
- fully remove
wander_addr
andwander_token
options, replacing withnomad_addr
andnomad_token
- cli option boolean usage like
--compact-header true
must be replaced with--compact-header=true
or just--compact-header
-
992d674 [feat] Make ctrl+c not quit wander in exec session (#106)
-
40ee53a [feat] Massively speed up saving time