From 9e8b315bff621b0d34e206d116e5c94c82b7109e Mon Sep 17 00:00:00 2001 From: Grol Grol Date: Mon, 5 May 2025 12:43:23 +0300 Subject: [PATCH] upd changelog --- docs/changelog.md | 59 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 48 insertions(+), 11 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7c4e1de..c325fca 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,21 +4,58 @@ nav_order: 3 --- # Changelog -## [Unreleased] +## [1.0.10] - 2025-04-12 +### Fixed +- Fix bug [#10](https://github.com/groldsf/obsidian_check_plugin/issues/10). + +## [1.0.9] - 2025-04-11 ### Added -- (Add new features for the next release here) - -### Changed -- (Add changes in existing functionality here) +- Added [Allow (un)checking of parent #9](https://github.com/groldsf/obsidian_check_plugin/issues/9). +- Added cachfile cache. +- Added new settings. +## [1.0.8] - 2025-03-20 ### Fixed -- (Add bug fixes here) +- Fix callback. +- Fix scroll. -## [Version.Number.Here] - YYYY-MM-DD <-- Пример для прошлого релиза +## [1.0.7] - 2025-03-20 ### Added -- Feature X was added. -### Fixed -- Fixed bug Y. +- Added mutex. -## [Initial Version] - YYYY-MM-DD +## [1.0.6] - 2025-03-19 +### Fixed +- Bug: non-cascading update in view mode [#8](https://github.com/groldsf/obsidian_check_plugin/issues/8) + +## [1.0.5] - 2025-03-15 +### Added +- Added settings tab. +### Fixed +- Fix name and description. +- [#4](https://github.com/groldsf/obsidian_check_plugin/issues/4). +- [#6](https://github.com/groldsf/obsidian_check_plugin/issues/6). +- [#7](https://github.com/groldsf/obsidian_check_plugin/issues/7). + +## [1.0.4] - 2025-03-10 +### Added +- Add checkbox sync support for Reading View via vault.on('modify'), keep editor-change for real-time updates, [#3](https://github.com/groldsf/obsidian_check_plugin/issues/3). +### Fixed +- Prevent editor scrolling on checkbox sync by moving cursor to end of first changed line and hiding it with blur, [#2](https://github.com/groldsf/obsidian_check_plugin/issues/2). +- Fix license. + +## [1.0.3] - 2025-02-18 +### Added +- Added tests. + +## [1.0.2] - 2025-02-17 +### Added +- Added support for different list types. +### Fixed +- Fix name and description. + +## [1.0.1] - 2025-02-08 +### Fixed +- Fixed cursor and scroll bug. + +## [1.0.0] - 2025-02-03 - Initial release of Checkbox Sync. \ No newline at end of file