0.6.2 (2024-12-29)
0.6.1 (2024-12-24)
0.6.0 (2024-12-23)
- trigger new minor release
- don't redirect short tasks (1925a2d)
- make common actions avail in all panes (953cbae)
- re-introduce history for top right pane (41a5ce2)
- tree UI (#137) (4a10ce8)
- trigger new minor release (3433260)
- use checkmark to denote current workspace (2e6cf4c)
- bump go and deps (79a0ec4)
- clean up active pane mgmt (134e53e)
- document nerdfonts (00c1275)
- improve module color on light bg (41dca83)
- update demo and docs (0e3e9fa)
0.5.5 (2024-10-07)
- support both terragrunt < 0.67 and >= 0.67 (16b0b05)
0.5.4 (2024-10-06)
- support terragrunt >= v0.67 (d4caaff)
- setup funding (79f2b80)
0.5.3 (2024-09-22)
- stop ANSI colors bleeding (1b58356)
0.5.2 (2024-09-19)
- execute arbitrary processes (#125) (d72ba7c)
- map
u
toterraform init -upgrade
(1d41267) - suspend using ctrl+z (22ccdee)
- change serial number bg to black for clarity (b256ba4)
- document using multiple versions of terraform (#127) (dd71c9f)
- go mod tidy (e39a7cd)
- regroup direct requirements in go.mod (317ad4e)
- remove unused logger param (a80bf0b)
0.5.1 (2024-08-22)
0.5.0 (2024-08-21)
- standardize navigation keys and change untaint key (#110)
- <enter> goes to state page (f7cd452)
- infracost integration (#118) (b06646b)
- standardize navigation keys and change untaint key (#110) (178bff4)
- don't skip modules with multiple tf files (2208eff)
- add before-exited callback to task (7b0f8b5)
- navigation message only needs an ID (8977e45)
- provide relative method for workdir (a278994)
- rename task changes column to summary (75affa9)
- speed up module discovery (#112) (0099c23)
- update demo (fc8572e)
- update readme (246b6b1)
0.4.3 (2024-07-25)
- detect terragrunt modules without
remote_state
block (#108) (379bea9) - flaky terragrunt test (5ffc73c)
- incorrect width for task info sidebar (dd6b918)
- make stdout available separate from stderr (#104) (07ed378)
- still print content if json prettification fails (fa0df2d)
- bump bubbletea and lipgloss (361ae18)
- make copy() do something (e90bd2b)
- standardize service variable naming (dc01899)
0.4.2 (2024-07-15)
0.4.1 (2024-07-15)
- panic when pressing enter on state resource (#98) (142dde7)
- state parsing string index keys (#99) (dd0b91f)
0.4.0 (2024-07-12)
- terraform destroy (#92)
- add missing help entry for delete workspace (b913600)
- crop task info sidebar content (29e551f)
- show valid log levels in help (d8fb3ca)
- state locked error with parallel tasks (06ce27d)
- go mod tidy (87ebcc7)
- make task info sidebar more readable (9a29990)
- update readme, keybindings, colors. (#94) (37c5cad)
- upgrade lipgloss (#91) (ff68ccb)
0.3.4 (2024-07-09)
- don't use pound sign in artefact paths (0329d79)
- only show dependencies when using terragrunt (8fb0336)
0.3.3 (2024-07-04)
- identify backend type (c23e9c6)
- update demo (013b9b8)
0.3.2 (2024-07-03)
0.3.1 (2024-07-02)
- make colors somewhat less garish (ad2bdff)
0.3.0 (2024-07-01)
- change default config file path (#79) (d1d9b4e)
- change key bindings for split pane resizing (#82) (35f33d1)
- always ensure current row is visible (e4ddc3a)
- remove debug table info (916a859)
- use terraform for terragrunt tests (e0cd4b3)
- update demo (348c3b5)
0.2.2 (2024-06-23)
0.2.1 (2024-06-21)
- require approval before retrying tasks (0f5e7e3)
- go install broken by replace directive (8ab6fb3)
- provide further info when pruning selection (4c863e9)
- table current row always track item (e9c673b)
- add terminal trove badge to README.md (3b0c0a2)
- removed unused progress bar (f5fa390)
- styling changes (51ab14b)
- update demo (dbb8458)
0.2.0 (2024-06-20)
- bump minor version
- 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)
- 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)
- 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)
0.1.11 (2024-05-13)
- go install does not like replace directives (#63) (55ab62a)
- show version when using go install (eb27209)
0.1.10 (2024-05-10)
- remove ` as back key (1deaec1)
- remove unnecessary test setup options (b3fb7be)
- remove unnecessary update in reload (9ae18cf)
0.1.9 (2024-05-07)
- add keybinding <shift>+ to go back (7bb8c2b)
- drill down into log message (#56) (ceb5559)
- filter table rows (#55) (7b89b70)
0.1.8 (2024-05-03)
- don't auto-deselect and add select-range (fa4eeee)
- comment out demo welcome message (7653899)
- hide apply key for non-applyable runs (82f6880)
- tab info now uses active tab (fbed323)
0.1.7 (2024-05-02)
- clean up pug path code (81c27c1)
- document resource hierarchy (05e4932)
- git ignore asdf .tool-versions files (3f598bb)
- remove vhs vids from git (2126a1b)
0.1.6 (2024-04-30)
0.1.5 (2024-04-30)
- add user's env to tasks (f71fd11)
- 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)
0.1.4 (2024-04-29)
- add support for destroy plan (7dd5f9d)
- press 'C' to change workspace (9fca858)
- prune selections prior to plan/apply (#42) (b2b9902)
- 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)
- add tasks demo (1cb2969)
- add test for reload workspaces (e5fd198)
- bug report issue template (275a47c)
- feature request issue template (b6ea793)
- provide info on module reload (201f913)
- remove t.Log (d550715)
- remove unused pre-commit config (033cefe)
- update demos (d9d40a1)
0.1.3 (2024-04-24)
- brew release missing token env (751f6f1)
0.1.2 (2024-04-24)
- surface version (6c6b086)
- create brew tap (81ddc8f)
0.1.1 (2024-04-24)
- remove unnecessary code failing win build (07426c5)
0.1.0 (2024-04-24)
- initial commit
- initial commit (25436c4)