diff --git a/README.md b/README.md index 1e10425..e9588db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Obsidian Things3 Sync -A Plugin for syncing between Obsidian and Things3. Supporting with Multi Language, Tags and Date, Cross-Platform. +# Things3 Sync +An Obsidian plugin for syncing between Obsidian and Things3. Supporting with Multi Language, Tags and Date, Cross-Platform. ## Features * Support Mac OS and iOS. diff --git a/changelog b/changelog index f69c6a1..63768b7 100644 --- a/changelog +++ b/changelog @@ -1,7 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. -## [1.2.2] 2023-01-30 +## [1.2.3] 2024-01-26 +Changed the plugin name, follow the latest Obsidian [devloper policy](https://docs.obsidian.md/Developer+policies). + +## [1.2.2] 2023-04-22 Bug Fix ver ### Fixed * Fix vault name encoding bug. diff --git a/manifest.json b/manifest.json index 43c3b5a..0c2398d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "id": "obsidian-things3-sync", - "name": "Obsidian Things3 Sync", - "version": "1.2.2", + "id": "things3-sync", + "name": "Things3 Sync", + "version": "1.2.3", "minAppVersion": "0.15.0", - "description": "A plugin for sync between Obsidian and Things3, create Todo and sync Todo status", + "description": "An Obsidian plugin for sync between Obsidian and Things3, create Todo and sync Todo status", "author": "Royx", "authorUrl": "royxue.me", "isDesktopOnly": false diff --git a/package.json b/package.json index e4fe62b..1671c1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-things3-sync", - "version": "1.2.2", - "description": "A plugin for sync between Obsidian and Things3, create Todo and sync Todo status", + "name": "things3-sync", + "version": "1.2.3", + "description": "An Obsidian plugin for sync between Obsidian and Things3, create Todo and sync Todo status", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index b070343..e2eee60 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.2.2": "0.15.0" + "1.2.3": "0.15.0" }