Skip to content

Commit edd21c4

Browse files
authored
Merge pull request #1690 from hovancik/release
Version 1.19.0
2 parents 237651f + 07e28b4 commit edd21c4

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
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.18.1
16+
- label: I'm using version 1.19.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.18.1
16+
- label: I'm using version 1.19.0
1717
required: false
1818
- type: checkboxes
1919
id: open-requests

CHANGELOG.md

Lines changed: 4 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.19.0] - 2025-11-13
89
### Added
910
- allow to show some HTML in breaks
1011
- advanced option for manual finish mode for breaks (breaks are only finished after user's interaction)
@@ -17,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1718
### Changed
1819
- hide update features in Windows Store, Snap, Flatpak versions by default
1920
- migrate long break sound preference from `audio` to `longBreakAudio`
21+
- updated many translations
2022

2123
## [1.18.1] - 2025-9-27
2224
### Fixed
@@ -823,7 +825,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
823825
- resume/pause functionality for reminder
824826
- scripts for creating installers for OS X, Windows, Linux
825827

826-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.18.1...HEAD
828+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.19.0...HEAD
829+
[1.19.0]: https://github.com/hovancik/stretchly/compare/v1.18.1...v1.19.0
827830
[1.18.1]: https://github.com/hovancik/stretchly/compare/v1.18.0...v1.18.1
828831
[1.18.0]: https://github.com/hovancik/stretchly/compare/v1.17.2...v1.18.0
829832
[1.17.2]: https://github.com/hovancik/stretchly/compare/v1.17.1...v1.17.2

net.hovancik.Stretchly.metainfo.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,27 @@
3636
</screenshot>
3737
</screenshots>
3838
<releases>
39+
<release version="1.19.0" date="2025-11-13">
40+
<description>
41+
<p>Added</p>
42+
<ul>
43+
<li>allow showing limited HTML in breaks</li>
44+
<li>advanced option for manual finish mode (user must finish break)</li>
45+
<li>advanced option to set preferred sound at beginning of breaks</li>
46+
</ul>
47+
<p>Fixed</p>
48+
<ul>
49+
<li>hide autostart option for Windows Store build</li>
50+
<li>memory issue where break windows were not closing correctly</li>
51+
</ul>
52+
<p>Changed</p>
53+
<ul>
54+
<li>update features hidden by default in Windows Store, Snap and Flatpak builds</li>
55+
<li>migrated long break sound preference from <code>audio</code> to <code>longBreakAudio</code></li>
56+
<li>updated many translations</li>
57+
</ul>
58+
</description>
59+
</release>
3960
<release version="1.18.0" date="2025-9-15">
4061
<description>
4162
<p>Added</p>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Stretchly",
3-
"version": "1.18.1",
3+
"version": "1.19.0",
44
"description": "The break time reminder app",
55
"main": "app/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)