You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ The format is based on Keep a Changelog, and releases use semantic versioning ta
6
6
7
7
## Unreleased
8
8
9
+
## [0.13.0]
10
+
11
+
### Changed
12
+
13
+
-**`pack create` redesigned.** Takes a pack name instead of a directory path. Packs are created in the current directory and symlinked into the packs directory by default (`--link` behavior). Use `--local` to create directly inside the packs directory. Registration in sync-config is now automatic.
14
+
- Registry search and list output uses a structured multi-line format with labeled fields (Name, Description, Owner, Repo, Path, Ref, Contact).
15
+
-`make lint` now runs `go fix ./...` alongside `go vet` and `staticcheck`.
16
+
17
+
### Fixed
18
+
19
+
- Disabled packs no longer participate in override conflict resolution during profile resolution. Previously, a disabled pack declaring overrides could incorrectly suppress duplicate-resource errors between enabled packs.
20
+
- TUI text input handles multi-byte key events correctly, preventing phantom characters from special key presses.
21
+
- TUI pack name input no longer leaks keypresses to global hotkeys. Previously, typing characters that matched global shortcuts (e, s, r, w, digits) while entering a new pack name would trigger tab switches, sync, or other actions instead of appending to the input.
22
+
- TUI "Save to pack" action (`.` menu) now scopes to the cursor item instead of carrying forward all selected files.
0 commit comments