diff --git a/docs/changelog.md b/docs/changelog.md index 55cccef..fb546a0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,12 +4,14 @@ nav_order: 3 --- # Changelog -## [1.2.0] - 2025-XX-XX +## [1.2.0] - 2025-08-08 ### Added - Added Feature: **Logging Toggle:** Add a setting to enable/disable detailed logging for debugging purposes. - Added Feature **File/Folder Scope Filter:** Implement settings to include or exclude specific files or folders where the plugin should be active. - Added Feature: **Support Non-Checkbox Nodes:** Added support for list-item and plain text inside the checkbox tree - Added [Integration with Tasks plugin]("Integration with Tasks plugin.md") +### Changed +- Transition to tree structure ## [1.1.0] - 2025-05-05 ### Added diff --git a/manifest.json b/manifest.json index eea1db8..b9f1485 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "checkbox-sync", "name": "Checkbox Sync", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "0.12.0", "description": "Automatically checks the parent checkbox if all child checkboxes are completed, and unchecks it otherwise.", "author": "Grol", diff --git a/package-lock.json b/package-lock.json index 092c3b3..24ce8c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "checkbox-sync", - "version": "1.0.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "checkbox-sync", - "version": "1.0.0", + "version": "1.2.0", "license": "0BSD", "dependencies": { "async-mutex": "^0.5.0", diff --git a/package.json b/package.json index f5f59f5..51e4c75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkbox-sync", - "version": "1.0.0", + "version": "1.2.0", "description": "Automatically checks the parent checkbox if all child checkboxes are completed, and unchecks it otherwise", "main": "main.js", "scripts": {