diff --git a/CHANGELOG.md b/CHANGELOG.md index 419ad87..f5a29ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -## Fix +## Improvements -- Fix a gif link in README.md +- Change the way to sync the notes to notion for better debugging and error handling. + +For now, if you have any error, you will see a notice in the top-right corner of the app. You can check the error message in the developer console (F12) for more details. + +You can enter the developer console by pressing `option+cmd+I`(Mac) or `ctrl+shift+I`(Windows/Linux) in the app. + +You can also toggle the developer console from the menu `View -> Toggle Developer Tools`. -## Features -- Change the success notice colour to green diff --git a/manifest.json b/manifest.json index 302b1a9..9c9e9f0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.3.3", + "version": "2.3.4", "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", diff --git a/package.json b/package.json index ff6b15a..72c2209 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "name": "share-to-notionnext", - "version": "2.3.3", - "type": "module", - "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", - "main": "main.js", - "scripts": { - "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "version": "node version-bump.mjs && git add manifest.json versions.json" - }, - "keywords": [], - "author": "", - "license": "GNU GPLv3", - "devDependencies": { - "@types/node": "^20.5.7", - "@types/yaml-front-matter": "^4.1.3", - "@typescript-eslint/eslint-plugin": "^6.16.0", - "@typescript-eslint/parser": "^6.16.0", - "builtin-modules": "^3.3.0", - "esbuild": "0.19.5", - "obsidian": "^1.6.6", - "tslib": "2.6.2", - "typescript": "5.2.2" - }, - "dependencies": { - "@tryfabric/martian": "^1.2.4", - "https-proxy-agent": "^7.0.2", - "node-fetch": "^3.3.2", - "process": "^0.11.10", - "remark-math": "^6.0.0", - "yaml": "^2.3.4", - "yaml-front-matter": "^4.1.1" - } -} + "name": "share-to-notionnext", + "version": "2.3.4", + "type": "module", + "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", + "main": "main.js", + "scripts": { + "dev": "node esbuild.config.mjs", + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", + "version": "node version-bump.mjs && git add manifest.json versions.json" + }, + "keywords": [], + "author": "", + "license": "GNU GPLv3", + "devDependencies": { + "@types/node": "^20.5.7", + "@types/yaml-front-matter": "^4.1.3", + "@typescript-eslint/eslint-plugin": "^6.16.0", + "@typescript-eslint/parser": "^6.16.0", + "builtin-modules": "^3.3.0", + "esbuild": "0.19.5", + "obsidian": "^1.6.6", + "tslib": "2.6.2", + "typescript": "5.2.2" + }, + "dependencies": { + "@tryfabric/martian": "^1.2.4", + "https-proxy-agent": "^7.0.2", + "node-fetch": "^3.3.2", + "process": "^0.11.10", + "remark-math": "^6.0.0", + "yaml": "^2.3.4", + "yaml-front-matter": "^4.1.1" + } +} \ No newline at end of file