gh-manager-cli 1.31.1 → 1.31.2
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 +7 -0
- package/README.md +0 -12
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.31.2](https://github.com/wiiiimm/gh-manager-cli/compare/v1.31.1...v1.31.2) (2025-09-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* increase repository container height by 30% for better visibility ([2ce8f8d](https://github.com/wiiiimm/gh-manager-cli/commit/2ce8f8d017c70fd90a595804277a6d900f539b7d))
|
|
7
|
+
|
|
1
8
|
## [1.31.1](https://github.com/wiiiimm/gh-manager-cli/compare/v1.31.0...v1.31.1) (2025-09-05)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -516,18 +516,6 @@ Highlights on deck:
|
|
|
516
516
|
- Bulk selection and actions
|
|
517
517
|
- Repository renaming
|
|
518
518
|
|
|
519
|
-
## Support & Sponsorship
|
|
520
|
-
|
|
521
|
-
If you find gh-manager-cli useful, consider supporting its development:
|
|
522
|
-
|
|
523
|
-
- 💖 **[GitHub Sponsors](https://github.com/sponsors/wiiiimm)** - Recurring monthly support
|
|
524
|
-
- ☕ **[Ko-fi](https://ko-fi.com/wiiiimm)** - Buy me a coffee (one-time donations)
|
|
525
|
-
- 🎨 **[Buy Me a Coffee](https://buymeacoffee.com/wiiiimm)** - Support with coffee donations
|
|
526
|
-
|
|
527
|
-
Your support helps maintain and improve this project. Thank you! 🙏
|
|
528
|
-
|
|
529
|
-
For a complete list of supported sponsorship platforms, see [docs/SPONSORSHIP_PLATFORMS.md](docs/SPONSORSHIP_PLATFORMS.md).
|
|
530
|
-
|
|
531
519
|
## License
|
|
532
520
|
|
|
533
521
|
MIT
|
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ var require_package = __commonJS({
|
|
|
31
31
|
"package.json"(exports, module) {
|
|
32
32
|
module.exports = {
|
|
33
33
|
name: "gh-manager-cli",
|
|
34
|
-
version: "1.31.
|
|
34
|
+
version: "1.31.2",
|
|
35
35
|
private: false,
|
|
36
36
|
description: "TUI terminal app to manage GitHub repos. Clean up your account in 5 minutes. Archive, delete, rename repos with keyboard shortcuts. Alternative to clicking through github.com",
|
|
37
37
|
license: "MIT",
|
|
@@ -3534,7 +3534,7 @@ function App({ initialOrgSlug: initialOrgSlug2, inlineToken: inlineToken2, inlin
|
|
|
3534
3534
|
setInput("");
|
|
3535
3535
|
}
|
|
3536
3536
|
});
|
|
3537
|
-
const verticalPadding = Math.floor(dims.rows * 0.
|
|
3537
|
+
const verticalPadding = Math.floor(dims.rows * 0.05);
|
|
3538
3538
|
const header = useMemo2(() => /* @__PURE__ */ jsxs18(Box18, { flexDirection: "row", justifyContent: "space-between", marginBottom: 1, children: [
|
|
3539
3539
|
/* @__PURE__ */ jsxs18(Box18, { flexDirection: "row", gap: 1, children: [
|
|
3540
3540
|
/* @__PURE__ */ jsxs18(Text19, { bold: true, color: "cyan", children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gh-manager-cli",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "TUI terminal app to manage GitHub repos. Clean up your account in 5 minutes. Archive, delete, rename repos with keyboard shortcuts. Alternative to clicking through github.com",
|
|
6
6
|
"license": "MIT",
|