File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.3.1] ( https://github.com/derlin/bitdowntoc/compare/v2.3.0...v2.3.1 ) (2025-09-30)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * skip headers in HTML comment blocks ([ 49e7466] ( https://github.com/derlin/bitdowntoc/commit/49e7466955230a6e0876c9452edebcbad4733b40 ) )
9+ * ** web:** make checkboxes clickable ([ 9e6b60f] ( https://github.com/derlin/bitdowntoc/commit/9e6b60f50553d1e2fdd3f60750aeb3d5f4d6a645 ) )
10+ * ** web:** show arrows to input of type number ([ 1f38840] ( https://github.com/derlin/bitdowntoc/commit/1f388403fab6ac1476a2ef480f9b4c188df8984a ) )
11+
312## [ 2.3.0] ( https://github.com/derlin/bitdowntoc/compare/v2.2.1...v2.3.0 ) (2025-02-16)
413
514
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " ch.derlin"
9- version = " 2.3.1-SNAPSHOT " // x-release-please-version
9+ version = " 2.3.1" // x-release-please-version
1010
1111repositories {
1212 mavenCentral()
You can’t perform that action at this time.
0 commit comments