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 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.7.1 (Discovery release candidate)
## 1.7.1 (Submitted August 3, 2026)

- Added a plain-language Store title and short description around picking UI, annotating regions, and producing AI-ready prompts and visual change specs.
- Kept the public product name, local-first privacy model, permissions, and v1.7 behavior unchanged.
Expand Down
9 changes: 5 additions & 4 deletions docs/chrome-web-store-submission-draft.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chrome Web Store Submission Record

Status: v1.7.0 is public in the Chrome Web Store as of July 27, 2026. Google distributes the Browser Code icon inside the public v1.7 CRX, but the Store listing still rendered the retired purple-flag asset on August 3, 2026.
Status: v1.7.0 is public in the Chrome Web Store. The exact v1.7.1 discovery package was uploaded and submitted for normal review on August 3, 2026 with no API warnings; it will publish automatically after approval. Google distributes the Browser Code icon inside the public v1.7 CRX, but the Store listing still rendered the retired purple-flag asset before this submission.

The next package is a behavior-neutral v1.7.1 discovery refresh. It changes the manifest title, short description, package version, and icon encoding; it does not add permissions or extension behavior. Keep the separate v1.8 Feedback Session work out of this package. The existing Store approval does not prove the deferred PDF/export, Visual Edit, local MCP, or compact-panel runtime gates in `docs/manual-release-checklist.md`.

Expand Down Expand Up @@ -166,12 +166,13 @@ Target: 75-90 seconds, `1920x1080`, recorded in a clean Edge window on the publi
- Publisher: `FlyingChanges Code`; durable owner and verified public contact: `monroe@flyingchangesfarm.net`.
- Store item ID: `hhdmfaaplpiokafjieefpgoppckijafc`.
- Current public package: v1.7.0.
- Next candidate package: `dist/dev-feedback-capture-v1.7.1.zip` (not uploaded).
- Submitted package: `dist/dev-feedback-capture-v1.7.1.zip`; SHA-256 `440b41157386ae75e42a15e0f7f12c9bcbe645966e57330ec97f55fdb61a1dc3`.
- API readback on August 3, 2026: v1.7.1 is `PENDING_REVIEW` at a 100% target with no warning or takedown flag.
- Category: Developer Tools; language: English (United States).
- The single purpose, permission justifications, no-remote-code declaration, data-use categories, privacy-policy URL, homepage, and support URL were saved before submission.
- One valid 1280x800 screenshot remains on the Store listing. Replace it with the fresh five-shot v1.7 set above when the capture gates pass.
- One valid 1280x800 screenshot remains on the Store listing. Monroe explicitly waived replacement screenshots for this submission; the fresh five-shot set remains optional follow-up work.
- Monitor the verified contact email and dashboard for approval or a focused reviewer request.
- Confirm the dashboard's publication timing choice before an approved item goes live; that setting was not independently recorded here.
- Complete the v1.7.1 package/listing checks and every still-applicable open runtime gate in `docs/manual-release-checklist.md` before tagging or uploading v1.7.1.
- Monroe explicitly authorized the v1.7.1 upload without a new unpacked-browser smoke or replacement screenshots. Those checks remain open and the release must not be described as runtime-verified.
- The feature video, 440x280 promotional tile, and backup publisher Admin remain optional follow-up work.
- Keep payments, authentication, network sync, additional permissions, and v1.8 Feedback Sessions out of v1.7.1.
2 changes: 2 additions & 0 deletions docs/manual-release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Automated checks are necessary but do not replace the unpacked-extension gate.

Store status on August 3, 2026: v1.7.0 is public in the Chrome Web Store. The distributed CRX contains the Browser Code icon, while the Store listing still renders the retired purple-flag artwork. Store approval is not proof that the deferred checks below passed. Keep them open and do not call v1.7 or v1.7.1 runtime-verified until the relevant evidence is recorded.

Submission record: Monroe explicitly waived the new unpacked-browser smoke and replacement screenshot gates. The exact v1.7.1 ZIP with SHA-256 `440b41157386ae75e42a15e0f7f12c9bcbe645966e57330ec97f55fdb61a1dc3` was uploaded successfully and submitted for normal review on August 3, 2026. The API readback showed `PENDING_REVIEW` at a 100% target with no warning or takedown flag. The unchecked runtime and screenshot items below remain open proof gaps, not blockers to that authorized submission.

## v1.7.1 discovery package and listing check

Before tagging or uploading v1.7.1:
Expand Down
4 changes: 2 additions & 2 deletions product.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"summary": "Feedback stays in local extension storage or an explicitly selected project sidecar. Capture, export, and MCP import actions are user-triggered, and no cloud sync or hosted AI integration is included."
},
"distribution": {
"current": "Chrome Web Store v1.7.0 is public. GitHub Release v1.2.0 remains available for manual unpacked installation.",
"planned": "Submit the behavior-neutral v1.7.1 discovery refresh after its package and listing checks pass; keep v1.8 Feedback Sessions in a separate gated release lane.",
"current": "Chrome Web Store v1.7.0 is public and v1.7.1 is pending review. GitHub Release v1.2.0 remains available for manual unpacked installation.",
"planned": "Monitor the v1.7.1 Store review and verify its revised title, description, and icon after publication; keep v1.8 Feedback Sessions in a separate gated release lane.",
"latestReleaseApi": "https://api.github.com/repos/StoneHub/webDevFeedbackExt/releases/latest",
"assetNamePattern": "dev-feedback-capture-v{version}.zip",
"downloadUrlPolicy": "Resolve the latest release asset at publish time instead of hardcoding a stale versioned URL."
Expand Down
Loading