Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.24.1](https://github.com/k1LoW/deck/compare/v1.24.0...v1.24.1) - 2026-07-07

### Fix bug 🐛
- fix: preserve frozen slides when slide count changes by @k1LoW in https://github.com/k1LoW/deck/pull/537
### Other Changes
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/530
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/533
- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/536
- chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/535

## [v1.24.0](https://github.com/k1LoW/deck/compare/v1.23.1...v1.24.0) - 2026-06-01
### New Features 🎉
- feat: reserve "key" field in page configuration for stable slide referencing by @k1LoW in https://github.com/k1LoW/deck/pull/527
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

const (
Name = "deck"
Version = "1.24.0"
Version = "1.24.1"
)

var Revision = "HEAD"
Loading