generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 11
/
changelog
51 lines (40 loc) · 1.11 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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
## [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.
## [1.2.1] 2023-01-30
Bug Fix ver
### Fixed
* Fix vault name encoding bug.
## [1.2.0] 2023-01-29
New Feature ver
### Added
* Obsidian Note to Todo
## [1.1.0] 2023-01-04
New Feature ver
### Added
* Add permanent url
## [1.0.3] 2022-12-20
Bug Fix ver
### Fixed
* Fix Tags error issue.
## [1.0.2] 2022-10-30
New Feature ver
### Added
* Support for multiple markdown elements: title, list and so on.
## [1.0.1] 2022-10-19
The very first release
### Added
* create todo from obsidian to things3
* support multiple language, tags, and date
* toggle todo status from obsidian to things3