blippy 0.1.3 → 0.1.5
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 +61 -0
- package/README.md +6 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.5](https://github.com/AksharP5/blippy/compare/v0.1.4...v0.1.5) - 2026-02-16
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- add confirmed TUI issue creation workflow
|
|
15
|
+
- handle merged pull request state in filters and status
|
|
16
|
+
- show linked item overflow hint in issue detail
|
|
17
|
+
- improve linked picker context and multi-link labels
|
|
18
|
+
- add linked picker for multiple linked issues and pull requests
|
|
19
|
+
|
|
20
|
+
### Other
|
|
21
|
+
|
|
22
|
+
- move main tests into dedicated module
|
|
23
|
+
- move sync tests into dedicated module
|
|
24
|
+
- split github client into focused modules
|
|
25
|
+
- split app navigation into keyboard and mouse modules
|
|
26
|
+
- move store tests into dedicated module
|
|
27
|
+
- extract shared ui helper module
|
|
28
|
+
- extract app input handling module
|
|
29
|
+
- split sync workflows into focused modules
|
|
30
|
+
- split issue detail and action utility modules
|
|
31
|
+
- separate main action utilities
|
|
32
|
+
- split ui rendering into focused modules
|
|
33
|
+
- split main workflow into modules
|
|
34
|
+
- split app module into focused submodules
|
|
35
|
+
- extract interaction state
|
|
36
|
+
- extract search state
|
|
37
|
+
- extract navigation state
|
|
38
|
+
- extract metadata picker state
|
|
39
|
+
- extract pull request state
|
|
40
|
+
- extract pull request diff reset helpers
|
|
41
|
+
- centralize pull request state reset
|
|
42
|
+
- extract repo context state
|
|
43
|
+
- centralize store connection usage
|
|
44
|
+
- extract linked navigation state
|
|
45
|
+
- extract sync state from app
|
|
46
|
+
- streamline worker setup
|
|
47
|
+
|
|
48
|
+
## [0.1.4](https://github.com/AksharP5/blippy/compare/v0.1.3...v0.1.4) - 2026-02-13
|
|
49
|
+
|
|
50
|
+
### Fixed
|
|
51
|
+
|
|
52
|
+
- convert video tag to link for GitHub compatibility
|
|
53
|
+
|
|
54
|
+
### Other
|
|
55
|
+
|
|
56
|
+
- extract worker setup helpers
|
|
57
|
+
- standardize import ordering
|
|
58
|
+
- introduce context structs for high-arity functions
|
|
59
|
+
- remove dead code
|
|
60
|
+
- apply mechanical clippy fixes
|
|
61
|
+
- remove underscore prefixes from used function parameters
|
|
62
|
+
- replace images with GitHub-hosted demo videos
|
|
63
|
+
- add demo video to README
|
|
64
|
+
- update repo image
|
|
65
|
+
- increase PR checkout GIF to 60fps for maximum smoothness
|
|
66
|
+
- increase PR checkout GIF to 30fps for smoother animation
|
|
67
|
+
- convert PR checkout video to GIF for inline display
|
|
68
|
+
- update demo with new repo image and PR checkout video
|
|
69
|
+
- add DEMO.md with visual walkthrough screenshots
|
|
70
|
+
|
|
10
71
|
## [0.1.3](https://github.com/AksharP5/blippy/compare/v0.1.2...v0.1.3) - 2026-02-12
|
|
11
72
|
|
|
12
73
|
### Added
|
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@ GitHub in your terminal.
|
|
|
4
4
|
|
|
5
5
|
blippy is a keyboard-first TUI for GitHub issues and pull requests.
|
|
6
6
|
|
|
7
|
+
https://github.com/user-attachments/assets/14daa99b-c39a-43d9-b32d-9d5a6840819f
|
|
8
|
+
|
|
9
|
+
See the full [feature demo](DEMO.md) for more screenshots.
|
|
10
|
+
|
|
7
11
|
## Requirements
|
|
8
12
|
|
|
9
13
|
- Rust toolchain (`1.93+` recommended) for source builds
|
|
@@ -45,6 +49,7 @@ cargo install --git https://github.com/AksharP5/blippy
|
|
|
45
49
|
## CLI Commands
|
|
46
50
|
|
|
47
51
|
- `blippy`: launch the TUI
|
|
52
|
+
- `blippy --version`: show version information
|
|
48
53
|
- `blippy sync`: scan local repos and cache GitHub remotes
|
|
49
54
|
- `blippy auth reset`: remove stored auth token from keychain
|
|
50
55
|
- `blippy cache reset`: remove local cache database
|
|
@@ -93,6 +98,7 @@ body = "Closing this issue as resolved."
|
|
|
93
98
|
|
|
94
99
|
## Documentation
|
|
95
100
|
|
|
101
|
+
- Feature demo with screenshots: [DEMO.md](DEMO.md)
|
|
96
102
|
- Authentication and PAT setup: [AUTH.md](AUTH.md)
|
|
97
103
|
- Feature guide: [FEATURES.md](FEATURES.md)
|
|
98
104
|
- Key reference: [KEYBINDS.md](KEYBINDS.md)
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"name": "blippy",
|
|
25
|
-
"version": "0.1.
|
|
25
|
+
"version": "0.1.5"
|
|
26
26
|
},
|
|
27
27
|
"node_modules/@isaacs/balanced-match": {
|
|
28
28
|
"engines": {
|
|
@@ -514,5 +514,5 @@
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
"requires": true,
|
|
517
|
-
"version": "0.1.
|
|
517
|
+
"version": "0.1.5"
|
|
518
518
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/AksharP5/blippy/releases/download/v0.1.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/AksharP5/blippy/releases/download/v0.1.5",
|
|
3
3
|
"bin": {
|
|
4
4
|
"blippy": "run-blippy.js"
|
|
5
5
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"zipExt": ".tar.gz"
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
"version": "0.1.
|
|
78
|
+
"version": "0.1.5",
|
|
79
79
|
"volta": {
|
|
80
80
|
"node": "18.14.1",
|
|
81
81
|
"npm": "9.5.0"
|