Skip to content

Releases: leg100/pug

v0.6.1

24 Dec 12:45
4fe58f3
Compare
Choose a tag to compare

0.6.1 (2024-12-24)

Bug Fixes

v0.6.0

23 Dec 14:17
6705dd1
Compare
Choose a tag to compare

0.6.0 (2024-12-23)

⚠ BREAKING CHANGES

  • trigger new minor release

Features

  • 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)

Miscellaneous

v0.5.5

08 Oct 09:24
37d0e02
Compare
Choose a tag to compare

0.5.5 (2024-10-07)

Bug Fixes

  • support both terragrunt < 0.67 and >= 0.67 (16b0b05)

v0.5.4

06 Oct 17:37
89a8d12
Compare
Choose a tag to compare

0.5.4 (2024-10-06)

Bug Fixes

  • support terragrunt >= v0.67 (d4caaff)

Miscellaneous

v0.5.3

22 Sep 16:31
fb55e12
Compare
Choose a tag to compare

0.5.3 (2024-09-22)

Features

Bug Fixes

  • stop ANSI colors bleeding (1b58356)

v0.5.2

19 Sep 10:11
bbbc733
Compare
Choose a tag to compare

0.5.2 (2024-09-19)

Features

Bug Fixes

Miscellaneous

  • 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)

v0.5.1

22 Aug 10:36
24df0ab
Compare
Choose a tag to compare

0.5.1 (2024-08-22)

Features

Miscellaneous

  • fix typo on readme (d576437)
  • update readme with keys for targeted apply and destroy (7f37f58)

v0.5.0

21 Aug 11:03
03c04e1
Compare
Choose a tag to compare

0.5.0 (2024-08-21)

⚠ BREAKING CHANGES

  • standardize navigation keys and change untaint key (#110)

Features

  • <enter> goes to state page (f7cd452)
  • infracost integration (#118) (b06646b)
  • standardize navigation keys and change untaint key (#110) (178bff4)

Bug Fixes

  • don't skip modules with multiple tf files (2208eff)

Miscellaneous

  • 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)

v0.4.3

25 Jul 09:09
28d1142
Compare
Choose a tag to compare

0.4.3 (2024-07-25)

Bug Fixes

  • 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)

Miscellaneous

  • bump bubbletea and lipgloss (361ae18)
  • make copy() do something (e90bd2b)
  • standardize service variable naming (dc01899)

v0.4.2

15 Jul 16:27
d15f1eb
Compare
Choose a tag to compare

0.4.2 (2024-07-15)

Bug Fixes

  • handle external terragrunt dep without panic (#101) (518b60f)