From e68b682fb769fb0d27d12e60a90214dae4c03c38 Mon Sep 17 00:00:00 2001 From: NAGATA Hiroaki Date: Sun, 30 Aug 2026 21:07:46 +0900 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- .claude-plugin/plugin.json | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 90a6252..dc8ccd9 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "reviewer", "displayName": "reviewer", - "version": "0.6.0", + "version": "0.7.0", "description": "The review-doc skill for reviewer, a spec-to-readable HTML compiler and review server. Renders a Markdown specification as structured HTML and drives a live, in-page human-agent review loop.", "author": { "name": "NAGATA Hiroaki" diff --git a/version.go b/version.go index 89ffc40..6b97ba0 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package reviewer -const Version = "0.6.0" +const Version = "0.7.0" From 307c2c364eacd666aa319cc0034c9cb37592fd27 Mon Sep 17 00:00:00 2001 From: NAGATA Hiroaki Date: Sun, 30 Aug 2026 21:07:47 +0900 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0be50..165a002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v0.7.0](https://github.com/handlename/reviewer/compare/v0.6.0...v0.7.0) - 2026-08-30 +- feat: fold resolved comment cards in the panel by @handlename in https://github.com/handlename/reviewer/pull/63 +- docs: use GLOSSARY terms verbatim in sessions by @handlename in https://github.com/handlename/reviewer/pull/65 +- fix: make review_reply wait for the next submit by @handlename in https://github.com/handlename/reviewer/pull/66 +- feat: draw the comment indicator without colour by @handlename in https://github.com/handlename/reviewer/pull/67 +- fix: match an agent's quote against rendered text by @handlename in https://github.com/handlename/reviewer/pull/69 +- fix: let a drag on a diff select text by @handlename in https://github.com/handlename/reviewer/pull/68 +- feat: let one block carry several comment threads by @handlename in https://github.com/handlename/reviewer/pull/70 +- docs: reshoot the screenshots for v0.7.0 by @handlename in https://github.com/handlename/reviewer/pull/71 + ## [v0.6.0](https://github.com/handlename/reviewer/compare/v0.5.0...v0.6.0) - 2026-08-29 - Make GLOSSARY canonical for every screen name by @handlename in https://github.com/handlename/reviewer/pull/59 - feat: render the panel's own text as Markdown by @handlename in https://github.com/handlename/reviewer/pull/61