diff --git a/changelog b/changelog index 6feecec..7e43991 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.3.0] 2024-04-23 +* Add detached mode: only create todo in Things, without changing Obsidian note. +* Support '&' in things link. +* Fetch date inline if there is one, otherwise use the filename. + ## [1.2.4] 2024-01-27 Fix plugin ID mismatch problem diff --git a/manifest.json b/manifest.json index 103c5ae..3b3de36 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-things3-sync", "name": "Things3 Sync", - "version": "1.2.3", + "version": "1.3.0", "minAppVersion": "0.15.0", "description": "An Obsidian plugin for sync between Obsidian and Things3, create Todo and sync Todo status", "author": "Royx", diff --git a/package.json b/package.json index d6066dc..dd70c35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-things3-sync", - "version": "1.2.4", + "version": "1.3.0", "description": "An Obsidian plugin for sync between Obsidian and Things3, create Todo and sync Todo status", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e95669a..7d14872 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.2.4": "0.15.0" + "1.3.0": "0.15.0" }