Skip to content

Commit ff52614

Browse files
author
thinksyncs
committed
chore: release 0.1.27
1 parent 7bec054 commit ff52614

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.beads/issues.jsonl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
{"id":"neo-git-graph-j98","title":"Restore Beads hierarchy lines when parent metadata is missing from bd list","status":"closed","priority":1,"issue_type":"bug","owner":"develop@toppymicros.com","created_at":"2026-03-11T20:56:13.902638+09:00","created_by":"thinksyncs","updated_at":"2026-03-11T20:57:02.625221+09:00","closed_at":"2026-03-11T20:57:02.625221+09:00","close_reason":"Closed"}
1717
{"id":"neo-git-graph-jbb","title":"Implement main-panel Beads/Git Graph toggle","description":"Make Beads open in the main editor area and toggle with Git Graph instead of living only in the panel/sidebar.","notes":"メインパネルの Beads / Git Graph トグルを実装。Beads は editor panel で開けるようになり、Git Graph 側の Beads ボタンと Beads 側の Git Graph ボタンで相互に切り替え可能。進捗: 100%","status":"closed","priority":2,"issue_type":"task","owner":"develop@toppymicros.com","created_at":"2026-03-07T00:14:07.505415+09:00","created_by":"thinksyncs","updated_at":"2026-03-07T01:56:40.202553+09:00","closed_at":"2026-03-07T01:56:40.202553+09:00","close_reason":"Closed"}
1818
{"id":"neo-git-graph-lay","title":"Trim marketplace README further","status":"closed","priority":2,"issue_type":"task","owner":"develop@toppymicros.com","created_at":"2026-03-14T02:45:15.216327+09:00","created_by":"thinksyncs","updated_at":"2026-03-14T02:47:48.026685+09:00","closed_at":"2026-03-14T02:47:48.026685+09:00","close_reason":"Closed"}
19+
{"id":"neo-git-graph-qk6","title":"Fix VS Code engine mismatch for release","description":"Align engines.vscode with @types/vscode so marketplace packaging succeeds, then cut the next patch release.","status":"closed","priority":1,"issue_type":"task","owner":"develop@toppymicros.com","created_at":"2026-03-14T03:40:53.866825+09:00","created_by":"thinksyncs","updated_at":"2026-03-14T08:12:53.098434+09:00","closed_at":"2026-03-14T08:12:53.098434+09:00","close_reason":"Closed"}
1920
{"id":"neo-git-graph-re6","title":"Release v0.1.25","status":"closed","priority":1,"issue_type":"task","owner":"develop@toppymicros.com","created_at":"2026-03-12T23:11:36.71434+09:00","created_by":"thinksyncs","updated_at":"2026-03-12T23:14:01.744262+09:00","closed_at":"2026-03-12T23:14:01.744262+09:00","close_reason":"Closed"}
2021
{"id":"neo-git-graph-tsb","title":"Adjust Beads table spacing and hierarchy markers","status":"closed","priority":2,"issue_type":"task","owner":"develop@toppymicros.com","created_at":"2026-03-10T23:10:04.96918+09:00","created_by":"thinksyncs","updated_at":"2026-03-10T23:10:42.306434+09:00","closed_at":"2026-03-10T23:10:42.306434+09:00","close_reason":"Closed"}
2122
{"id":"neo-git-graph-vw3","title":"Refactor Beads view into separate webview/client layers","status":"closed","priority":2,"issue_type":"task","owner":"develop@toppymicros.com","created_at":"2026-03-12T16:02:56.128979+09:00","created_by":"thinksyncs","updated_at":"2026-03-12T16:13:59.54806+09:00","closed_at":"2026-03-12T16:13:59.54806+09:00","close_reason":"Closed"}

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.1.27] - 2026-03-14
6+
7+
### Changed
8+
9+
- Raise the minimum supported VS Code engine to 1.110.0 so extension packaging matches the current VS Code type definitions
10+
511
## [0.1.26] - 2026-03-14
612

713
### Changed
@@ -173,7 +179,8 @@
173179

174180
Initial release
175181

176-
[Unreleased]: https://github.com/ToppyMicroServices/beads-git-graph/compare/v0.1.26...HEAD
182+
[Unreleased]: https://github.com/ToppyMicroServices/beads-git-graph/compare/v0.1.27...HEAD
183+
[0.1.27]: https://github.com/ToppyMicroServices/beads-git-graph/compare/v0.1.26...v0.1.27
177184
[0.1.26]: https://github.com/ToppyMicroServices/beads-git-graph/compare/v0.1.25...v0.1.26
178185
[0.1.25]: https://github.com/ToppyMicroServices/beads-git-graph/compare/v0.1.24...v0.1.25
179186
[0.1.24]: https://github.com/ToppyMicroServices/beads-git-graph/compare/v0.1.23...v0.1.24

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "beads-git-graph",
33
"displayName": "Beads Git Graph",
4-
"version": "0.1.26",
4+
"version": "0.1.27",
55
"description": "Git graph and Beads issue tools for VS Code.",
66
"categories": [
77
"Other",
@@ -378,7 +378,7 @@
378378
],
379379
"icon": "resources/icon.png",
380380
"engines": {
381-
"vscode": "^1.109.0"
381+
"vscode": "^1.110.0"
382382
},
383383
"packageManager": "pnpm@10.29.3"
384384
}

0 commit comments

Comments
 (0)