Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.17.2 #1548

Merged
merged 1 commit into from
Jan 19, 2025
Merged

1.17.2 #1548

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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Version
description: We only support the latest version. Find your version number at `Preferences` - `About`.
options:
- label: I'm using version 1.17.1
- label: I'm using version 1.17.2
required: false
- type: checkboxes
id: known-issues
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Version
description: We only support the latest version. Find your version number at `Preferences` - `About`.
options:
- label: I'm using version 1.17.1
- label: I'm using version 1.17.2
required: false
- type: checkboxes
id: open-requests
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.17.2] - 2025-1-19
### Fixed
- Linux DND detection
- improve macOS DND detection
Expand Down Expand Up @@ -783,9 +785,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- resume/pause functionality for reminder
- scripts for creating installers for OS X, Windows, Linux

[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.17.1...HEAD
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.17.0...v1.17.1
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.16.0...v1.17.0
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.17.2...HEAD
[1.17.2]: https://github.com/hovancik/stretchly/compare/v1.17.1...v1.17.2
[1.17.1]: https://github.com/hovancik/stretchly/compare/v1.17.0...v1.17.1
[1.17.0]: https://github.com/hovancik/stretchly/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.15.1...v1.16.0
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/hovancik/stretchly/compare/v1.14.1...v1.15.0
Expand Down
10 changes: 10 additions & 0 deletions net.hovancik.Stretchly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
</screenshot>
</screenshots>
<releases>
<release version="1.17.2" date="2025-1-19">
<description>
<p>Fixed</p>
<ul>
<li>Linux DND detection</li>
<li>improve macOS DND detection</li>
<li>debug info when from Windows Store</li>
</ul>
</description>
</release>
<release version="1.17.1" date="2024-12-25">
<description>
<p>Fixed</p>
Expand Down
Loading
Loading