Skip to content

Releases: robinovitch61/wander

v0.12.3

16 Nov 17:34
Compare
Choose a tag to compare

Changelog

v0.12.2

16 Nov 17:29
Compare
Choose a tag to compare

Changelog

  • fa6edd7 [fix] Add AUR_KEY env var to workflows

v0.12.1

16 Nov 17:02
Compare
Choose a tag to compare

Changelog

  • d986ff4 [chore] Fix comment
  • 953b154 [chore] Improve README wording
  • 341a931 [feat] Add AUR target to goreleaser

v0.12.0

15 Nov 18:06
Compare
Choose a tag to compare

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

v0.11.2

30 Oct 18:10
Compare
Choose a tag to compare

Changelog

  • a10632a Allow ldflags to override version

v0.11.1

13 Jul 08:56
Compare
Choose a tag to compare

Changelog

  • 09a66a4 Fix startup error when no page content

v0.11.0

09 Jul 14:20
Compare
Choose a tag to compare

Changelog

  • eab7ffd Compact gaps between table columns when possible

v0.10.2

06 Jul 13:25
Compare
Choose a tag to compare

Changelog

  • 1017082 Include versions in goreleaser distributions and re-rename archives

v0.10.1

05 Jul 09:23
Compare
Choose a tag to compare

Changelog

  • 67c6d4f Remove "h" for start compact, conflicts with serve host

v0.10.0

04 Jul 20:12
Compare
Choose a tag to compare

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