From 83df1111c4ec01d39f84c331d26f18f3f0430da1 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Wed, 4 Mar 2026 09:37:18 +0000 Subject: [PATCH] 2.8.1 --- CHANGELOG.md | 7 +++++++ manifest.json | 16 ++++++++-------- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9519890..9235703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ### Added +### Changed + +### Fixed +## v2.8.1 (2026-03-04) + +### Added + - **Auto-sync success notice setting**: Toggle whether to show success notifications for auto-sync (defaults to off) ### Changed diff --git a/manifest.json b/manifest.json index 3e7272e..05f4b6e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "share-to-notionnext", - "name": "Share to NotionNext", - "version": "2.8.0", - "minAppVersion": "0.0.1", - "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", - "author": "EasyChris, jxpeng98", - "authorUrl": "https://github.com/jxpeng98", - "isDesktopOnly": false + "id": "share-to-notionnext", + "name": "Share to NotionNext", + "version": "2.8.1", + "minAppVersion": "0.0.1", + "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", + "author": "EasyChris, jxpeng98", + "authorUrl": "https://github.com/jxpeng98", + "isDesktopOnly": false } \ No newline at end of file diff --git a/package.json b/package.json index 30fd399..3b6d7e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.8.0", + "version": "2.8.1", "type": "module", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "main": "main.js", diff --git a/versions.json b/versions.json index 5297c3d..d7a38e1 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.9.7", "1.0.1": "0.12.0", - "2.8.0": "0.0.1" -} + "2.8.0": "0.0.1", + "2.8.1": "0.0.1" +} \ No newline at end of file