Releases: robinovitch61/wander
Releases Β· robinovitch61/wander
v0.12.3
v0.12.2
v0.12.1
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
v0.11.2
v0.11.1
v0.11.0
v0.10.2
v0.10.1
v0.10.0
Changelog
- bc7821d Add all tasks view (#96)
- cc2cb59 Add meta page
- 246e743 Compact header (#91)
- c45ee96 Customize job columns including meta fields
- 5fbda07 Demo gif + flow diagram in README
- d1f1c59 Fix bug label in issue template
- acfdbdd Improve naming of pages/titles
- 26f77f7 Upgrade go to 1.20 and packages
- 5018bf4 Use versioninfo package instead of ldflags