hiiro 0.1.354 → 0.1.355
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/hiiro/tasks.rb +1 -1
- data/lib/hiiro/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5e652c565556646b890c37cfcdaa762d1362944e1a24fbc19cef0789f08481f
|
|
4
|
+
data.tar.gz: 27a10d0adb0903c1d8eb49de3cd24651df3bd363534d0de637719ac6d8c49960
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21031d54f38b5cf6de9689de327647c375c3022bb42b3142e35d316dff8f2d31f8f4fd307cb58005df8dcbf790448d0111fe50507534d86dc0f73017708c51de
|
|
7
|
+
data.tar.gz: e60b58cc66e69933da7bd955ebd893b275b171eed6927b608dc2178edf0918992d0d0adee401454d76221422b04034d629be2e81f9d1681015cc93415b28ce78
|
data/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.1.355] - 2026-05-19
|
|
6
|
+
|
|
5
7
|
### Added
|
|
6
8
|
- `h task from <worktree-path> <task-name>` registers an existing git worktree from any path as a Hiiro task and switches to it.
|
|
7
9
|
|
|
10
|
+
### Fixed
|
|
11
|
+
- `h task list` now shows external tasks registered with slash-containing names like `menu/ids`.
|
|
12
|
+
|
|
8
13
|
## [0.1.353] - 2026-04-26
|
|
9
14
|
|
|
10
15
|
### Added
|
|
@@ -332,4 +337,4 @@
|
|
|
332
337
|
- `h db cleanup` subcommand to preview and prune duplicate rows from SQLite tables
|
|
333
338
|
|
|
334
339
|
### Fixed
|
|
335
|
-
- Prevent duplicate pinned_prs during import with `insert_conflict` and per-row rescue
|
|
340
|
+
- Prevent duplicate pinned_prs during import with `insert_conflict` and per-row rescue
|
data/lib/hiiro/tasks.rb
CHANGED
data/lib/hiiro/version.rb
CHANGED