Update version to 2.3.4

This commit is contained in:
2024-07-28 01:13:39 +01:00
parent 046a67f22c
commit b8a02c49f1
3 changed files with 43 additions and 39 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "share-to-notionnext",
"version": "2.3.3",
"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",