From b61bc816abce1069ae4de31830c6789d1561bd30 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Tue, 24 Dec 2024 10:33:22 +0100 Subject: [PATCH] Release 1.17 --- CHANGELOG.md | 6 ++++-- README.md | 2 +- net.hovancik.Stretchly.metainfo.xml | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 32 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa3fbf4..12a3c979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 2fcbb9fc..0d92730b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/net.hovancik.Stretchly.metainfo.xml b/net.hovancik.Stretchly.metainfo.xml index 21db7b2a..47787331 100644 --- a/net.hovancik.Stretchly.metainfo.xml +++ b/net.hovancik.Stretchly.metainfo.xml @@ -36,6 +36,30 @@ + + +

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 (macOS)
  • +
+

Fixed

+
    +
  • error when end break shortcut is not set
  • +
  • time in tray shows the correct number (and matches the tooltip value)
  • +
+

Changed

+
    +
  • improved break window loading
  • +
  • improve DND detection for Linux
  • +
  • updated many translations
  • +
  • better icons for "Show time in tray"
  • +
  • showBreakActionsInStrictMode migrated to showTrayMenuInStrictMode
  • +
+
+

Added

diff --git a/package-lock.json b/package-lock.json index e15b72f9..2e2baf4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.16.0", + "version": "1.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.16.0", + "version": "1.17.0", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index 6fc28e20..014fd352 100644 --- a/package.json +++ b/package.json @@ -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": {