Skip to content

Commit d76f8ae

Browse files
authored
chore(main): release 0.10.0 (#160)
1 parent 44bf699 commit d76f8ae

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.2"
2+
".": "0.10.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/bngarren/checkmate.nvim/compare/v0.9.2...v0.10.0) (2025-07-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove `todo_action_depth` option. Todos can be interacted with from any depth within the todo's hierarchy as long as it isn't within a nested todo. Change style/highlight group extmark ranges for Checkmate*MainContent and Checkmate*AdditionalContent.
9+
10+
### Features
11+
12+
* add `checkmate.snippets` API for LuaSnip integration ([#152](https://github.com/bngarren/checkmate.nvim/issues/152)) ([81a97b9](https://github.com/bngarren/checkmate.nvim/commit/81a97b923eca2d098287e35c166638bae2c894df))
13+
* add custom todo states (not just checked or unchecked) ([#153](https://github.com/bngarren/checkmate.nvim/issues/153)) ([6c655db](https://github.com/bngarren/checkmate.nvim/commit/6c655dbd64d137a2cbedf1ab2cc6a37245ec1fe0))
14+
* add multi-line support to todo content ([#139](https://github.com/bngarren/checkmate.nvim/issues/139)) ([24fdcb4](https://github.com/bngarren/checkmate.nvim/commit/24fdcb469175eabb8db0958a05aac63d52963148))
15+
* adds enable/disable plugin commands + public api ([#129](https://github.com/bngarren/checkmate.nvim/issues/129)) ([6818bf5](https://github.com/bngarren/checkmate.nvim/commit/6818bf5930eea9e1687e0ef46454f8a5740fbb5a))
16+
17+
18+
### Bug Fixes
19+
20+
* cycle api should propagate state similar to toggle ([#155](https://github.com/bngarren/checkmate.nvim/issues/155)) ([51a854f](https://github.com/bngarren/checkmate.nvim/commit/51a854fa8f6b4ca9fd92513442ea11ba3321278a))
21+
* **health:** fix checkhealth to show correct config validation errors ([#154](https://github.com/bngarren/checkmate.nvim/issues/154)) ([605adbb](https://github.com/bngarren/checkmate.nvim/commit/605adbb052f3aac502004542747c65eaa8071f0e))
22+
* **parser:** fix bug with finding first inline range with setext heading ([#149](https://github.com/bngarren/checkmate.nvim/issues/149)) ([9bf370c](https://github.com/bngarren/checkmate.nvim/commit/9bf370cc9b813321b3a1a8cb62aa0b0962076ae7))
23+
* refine todo states implementation ([#156](https://github.com/bngarren/checkmate.nvim/issues/156)) ([3d4c94d](https://github.com/bngarren/checkmate.nvim/commit/3d4c94dc0317b429a06e6beed14e1ee9a95e56a2))
24+
325
## [0.9.2](https://github.com/bngarren/checkmate.nvim/compare/v0.9.1...v0.9.2) (2025-06-27)
426

527

0 commit comments

Comments
 (0)