diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 50762fea7..6b4ca0f90 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.14.0 + - label: I'm using version 1.14.1 required: false - type: checkboxes id: known-issues @@ -38,7 +38,7 @@ body: description: Please check [Advanced Preferences](https://github.com/hovancik/stretchly#advanced-preferences) as it may contain a solution for your problem. options: - label: I've checked Advanced Preferences - required: true + required: true - type: dropdown attributes: label: What operating system are you using? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 49fb621bc..f7ad488ae 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.14.0 + - label: I'm using version 1.14.1 required: false - type: checkboxes id: open-requests diff --git a/CHANGELOG.md b/CHANGELOG.md index 971b6cd04..9f5662ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## Added +## [1.14.1] - 2023-06-04 +## Added - advanced option to not show menubar (tray) icon ### Fixed - break progress bar overflowing on tall screens - dock icon staying after break on macOS +## Changed +- updated many translations + ## [1.14.0] - 2023-04-15 ### Added - new break ideas @@ -710,7 +714,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.14.0...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.14.1...HEAD +[1.14.1]: https://github.com/hovancik/stretchly/compare/v1.14.0...v1.14.1 [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 diff --git a/app/package-lock.json b/app/package-lock.json index 9e5026004..3a525d07b 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.14.0", + "version": "1.14.1", "license": "BSD-2-Clause", "dependencies": { "@electron/remote": "^2.0.9", diff --git a/app/package.json b/app/package.json index 42a1e2dac..bfe445ccb 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.14.0", + "version": "1.14.1", "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 e982d4de0..13b90cac9 100644 --- a/net.hovancik.Stretchly.metainfo.xml +++ b/net.hovancik.Stretchly.metainfo.xml @@ -36,6 +36,23 @@ + + +

Added

+
    +
  • advanced option to not show menubar (tray) icon
  • +
+

Fixed

+
    +
  • break progress bar overflowing on tall screens
  • +
  • dock icon staying after break on macOS
  • +
+

Changed

+
    +
  • updated many translations
  • +
+
+

Added

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