Skip to content

Releases: leg100/pug

v0.2.0

20 Jun 05:59
583edc5
Compare
Choose a tag to compare

0.2.0 (2024-06-20)

⚠ BREAKING CHANGES

  • bump minor version

Features

Bug Fixes

  • adding missing key bindings to help (368d59e)
  • consistenly format error messages (f4f02e0)
  • get tests passing again (#72) (fa482ce)
  • handle empty state without panic (26028c2)
  • handling unknown keys is difficult so remove err (eea8b49)
  • integration tests use mirror (a5a0f5a)
  • keep track of cursor on table (bd4b8eb)
  • key changes broke tests (866b0d2)
  • remove double border on task group table (2fe00a6)
  • show task's workspace/module in logs (4a67df5)
  • use absolute path for edit (8c0aac1)
  • use EDITOR for editing modules (d4bb1f4)

Miscellaneous

  • bump go deps (7f2e8d2)
  • change cancel language (6d90e7e)
  • clean up table naming (c3cdf2e)
  • enable autoscroll by default (62f95ae)
  • lint changes (72820ab)
  • merge demos into one and update readme (#73) (f2cf271)
  • merge table types into one (#68) (6bcc5fb)
  • refactor resources (#64) (16741d7)
  • refactor state (#67) (8f516c4)
  • remove leftover tab code (b60fc0d)
  • remove redundant run key (382f9fe)
  • remove redundant table.Items() method (5bc749d)
  • remove shift-tab key binding to go back (e5f4e11)
  • remove unnecessary generic table param (3871c1f)
  • rm unnecess receiver from crumbs method (5d32a7a)
  • rm unnecessary mod retrieval (1f61982)

v0.1.11

13 May 20:50
6768fa2
Compare
Choose a tag to compare

0.1.11 (2024-05-13)

Features

  • consistent navigation following task/run creation (#60) (bbf97cd)

Bug Fixes

  • go install does not like replace directives (#63) (55ab62a)
  • show version when using go install (eb27209)

v0.1.10

12 May 10:15
a75a127
Compare
Choose a tag to compare

0.1.10 (2024-05-10)

Features

  • add ability to move state resources (#57) (0945bb8)
  • add resource count to module listing (b1bf226)

Bug Fixes

  • make select range behave like k9 (6e38d37)
  • state reload not always visible (942943b)

Miscellaneous

  • remove ` as back key (1deaec1)
  • remove unnecessary test setup options (b3fb7be)
  • remove unnecessary update in reload (9ae18cf)

v0.1.9

07 May 19:55
e4b4a9c
Compare
Choose a tag to compare

0.1.9 (2024-05-07)

Features

Bug Fixes

  • make help bindings consistent (d06d8e0)
  • prevent broker deadlock upon shutdown (ebcb4d2)

Miscellaneous

v0.1.8

03 May 13:47
01ae158
Compare
Choose a tag to compare

0.1.8 (2024-05-03)

Features

  • don't auto-deselect and add select-range (fa4eeee)

Bug Fixes

  • comment out demo welcome message (7653899)
  • hide apply key for non-applyable runs (82f6880)
  • tab info now uses active tab (fbed323)

v0.1.7

02 May 10:34
1c752a1
Compare
Choose a tag to compare

0.1.7 (2024-05-02)

Features

  • add stale state to runs (246315c)
  • move plan files to ~/.pug, and auto-delete them (05c039d)

Bug Fixes

  • show '+0~0-0' when no changes, not '-' (9661610)
  • terminate running tasks upon exit (7ad8289)

Miscellaneous

  • clean up pug path code (81c27c1)
  • document resource hierarchy (05e4932)
  • git ignore asdf .tool-versions files (3f598bb)
  • remove vhs vids from git (2126a1b)

v0.1.6

30 Apr 20:32
57041d4
Compare
Choose a tag to compare

0.1.6 (2024-04-30)

Features

v0.1.5

30 Apr 09:05
6072d03
Compare
Choose a tag to compare

0.1.5 (2024-04-30)

Bug Fixes

  • add user's env to tasks (f71fd11)

Miscellaneous

  • add example to getting started (e2c3658)
  • add getting started section (98323e0)
  • add start and finish msgs to demos (fad6742)
  • update automatic tasks (64552f7)
  • update getting started guide (faf691a)
  • update readme.md (49a71ed)

v0.1.4

29 Apr 08:44
5da593f
Compare
Choose a tag to compare

0.1.4 (2024-04-29)

Features

  • add support for destroy plan (7dd5f9d)
  • press 'C' to change workspace (9fca858)
  • prune selections prior to plan/apply (#42) (b2b9902)

Bug Fixes

  • add help binding for targeted plan (f212080)
  • add missing navigation keys (55d2b39)
  • de-select rows after triggering plans (c4ff893)
  • don't unsub full subs (7215a79)
  • flaky tests (eff8924)
  • flaky workspace destroy test (126e35d)
  • main image on README 404 (b63cad4)
  • pubsub broker now can handle unlimited events (9f55036)
  • workspace list test missing workspace fixture (294765f)

Miscellaneous

v0.1.3

25 Apr 07:58
6b5eaaf
Compare
Choose a tag to compare

0.1.3 (2024-04-24)

Bug Fixes

  • brew release missing token env (751f6f1)