Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 18:06
· 42 commits to main since this release

Changelog

  • 2644ab1 [chore] Use program.Run

  • a07cc1e [feat] Add Node ID and stats view (#108)

  • 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 and wander_token options, replacing with nomad_addr and nomad_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