Skip to content
Merged
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.2
- label: I'm using version 1.18.0
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.2
- label: I'm using version 1.18.0
required: false
- type: checkboxes
id: open-requests
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.18.0] - 2025-9-15
### Added
- Yiddish and Tamil translations
- advanced option to show custom message in Preferences
Expand Down Expand Up @@ -801,7 +802,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.2...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.18.0...HEAD
[1.18.0]: https://github.com/hovancik/stretchly/compare/v1.17.2...v1.18.0
[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
Expand Down
24 changes: 24 additions & 0 deletions net.hovancik.Stretchly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,30 @@
</screenshot>
</screenshots>
<releases>
<release version="1.18.0" date="2025-9-15">
<description>
<p>Added</p>
<ul>
<li>Yiddish and Tamil translations</li>
<li>advanced option to show custom message in Preferences</li>
<li>advanced option to hide location of Preferences file in Debug info</li>
<li>advanced option to disable app update features</li>
<li>advanced option to hide Strict Mode preferences section</li>
</ul>
<p>Changed</p>
<ul>
<li>remove flags in Welcome window</li>
<li>updated many translations</li>
<li>do not check for Quiet Hours on Windows (deprecated)</li>
</ul>
<p>Fixed</p>
<ul>
<li>prevent error with negative time to break in tray icon</li>
<li>hide close/minimize actions on Break window on macOS</li>
<li>issue when not all strings correctly translate after language change</li>
</ul>
</description>
</release>
<release version="1.17.2" date="2025-1-19">
<description>
<p>Fixed</p>
Expand Down
Loading
Loading