From 501c1eae363b04d43251d9fa1b535fa2b5fcdd65 Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Fri, 31 Jul 2026 01:26:09 +0100 Subject: [PATCH] chore(screenote): prepare v3.0.2 release --- .claude-plugin/marketplace.json | 2 +- docs/agent-compatibility.md | 2 +- plugin-surfaces.json | 2 +- plugin-surfaces.lock.json | 2 +- plugins/screenote/.claude-plugin/marketplace.json | 2 +- plugins/screenote/.claude-plugin/plugin.json | 2 +- plugins/screenote/.codex-plugin/plugin.json | 2 +- plugins/screenote/CHANGELOG.md | 2 +- plugins/screenote/openclaw.plugin.json | 2 +- plugins/screenote/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5a64eeb..24dc374 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -42,7 +42,7 @@ "name": "screenote", "source": "./plugins/screenote", "description": "Capture pages, publish OAuth-authenticated snapshots with the Screenote CLI, and retrieve visual feedback from Claude Code or Codex.", - "version": "3.0.1", + "version": "3.0.2", "author": { "name": "ivankuznetsov", "url": "https://github.com/ivankuznetsov" diff --git a/docs/agent-compatibility.md b/docs/agent-compatibility.md index f4d8156..22bdc22 100644 --- a/docs/agent-compatibility.md +++ b/docs/agent-compatibility.md @@ -36,7 +36,7 @@ plugin directory so a copied package does not depend on the repository root. | Agent SEO | `2.0.1` | Stable | `skills/seo/SKILL.md` | agents, context, data sources, hooks, scripts | | Agent Writing | `0.5.2` | Stable | `skills/writing/SKILL.md` | agents, voice/style context | | LLM Wiki | `0.3.5` | Stable | five files under `skills/` | assets, consent-gated maintenance templates | -| Screenote | `3.0.1` | Stable | `skills/{screenote,snapshot,feedback}/SKILL.md` | CLI launcher, references, evals | +| Screenote | `3.0.2` | Stable | `skills/{screenote,snapshot,feedback}/SKILL.md` | CLI launcher, references, evals | ## Plugin invocations diff --git a/plugin-surfaces.json b/plugin-surfaces.json index 5e442e8..ae8255b 100644 --- a/plugin-surfaces.json +++ b/plugin-surfaces.json @@ -208,7 +208,7 @@ { "name": "screenote", "path": "plugins/screenote", - "version": "3.0.1", + "version": "3.0.2", "stability": "stable", "metadata": { "display_name": "Screenote", diff --git a/plugin-surfaces.lock.json b/plugin-surfaces.lock.json index 9bbd0f9..788f416 100644 --- a/plugin-surfaces.lock.json +++ b/plugin-surfaces.lock.json @@ -845,7 +845,7 @@ } }, "screenote": { - "version": "3.0.1", + "version": "3.0.2", "canonical": { "skills/screenote/SKILL.md": { "sha256": "28ae0e482177daa54f3131213db1eaffce8eafc4d71008b116ebf6119df9258e", diff --git a/plugins/screenote/.claude-plugin/marketplace.json b/plugins/screenote/.claude-plugin/marketplace.json index 1d90bc9..8078a74 100644 --- a/plugins/screenote/.claude-plugin/marketplace.json +++ b/plugins/screenote/.claude-plugin/marketplace.json @@ -13,7 +13,7 @@ "name": "screenote", "source": "./", "description": "Capture pages, publish OAuth-authenticated snapshots with the Screenote CLI, and retrieve visual feedback from Claude Code or Codex.", - "version": "3.0.1", + "version": "3.0.2", "author": { "name": "ivankuznetsov" }, diff --git a/plugins/screenote/.claude-plugin/plugin.json b/plugins/screenote/.claude-plugin/plugin.json index 35198aa..bc4ea88 100644 --- a/plugins/screenote/.claude-plugin/plugin.json +++ b/plugins/screenote/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "screenote", - "version": "3.0.1", + "version": "3.0.2", "description": "Capture full-page browser snapshots and manage Screenote feedback through the OAuth CLI from Claude Code or Codex.", "author": { "name": "ivankuznetsov" diff --git a/plugins/screenote/.codex-plugin/plugin.json b/plugins/screenote/.codex-plugin/plugin.json index f070700..3c8a357 100644 --- a/plugins/screenote/.codex-plugin/plugin.json +++ b/plugins/screenote/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "screenote", - "version": "3.0.1", + "version": "3.0.2", "description": "Capture full-page browser snapshots and manage Screenote feedback through the OAuth CLI from Claude Code or Codex.", "author": { "name": "ivankuznetsov", diff --git a/plugins/screenote/CHANGELOG.md b/plugins/screenote/CHANGELOG.md index d2a9606..f55f5ea 100644 --- a/plugins/screenote/CHANGELOG.md +++ b/plugins/screenote/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Screenote plugin are documented here. -## Unreleased +## [3.0.2] - 2026-07-31 ### Fixed diff --git a/plugins/screenote/openclaw.plugin.json b/plugins/screenote/openclaw.plugin.json index 5aac566..afdeee7 100644 --- a/plugins/screenote/openclaw.plugin.json +++ b/plugins/screenote/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "screenote", "name": "Screenote", "description": "Capture pages, publish screenshots, and retrieve visual feedback through the Screenote OAuth CLI.", - "version": "3.0.1", + "version": "3.0.2", "skills": [ "./openclaw/skills" ], diff --git a/plugins/screenote/package.json b/plugins/screenote/package.json index 16b274a..d3cb6ac 100644 --- a/plugins/screenote/package.json +++ b/plugins/screenote/package.json @@ -1,6 +1,6 @@ { "name": "screenote", - "version": "3.0.1", + "version": "3.0.2", "type": "module", "description": "Capture pages, publish screenshots, and retrieve visual feedback through the Screenote OAuth CLI.", "homepage": "https://screenote.ai",