Skip to content

Commit

Permalink
Release 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Dec 25, 2024
1 parent 2d26ce3 commit 8f5b10e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
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
- label: I'm using version 1.17.1
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
- label: I'm using version 1.17.1
required: false
- type: checkboxes
id: open-requests
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.17.1] - 2024-12-25
### Fixed
- Ubuntu Mate DND detection
- Ubuntu Unity DND detection
- macOS app start

## [1.17.0] - 2024-12-24
### Added
Expand Down Expand Up @@ -776,7 +778,8 @@ 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.0...HEAD
[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
[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
Expand Down
9 changes: 9 additions & 0 deletions net.hovancik.Stretchly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
</screenshot>
</screenshots>
<releases>
<release version="1.17.1" date="2024-12-25">
<description>
<p>Fixed</p>
<ul>
<li>Ubuntu Unity DND detection</li>
<li>macOS app start</li>
</ul>
</description>
</release>
<release version="1.17.0" date="2024-12-24">
<description>
<p>Added</p>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.17.0",
"version": "1.17.1",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit 8f5b10e

Please sign in to comment.