gh-manager-cli 1.40.2 → 1.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.42.0](https://github.com/wiiiimm/gh-manager-cli/compare/v1.41.0...v1.42.0) (2026-06-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * fuzzy repository search over full cached set (SWR-361) [semantic pr title] ([#55](https://github.com/wiiiimm/gh-manager-cli/issues/55)) ([042999d](https://github.com/wiiiimm/gh-manager-cli/commit/042999da6de2ce6b2688da84a3a4d698e0f7d16d))
7
+
8
+ # [1.41.0](https://github.com/wiiiimm/gh-manager-cli/compare/v1.40.2...v1.41.0) (2026-06-05)
9
+
10
+
11
+ ### Features
12
+
13
+ * colour themes with Shift+T cycle keybinding and persisted preference (SWR-354) [semantic pr title] ([#56](https://github.com/wiiiimm/gh-manager-cli/issues/56)) ([1a307c6](https://github.com/wiiiimm/gh-manager-cli/commit/1a307c6a8442a0d295f8a92aeb98eb544eb80d51))
14
+
1
15
  ## [1.40.2](https://github.com/wiiiimm/gh-manager-cli/compare/v1.40.1...v1.40.2) (2026-06-05)
2
16
 
3
17
 
package/README.md CHANGED
@@ -75,7 +75,7 @@ On first run, you'll be prompted to authenticate with GitHub (OAuth recommended)
75
75
  - **Repository Listing**: Browse all your personal repositories with metadata (stars, forks, language, etc.)
76
76
  - **Background Fetch-All**: Loads your entire account in the background after the first page, so filtering/sorting/search are instant and complete
77
77
  - **Interactive Sorting**: Modal-based sort selection (updated, pushed, name, stars) with modal-based direction selection
78
- - **Smart Search**: Server-side search through repository names and descriptions (3+ characters)
78
+ - **Fuzzy Search**: Instant typo-tolerant search over the full cached repository set no network calls in the search path (powered by [fuse.js](https://www.fusejs.io/))
79
79
  - **Visibility Filter**: Modal-based visibility filter (All, Public, Private/Internal for enterprise) with smart filtering
80
80
  - **Archive Filter**: Toggle-based archive filter (`A` key cycles All → Unarchived → Archived) for quick filtering by archive status
81
81
  - **Fork Status Tracking**: Always shows commits behind upstream for forked repositories
@@ -94,6 +94,7 @@ On first run, you'll be prompted to authenticate with GitHub (OAuth recommended)
94
94
  ### User Interface & Experience
95
95
  - **Keyboard Navigation**: Full keyboard control (arrow keys, PageUp/Down, `Ctrl+G`/`G`)
96
96
  - **Display Density**: Toggle between compact/cozy/comfy spacing (`T`)
97
+ - **Colour Themes**: Four themes (Default, Ocean, Forest, Monochrome) cycled with `Shift+T`, persisted across restarts
97
98
  - **Visual Indicators**: Fork status, private/internal/archived badges, language colors, visibility status
98
99
  - **Enterprise Support**: Full support for GitHub Enterprise with Internal repository visibility
99
100
  - **Organization Context**: Switch between personal and organization accounts with ENT badge for enterprise orgs
@@ -270,6 +271,7 @@ Launch the app, then use the keys below:
270
271
  - Stars: Number of stars
271
272
  - **Sort Direction**: `D` to open sort direction modal (ascending/descending)
272
273
  - **Display Density**: `T` to toggle compact/cozy/comfy
274
+ - **Colour Theme**: `Shift+T` to cycle themes (Default → Ocean → Forest → Monochrome); selection persists across restarts
273
275
  - **Fork Status**: Always enabled - shows commits behind upstream for all forks
274
276
  - **Visibility Filter**: `V` opens modal (All, Public, Private/Internal for enterprise)
275
277
  - **Archive Filter**: `A` toggles archive filter (All → Unarchived → Archived)