From 9f7b3bb5376021871b927e0352b0b8461d6598b2 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Sun, 11 Aug 2024 10:40:58 +0200 Subject: [PATCH] Release 1.16 --- CHANGELOG.md | 10 ++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8c28946..9770d9dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [1.16.0] - 2024-08-11 ### Added - Estonia and Belarus translations -- Updated flag of Belarus to White-Red-White - advanced option to show break options (Skip, Pause, Reset) in Strict mode - add autostart option for Linux -- Add keyboard shortcuts for pause breaks for duration. +- Add keyboard shortcuts for pause breaks for specific durations ### Changed - updated many translations @@ -21,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Schedule and Menu options not being updated after change of language - multiple RTL UI issues - RPM installer conflicts with other Electron apps -- improve break window loading to fix blank window +- improve break window loading to improve blank window issues ## [1.15.1] - 2023-11-19 ### Fixed @@ -755,7 +756,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.15.1...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.16.0...HEAD +[1.15.1]: 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 [1.14.1]: https://github.com/hovancik/stretchly/compare/v1.14.0...v1.14.1 diff --git a/package-lock.json b/package-lock.json index e6148f29f..5a0ce1fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.15.1", + "version": "1.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.15.1", + "version": "1.16.0", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index 38c262048..41810a3df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.15.1", + "version": "1.16.0", "description": "The break time reminder app", "main": "app/main.js", "engines": {