Skip to content

Commit e8be1bd

Browse files
authored
Merge pull request #1646 from hovancik/release
Release 1.18.0
2 parents 29b07bc + 5a9dcba commit e8be1bd

File tree

6 files changed

+252
-328
lines changed

6 files changed

+252
-328
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.2
16+
- label: I'm using version 1.18.0
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.2
16+
- label: I'm using version 1.18.0
1717
required: false
1818
- type: checkboxes
1919
id: open-requests

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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+
## [1.18.0] - 2025-9-15
89
### Added
910
- Yiddish and Tamil translations
1011
- advanced option to show custom message in Preferences
@@ -801,7 +802,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
801802
- resume/pause functionality for reminder
802803
- scripts for creating installers for OS X, Windows, Linux
803804

804-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.17.2...HEAD
805+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.18.0...HEAD
806+
[1.18.0]: https://github.com/hovancik/stretchly/compare/v1.17.2...v1.18.0
805807
[1.17.2]: https://github.com/hovancik/stretchly/compare/v1.17.1...v1.17.2
806808
[1.17.1]: https://github.com/hovancik/stretchly/compare/v1.17.0...v1.17.1
807809
[1.17.0]: https://github.com/hovancik/stretchly/compare/v1.16.0...v1.17.0

net.hovancik.Stretchly.metainfo.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,30 @@
3636
</screenshot>
3737
</screenshots>
3838
<releases>
39+
<release version="1.18.0" date="2025-9-15">
40+
<description>
41+
<p>Added</p>
42+
<ul>
43+
<li>Yiddish and Tamil translations</li>
44+
<li>advanced option to show custom message in Preferences</li>
45+
<li>advanced option to hide location of Preferences file in Debug info</li>
46+
<li>advanced option to disable app update features</li>
47+
<li>advanced option to hide Strict Mode preferences section</li>
48+
</ul>
49+
<p>Changed</p>
50+
<ul>
51+
<li>remove flags in Welcome window</li>
52+
<li>updated many translations</li>
53+
<li>do not check for Quiet Hours on Windows (deprecated)</li>
54+
</ul>
55+
<p>Fixed</p>
56+
<ul>
57+
<li>prevent error with negative time to break in tray icon</li>
58+
<li>hide close/minimize actions on Break window on macOS</li>
59+
<li>issue when not all strings correctly translate after language change</li>
60+
</ul>
61+
</description>
62+
</release>
3963
<release version="1.17.2" date="2025-1-19">
4064
<description>
4165
<p>Fixed</p>

0 commit comments

Comments
 (0)