groldsf_obsidian_check_plugin/docs/changelog.md

80 lines
2.6 KiB
Markdown
Raw Normal View History

---
title: Changelog
nav_order: 3
---
2025-05-03 01:13:22 +00:00
# Changelog
2025-08-08 10:15:01 +00:00
## [1.2.0] - 2025-08-08
2025-05-18 18:26:01 +00:00
### Added
- Added Feature: **Logging Toggle:** Add a setting to enable/disable detailed logging for debugging purposes.
2025-08-08 09:59:00 +00:00
- 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")
2025-08-08 10:15:01 +00:00
### Changed
- Transition to tree structure
2025-05-18 18:26:01 +00:00
2025-05-05 12:30:35 +00:00
## [1.1.0] - 2025-05-05
### Added
- Added Feature: Flexible Checkbox Symbol Configuration[#11](https://github.com/groldsf/obsidian_check_plugin/issues/11).
- Added Feature: Setting to Disable Automatic Checkbox Synchronization on File Open[#13](https://github.com/groldsf/obsidian_check_plugin/issues/13).
### Changed
- Refactored the internal structure of the plugin's settings tab for better maintainability and easier addition of future options [#15](https://github.com/groldsf/obsidian_check_plugin/issues/15).
- Remove old settings xOnlyMod
2025-05-05 09:43:23 +00:00
## [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
2025-05-03 01:13:22 +00:00
### Added
2025-05-05 09:51:23 +00:00
- Added "Allow (un)checking of parent" [#9](https://github.com/groldsf/obsidian_check_plugin/issues/9).
2025-05-05 10:02:33 +00:00
- Added file cache.
2025-05-05 09:43:23 +00:00
- Added new settings.
## [1.0.8] - 2025-03-20
### Fixed
- Fix callback.
- Fix scroll.
## [1.0.7] - 2025-03-20
### Added
- Added mutex.
## [1.0.6] - 2025-03-19
### Fixed
- Bug: non-cascading update in view mode [#8](https://github.com/groldsf/obsidian_check_plugin/issues/8)
2025-05-03 01:13:22 +00:00
2025-05-05 09:43:23 +00:00
## [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).
2025-05-03 01:13:22 +00:00
2025-05-05 09:43:23 +00:00
## [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).
2025-05-03 01:13:22 +00:00
### Fixed
2025-05-05 09:43:23 +00:00
- 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.
2025-05-03 01:13:22 +00:00
2025-05-05 09:43:23 +00:00
## [1.0.3] - 2025-02-18
2025-05-03 01:13:22 +00:00
### Added
2025-05-05 09:43:23 +00:00
- 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
2025-05-03 01:13:22 +00:00
### Fixed
2025-05-05 09:43:23 +00:00
- Fixed cursor and scroll bug.
2025-05-03 01:13:22 +00:00
2025-05-05 09:43:23 +00:00
## [1.0.0] - 2025-02-03
2025-05-18 18:26:01 +00:00
- Initial release of Checkbox Sync.