Skip to content

Commit

Permalink
feat: change the plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
royxue committed Jan 26, 2024
1 parent 5959678 commit 979615e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
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.2": "0.15.0"
"1.2.3": "0.15.0"
}

0 comments on commit 979615e

Please sign in to comment.