We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64b1a90 + 576522f commit a5242aaCopy full SHA for a5242aa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v1.16.0](https://github.com/k1LoW/deck/compare/v1.15.3...v1.16.0) - 2025-08-20
4
+### New Features 🎉
5
+- feat: support Backslash escapes by @Songmu in https://github.com/k1LoW/deck/pull/382
6
+
7
## [v1.15.3](https://github.com/k1LoW/deck/compare/v1.15.2...v1.15.3) - 2025-08-20
8
### Fix bug 🐛
9
- fix: removal of unnecessary <br> processing by @Songmu in https://github.com/k1LoW/deck/pull/379
version/version.go
@@ -2,7 +2,7 @@ package version
const (
Name = "deck"
- Version = "1.15.3"
+ Version = "1.16.0"
)
var Revision = "HEAD"
0 commit comments