# Changelog
All notable changes to this project will be documented in this file.

## [1.4.0] 2026-06-22
* Fix URL encoding for Things3 deep links (titles/tags/notes with spaces or special characters no longer break the link).
* Add the missing Detached mode toggle to the settings tab.
* Clarify in the README that sync is one-way (Obsidian → Things3).
* Internal: remove dead code, add a vitest test suite, and type the internal commands API.

## [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