File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.15.0] ( https://github.com/k1LoW/deck/compare/v1.14.0...v1.15.0 ) - 2025-08-16
4+ ### New Features 🎉
5+ - feat: Add basePresentationID configuration for default theme reuse by @Songmu in https://github.com/k1LoW/deck/pull/367
6+ - feat: Add JSON schema for configuration validation by @Songmu in https://github.com/k1LoW/deck/pull/368
7+ ### Other Changes
8+ - ci: introduce integration test on GitHub Actions by @Songmu in https://github.com/k1LoW/deck/pull/355
9+ - ci: separate octocov settings for full tests and standard tests by @Songmu in https://github.com/k1LoW/deck/pull/366
10+
311## [ v1.14.0] ( https://github.com/k1LoW/deck/compare/v1.13.1...v1.14.0 ) - 2025-08-15
412### New Features 🎉
513- feat: support service account with several authentication methods by @Songmu in https://github.com/k1LoW/deck/pull/359
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33const (
44 Name = "deck"
5- Version = "1.14 .0"
5+ Version = "1.15 .0"
66)
77
88var Revision = "HEAD"
You can’t perform that action at this time.
0 commit comments