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.21.0] ( https://github.com/k1LoW/deck/compare/v1.20.0...v1.21.0 ) - 2025-09-03
4+ ### New Features 🎉
5+ - feat: support strikethrough GFM syntax ('~~ ') by @Songmu in https://github.com/k1LoW/deck/pull/428
6+ ### Other Changes
7+ - chore: use cmd.Print by @Songmu in https://github.com/k1LoW/deck/pull/426
8+ - doc: comprehensive documentation for supported markdown by @Songmu in https://github.com/k1LoW/deck/pull/429
9+
310## [ v1.20.0] ( https://github.com/k1LoW/deck/compare/v1.19.2...v1.20.0 ) - 2025-09-02
411### New Features 🎉
512- feat: implement ` deck doctor ` command for environment verification by @Songmu in https://github.com/k1LoW/deck/pull/424
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33const (
44 Name = "deck"
5- Version = "1.20 .0"
5+ Version = "1.21 .0"
66)
77
88var Revision = "HEAD"
You can’t perform that action at this time.
0 commit comments