From 28237522a2ccfd8a9c78f892d05a1389dd46d228 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Sat, 15 Apr 2023 14:29:28 +0200 Subject: [PATCH] Release 1.14 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- CHANGELOG.md | 4 +++- app/package-lock.json | 4 ++-- app/package.json | 2 +- net.hovancik.Stretchly.metainfo.xml | 25 +++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 35 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4fc531ec4..50762fea7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,7 @@ body: label: Version description: We only support the latest version. Find your version number at `Preferences` - `About`. options: - - label: I'm using version 1.13.1 + - label: I'm using version 1.14.0 required: false - type: checkboxes id: known-issues diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 832c9fc8c..49fb621bc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -13,7 +13,7 @@ body: label: Version description: We only support the latest version. Find your version number at `Preferences` - `About`. options: - - label: I'm using version 1.13.1 + - label: I'm using version 1.14.0 required: false - type: checkboxes id: open-requests diff --git a/CHANGELOG.md b/CHANGELOG.md index 417ec5c97..87b7457ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.14.0] - 2023-04-15 ### Added - new break ideas - ability to open Preferences window from command line @@ -702,7 +703,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.13.1...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.14.0...HEAD +[1.14.0]: https://github.com/hovancik/stretchly/compare/v1.13.1...v1.14.0 [1.13.1]: https://github.com/hovancik/stretchly/compare/v1.13.0...v1.13.1 [1.13.0]: https://github.com/hovancik/stretchly/compare/v1.12.0...v1.13.0 [1.12.0]: https://github.com/hovancik/stretchly/compare/v1.11.0...v1.12.0 diff --git a/app/package-lock.json b/app/package-lock.json index e678789d0..f79444311 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.13.1", + "version": "1.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.13.1", + "version": "1.14.0", "license": "BSD-2-Clause", "dependencies": { "@electron/remote": "^2.0.9", diff --git a/app/package.json b/app/package.json index 540e87fa2..295326115 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.13.1", + "version": "1.14.0", "description": "The break time reminder app", "main": "main.js", "repository": { diff --git a/net.hovancik.Stretchly.metainfo.xml b/net.hovancik.Stretchly.metainfo.xml index e401bea09..e982d4de0 100644 --- a/net.hovancik.Stretchly.metainfo.xml +++ b/net.hovancik.Stretchly.metainfo.xml @@ -36,6 +36,29 @@ + + +

Added

+
    +
  • new break ideas
  • +
  • ability to open Preferences window from command line
  • +
  • advanced option to set different sounds for Mini and Long Breaks
  • +
  • advanced option to set different color theme for Mini and Long Breaks
  • +
+

Fixed

+
    +
  • error when checking for new version fails
  • +
  • VoiceOver glitch on mac
  • +
  • notifications getting stacked in Notification center (macOS, Linux)
  • +
  • notifications preventing Gnome DE from sleeping
  • +
+

Changed

+
    +
  • updated many translations
  • +
  • improved linux Preferences positioning
  • +
+
+

Fixed

@@ -44,7 +67,7 @@
- +

Added

    diff --git a/package-lock.json b/package-lock.json index c50438b9d..d29ec2196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.13.1", + "version": "1.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.13.1", + "version": "1.14.0", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index db4fc90d1..f46aea221 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.13.1", + "version": "1.14.0", "description": "The break time reminder app", "main": "app/main.js", "engines": {