This commit is contained in:
Jiaxin Peng
2026-03-04 09:37:18 +00:00
parent 6e8be42e3c
commit 83df1111c4
4 changed files with 19 additions and 11 deletions

View File

@@ -4,6 +4,13 @@
### Added ### 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) - **Auto-sync success notice setting**: Toggle whether to show success notifications for auto-sync (defaults to off)
### Changed ### Changed

View File

@@ -1,10 +1,10 @@
{ {
"id": "share-to-notionnext", "id": "share-to-notionnext",
"name": "Share to NotionNext", "name": "Share to NotionNext",
"version": "2.8.0", "version": "2.8.1",
"minAppVersion": "0.0.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.", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.",
"author": "EasyChris, jxpeng98", "author": "EasyChris, jxpeng98",
"authorUrl": "https://github.com/jxpeng98", "authorUrl": "https://github.com/jxpeng98",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "share-to-notionnext", "name": "share-to-notionnext",
"version": "2.8.0", "version": "2.8.1",
"type": "module", "type": "module",
"description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.",
"main": "main.js", "main": "main.js",

View File

@@ -1,5 +1,6 @@
{ {
"1.0.0": "0.9.7", "1.0.0": "0.9.7",
"1.0.1": "0.12.0", "1.0.1": "0.12.0",
"2.8.0": "0.0.1" "2.8.0": "0.0.1",
} "2.8.1": "0.0.1"
}