Skip to content

Commit 9ea2876

Browse files
authored
Merge pull request #353 from k1LoW/tagpr-from-v1.12.1
Release for v1.13.0
2 parents ee72b8a + 197eee6 commit 9ea2876

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v1.13.0](https://github.com/k1LoW/deck/compare/v1.12.1...v1.13.0) - 2025-08-13
4+
### Other Changes
5+
- chore: improv the efficiency of screenshot capture during testing by @Songmu in https://github.com/k1LoW/deck/pull/351
6+
- doc: description of integration with laminate by @Songmu in https://github.com/k1LoW/deck/pull/352
7+
- feat: add --folder-id flag and config for Drive folder by @Songmu in https://github.com/k1LoW/deck/pull/354
8+
39
## [v1.12.1](https://github.com/k1LoW/deck/compare/v1.12.0...v1.12.1) - 2025-08-12
410
### Fix bug 🐛
511
- fix: correct `ignore` handing by @k1LoW in https://github.com/k1LoW/deck/pull/349

version/version.go

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

33
const Name string = "deck"
44

5-
var Version = "1.12.1" //nostyle:repetition
5+
var Version = "1.13.0" //nostyle:repetition

0 commit comments

Comments
 (0)