Skip to content

Commit 08ca406

Browse files
authored
Merge pull request #1548 from hovancik/release
1.17.2
2 parents e1d70cc + 4508d31 commit 08ca406

File tree

7 files changed

+130
-1554
lines changed

7 files changed

+130
-1554
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Version
1414
description: We only support the latest version. Find your version number at `Preferences` - `About`.
1515
options:
16-
- label: I'm using version 1.17.1
16+
- label: I'm using version 1.17.2
1717
required: false
1818
- type: checkboxes
1919
id: known-issues

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Version
1414
description: We only support the latest version. Find your version number at `Preferences` - `About`.
1515
options:
16-
- label: I'm using version 1.17.1
16+
- label: I'm using version 1.17.2
1717
required: false
1818
- type: checkboxes
1919
id: open-requests

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [1.17.2] - 2025-1-19
810
### Fixed
911
- Linux DND detection
1012
- improve macOS DND detection
@@ -783,9 +785,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
783785
- resume/pause functionality for reminder
784786
- scripts for creating installers for OS X, Windows, Linux
785787

786-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.17.1...HEAD
787-
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.17.0...v1.17.1
788-
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.16.0...v1.17.0
788+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.17.2...HEAD
789+
[1.17.2]: https://github.com/hovancik/stretchly/compare/v1.17.1...v1.17.2
790+
[1.17.1]: https://github.com/hovancik/stretchly/compare/v1.17.0...v1.17.1
791+
[1.17.0]: https://github.com/hovancik/stretchly/compare/v1.16.0...v1.17.0
789792
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.15.1...v1.16.0
790793
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.0...v1.15.1
791794
[1.15.0]: https://github.com/hovancik/stretchly/compare/v1.14.1...v1.15.0

net.hovancik.Stretchly.metainfo.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@
3636
</screenshot>
3737
</screenshots>
3838
<releases>
39+
<release version="1.17.2" date="2025-1-19">
40+
<description>
41+
<p>Fixed</p>
42+
<ul>
43+
<li>Linux DND detection</li>
44+
<li>improve macOS DND detection</li>
45+
<li>debug info when from Windows Store</li>
46+
</ul>
47+
</description>
48+
</release>
3949
<release version="1.17.1" date="2024-12-25">
4050
<description>
4151
<p>Fixed</p>

0 commit comments

Comments
 (0)