Skip to content

Commit

Permalink
Release 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Dec 24, 2024
1 parent 75dfd1d commit b61bc81
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.17.0] - 2024-12-24
### Added
- Bengali, Catalan, Greek and Serbian translations
- it is not possible to close app during break that is in strict mode
- `logs` command line option to show location of logs
- advanced option to make break windows' background blurred
- advanced option to make break windows' background blurred (macOS)

### Fixed
- error when end break shortcut is not set
Expand Down Expand Up @@ -772,7 +773,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.16.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.17.0...HEAD
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.15.1...v1.16.0
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/hovancik/stretchly/compare/v1.14.1...v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ In the preferences file, change `mainColor` to whatever color you like.
To show the Welcome window again on the next start, change `"isFirstRun"` to `true`.

#### Theme transparency [![Contributor Preferences](https://img.shields.io/badge/Contributor_Preferences-✔-success)](#contributor-preferences)
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`.
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).

#### Break window size [![Contributor Preferences](https://img.shields.io/badge/Contributor_Preferences-✔-success)](#contributor-preferences)
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.
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.17.0" date="2024-12-24">
<description>
<p>Added</p>
<ul>
<li>Bengali, Catalan, Greek and Serbian translations</li>
<li>it is not possible to close app during break that is in strict mode</li>
<li>logs command line option to show location of logs</li>
<li>advanced option to make break windows' background blurred (macOS)</li>
</ul>
<p>Fixed</p>
<ul>
<li>error when end break shortcut is not set</li>
<li>time in tray shows the correct number (and matches the tooltip value)</li>
</ul>
<p>Changed</p>
<ul>
<li>improved break window loading</li>
<li>improve DND detection for Linux</li>
<li>updated many translations</li>
<li>better icons for "Show time in tray"</li>
<li>showBreakActionsInStrictMode migrated to showTrayMenuInStrictMode</li>
</ul>
</description>
</release>
<release version="1.16.0" date="2024-08-11">
<description>
<p>Added</p>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.16.0",
"version": "1.17.0",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit b61bc81

Please sign in to comment.