From 95940201aa654da3c2b69858eea3a84c1286cd75 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 5 Mar 2026 09:40:30 +0800 Subject: [PATCH] Bump version and add compatibility note Update manifest version to 2026.03.05 and change version_name to indicate support from 0.24.0 to the latest. Add a 2026-03-05 changelog entry in README noting forward compatibility with v0.24.0 (and inviting issues for older versions). No functional changes. --- README.md | 1 + manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42bc0fb..ed95e71 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Chrome 应用商店: diff --git a/manifest.json b/manifest.json index 5e00dd6..90e8a3d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "en", - "version": "2026.03.04", - "version_name": "release memos v0.26.2", + "version": "2026.03.05", + "version_name": "Supports 0.24.0 to the latest version", "action": { "default_popup": "popup.html", "default_icon": "assets/logo_24x24.png",