Skip to content

Commit a45e402

Browse files
authored
Merge pull request #386 from k1LoW/tagpr-from-v1.16.0
Release for v1.16.1
2 parents 086d3b5 + 59fb71e commit a45e402

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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+
37
## [v1.16.0](https://github.com/k1LoW/deck/compare/v1.15.3...v1.16.0) - 2025-08-20
48
### New Features 🎉
59
- feat: support Backslash escapes by @Songmu in https://github.com/k1LoW/deck/pull/382

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
const (
44
Name = "deck"
5-
Version = "1.16.0"
5+
Version = "1.16.1"
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)