Skip to content

Commit

Permalink
release: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
royxue committed Apr 23, 2024
1 parent 1f1f65c commit 6eb05df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.2.4": "0.15.0"
"1.3.0": "0.15.0"
}

0 comments on commit 6eb05df

Please sign in to comment.