Skip to content

Commit 5496af8

Browse files
authored
Merge pull request #1476 from hovancik/release
Release 1.16
2 parents 4f42de4 + ceb17a9 commit 5496af8

File tree

4 files changed

+34
-8
lines changed

4 files changed

+34
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ 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+
9+
## [1.16.0] - 2024-08-11
810
### Added
911
- Estonia and Belarus translations
10-
- Updated flag of Belarus to White-Red-White
1112
- advanced option to show break options (Skip, Pause, Reset) in Strict mode
12-
- add autostart option for Linux
13-
- Add keyboard shortcuts for pause breaks for duration.
13+
- autostart option for Linux
14+
- keyboard shortcuts for pause breaks for specific durations
1415

1516
### Changed
1617
- updated many translations
@@ -21,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2122
- Schedule and Menu options not being updated after change of language
2223
- multiple RTL UI issues
2324
- RPM installer conflicts with other Electron apps
24-
- improve break window loading to fix blank window
25+
- improve break window loading to improve blank window issues
2526

2627
## [1.15.1] - 2023-11-19
2728
### Fixed
@@ -755,7 +756,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
755756
- resume/pause functionality for reminder
756757
- scripts for creating installers for OS X, Windows, Linux
757758

758-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.15.1...HEAD
759+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.16.0...HEAD
760+
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.1...v1.16.0
759761
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.0...v1.15.1
760762
[1.15.0]: https://github.com/hovancik/stretchly/compare/v1.14.1...v1.15.0
761763
[1.14.1]: https://github.com/hovancik/stretchly/compare/v1.14.0...v1.14.1

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.16.0" date="2024-08-11">
40+
<description>
41+
<p>Added</p>
42+
<ul>
43+
<li>Estonia and Belarus translations</li>
44+
<li>advanced option to show break options (Skip, Pause, Reset) in Strict mode</li>
45+
<li>autostart option for Linux</li>
46+
<li>keyboard shortcuts for pause breaks for specific durations</li>
47+
</ul>
48+
<p>Fixed</p>
49+
<ul>
50+
<li>transparency issues on Windows 10</li>
51+
<li>Schedule and Menu options not being updated after change of language</li>
52+
<li>multiple RTL UI issues</li>
53+
<li>RPM installer conflicts with other Electron apps</li>
54+
<li>improve break window loading to improve blank window issues</li>
55+
</ul>
56+
<p>Changed</p>
57+
<ul>
58+
<li>updated many translations</li>
59+
<li>disable skipping to next break from tray when in strict mode</li>
60+
</ul>
61+
</description>
62+
</release>
3963
<release version="1.15.0" date="2023-11-11">
4064
<description>
4165
<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.15.1",
3+
"version": "1.16.0",
44
"description": "The break time reminder app",
55
"main": "app/main.js",
66
"engines": {

0 commit comments

Comments
 (0)