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 086d3b5 + 59fb71e commit a45e402Copy full SHA for a45e402
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v1.16.1](https://github.com/k1LoW/deck/compare/v1.16.0...v1.16.1) - 2025-08-20
4
+### Other Changes
5
+- perf: for public image URLs, skip upload images via Google Drive. by @Songmu in https://github.com/k1LoW/deck/pull/385
6
+
7
## [v1.16.0](https://github.com/k1LoW/deck/compare/v1.15.3...v1.16.0) - 2025-08-20
8
### New Features 🎉
9
- feat: support Backslash escapes by @Songmu in https://github.com/k1LoW/deck/pull/382
version/version.go
@@ -2,7 +2,7 @@ package version
const (
Name = "deck"
- Version = "1.16.0"
+ Version = "1.16.1"
)
var Revision = "HEAD"
0 commit comments