File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.2.1] ( https://github.com/derlin/bitdowntoc/compare/v2.2.0...v2.2.1 ) (2025-01-26)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * support 4 backticks ([ ccbbb65] ( https://github.com/derlin/bitdowntoc/commit/ccbbb65485a86a929cdf8042ac3fb94fe58c70ba ) )
9
+ * ** web:** don't break UI on long lines ([ fd85878] ( https://github.com/derlin/bitdowntoc/commit/fd85878411818b27cf68b5a1ece76a8acfbe4e1d ) )
10
+
11
+
12
+ ### 🦀 Build and CI
13
+
14
+ * add CNAME to Pages ([ 28bf64f] ( https://github.com/derlin/bitdowntoc/commit/28bf64f36da4f588ba681a0a837b9208cdca4346 ) )
15
+
16
+
17
+ ### 🌈 Styling
18
+
19
+ * add hover text to icons and some buttons ([ bf25ec5] ( https://github.com/derlin/bitdowntoc/commit/bf25ec5b9bfb2983ff0a425cb2a26f1fc4231a63 ) )
20
+ * update favicons ([ 69b1b27] ( https://github.com/derlin/bitdowntoc/commit/69b1b27fe3d22e98f6b9cadb96bee1b5eb033392 ) )
21
+
3
22
## [ 2.2.0] ( https://github.com/derlin/bitdowntoc/compare/v2.1.0...v2.2.0 ) (2024-07-14)
4
23
5
24
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = " ch.derlin"
9
- version = " 2.2.1-SNAPSHOT " // x-release-please-version
9
+ version = " 2.2.1" // x-release-please-version
10
10
11
11
repositories {
12
12
mavenCentral()
You can’t perform that action at this time.
0 commit comments