blippy 0.1.4 → 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 CHANGED
@@ -7,6 +7,44 @@ 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
+
10
48
  ## [0.1.4](https://github.com/AksharP5/blippy/compare/v0.1.3...v0.1.4) - 2026-02-13
11
49
 
12
50
  ### Fixed
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "hasInstallScript": true,
24
24
  "name": "blippy",
25
- "version": "0.1.4"
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.4"
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.4",
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.4",
78
+ "version": "0.1.5",
79
79
  "volta": {
80
80
  "node": "18.14.1",
81
81
  "npm": "9.5.0"