Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package reviewer

const Version = "0.6.0"
const Version = "0.7.0"
Loading