File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.17.0] ( https://github.com/k1LoW/deck/compare/v1.16.1...v1.17.0 ) - 2025-08-24
4+ ### New Features 🎉
5+ - feat: derive the PDF name to be exported from the MD file name by @Songmu in https://github.com/k1LoW/deck/pull/392
6+ - feat: reuse blockquote block if possible by @Songmu in https://github.com/k1LoW/deck/pull/394
7+ ### Other Changes
8+ - doc: quick links to GCP configuration by @exoego in https://github.com/k1LoW/deck/pull/388
9+
310## [ v1.16.1] ( https://github.com/k1LoW/deck/compare/v1.16.0...v1.16.1 ) - 2025-08-20
411### Other Changes
512- perf: for public image URLs, skip upload images via Google Drive. by @Songmu in https://github.com/k1LoW/deck/pull/385
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33const (
44 Name = "deck"
5- Version = "1.16.1 "
5+ Version = "1.17.0 "
66)
77
88var Revision = "HEAD"
You can’t perform that action at this time.
0 commit comments