Skip to content

Commit 47f9d16

Browse files
committed
Release v0.2.2
1 parent be133ab commit 47f9d16

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## v0.2.2 - 2026-03-06
6+
7+
### Changed
8+
- Redesigned uninstall flow: users now pick the target first, then choose from only the services installed there, instead of browsing the full catalog.
9+
- Review screen now shows an explicit "Action" line and uses "Install"/"Uninstall" button labels instead of the generic "Apply".
10+
- Plain-text (non-TUI) uninstall wizard also follows the new target-first flow.
11+
512
## v0.2.1 - 2026-02-18
613

714
### Added

internal/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
License = "MIT"
77
)
88

9-
var Version = "0.2.1"
9+
var Version = "0.2.2"
1010

1111
type App struct {
1212
Name string

0 commit comments

Comments
 (0)