Skip to content

Commit b61bc81

Browse files
committed
Release 1.17
1 parent 75dfd1d commit b61bc81

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ 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.17.0] - 2024-12-24
89
### Added
910
- Bengali, Catalan, Greek and Serbian translations
1011
- it is not possible to close app during break that is in strict mode
1112
- `logs` command line option to show location of logs
12-
- advanced option to make break windows' background blurred
13+
- advanced option to make break windows' background blurred (macOS)
1314

1415
### Fixed
1516
- error when end break shortcut is not set
@@ -772,7 +773,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
772773
- resume/pause functionality for reminder
773774
- scripts for creating installers for OS X, Windows, Linux
774775

775-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.16.0...HEAD
776+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.17.0...HEAD
777+
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.16.0...v1.17.0
776778
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.15.1...v1.16.0
777779
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.0...v1.15.1
778780
[1.15.0]: https://github.com/hovancik/stretchly/compare/v1.14.1...v1.15.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ In the preferences file, change `mainColor` to whatever color you like.
302302
To show the Welcome window again on the next start, change `"isFirstRun"` to `true`.
303303

304304
#### Theme transparency [![Contributor Preferences](https://img.shields.io/badge/Contributor_Preferences-✔-success)](#contributor-preferences)
305-
To specify how solid the break window should be when Theme transparency is enabled, set the value of `opacity` from `0` to `1` (which is in turn 0 to 100%). If you want the break window to have a blurred background, set the value of `blurredBackground` to `true`.
305+
To specify how solid the break window should be when Theme transparency is enabled, set the value of `opacity` from `0` to `1` (which is in turn 0 to 100%). If you want the break window to have a blurred background, set the value of `blurredBackground` to `true` (for macOS only).
306306

307307
#### Break window size [![Contributor Preferences](https://img.shields.io/badge/Contributor_Preferences-✔-success)](#contributor-preferences)
308308
To specify the size of the break window, set the value of `breakWindowHeight` and `breakWindowWidth` from `0` to `0.99` (which is in turn 0 to 99% of the size of the screen). Don't set 100% as that's fullscreen.

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.17.0" date="2024-12-24">
40+
<description>
41+
<p>Added</p>
42+
<ul>
43+
<li>Bengali, Catalan, Greek and Serbian translations</li>
44+
<li>it is not possible to close app during break that is in strict mode</li>
45+
<li>logs command line option to show location of logs</li>
46+
<li>advanced option to make break windows' background blurred (macOS)</li>
47+
</ul>
48+
<p>Fixed</p>
49+
<ul>
50+
<li>error when end break shortcut is not set</li>
51+
<li>time in tray shows the correct number (and matches the tooltip value)</li>
52+
</ul>
53+
<p>Changed</p>
54+
<ul>
55+
<li>improved break window loading</li>
56+
<li>improve DND detection for Linux</li>
57+
<li>updated many translations</li>
58+
<li>better icons for "Show time in tray"</li>
59+
<li>showBreakActionsInStrictMode migrated to showTrayMenuInStrictMode</li>
60+
</ul>
61+
</description>
62+
</release>
3963
<release version="1.16.0" date="2024-08-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.16.0",
3+
"version": "1.17.0",
44
"description": "The break time reminder app",
55
"main": "app/main.js",
66
"engines": {

0 commit comments

Comments
 (0)