Releases: leg100/pug
Releases · leg100/pug
v0.2.0
0.2.0 (2024-06-20)
⚠ BREAKING CHANGES
- bump minor version
Features
- add commands to state resource page (9550973)
- add more task info (26d25c8)
- bump minor version (2d0bff0)
- retry tasks (e5ef0c4)
- show error when key is unknwon (e07c455)
- show spinner when waiting for output (bda279d)
- split state page (bfb86f4)
- task groups and split screen (#69) (869a790)
- task info sidebar (a888922)
- toggle autoscroll (57234fd)
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
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
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)