From 8f5b10e6f5de7c7734e77f282e7511d89881cde8 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Wed, 25 Dec 2024 15:54:46 +0100 Subject: [PATCH] Release 1.17.1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- CHANGELOG.md | 7 +++++-- net.hovancik.Stretchly.metainfo.xml | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dec6cb95..b22aa758 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.17 + - label: I'm using version 1.17.1 required: false - type: checkboxes id: known-issues diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 10286616..c151c301 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.17 + - label: I'm using version 1.17.1 required: false - type: checkboxes id: open-requests diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc6e421..d537927a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.17.1] - 2024-12-25 ### Fixed -- Ubuntu Mate DND detection +- Ubuntu Unity DND detection +- macOS app start ## [1.17.0] - 2024-12-24 ### Added @@ -776,7 +778,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.17.0...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.17.1...HEAD +[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.17.0...v1.17.1 [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 diff --git a/net.hovancik.Stretchly.metainfo.xml b/net.hovancik.Stretchly.metainfo.xml index 47787331..927e467d 100644 --- a/net.hovancik.Stretchly.metainfo.xml +++ b/net.hovancik.Stretchly.metainfo.xml @@ -36,6 +36,15 @@ + + +

Fixed

+
    +
  • Ubuntu Unity DND detection
  • +
  • macOS app start
  • +
+
+

Added

diff --git a/package-lock.json b/package-lock.json index 2e2baf4b..2958de53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.17.0", + "version": "1.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.17.0", + "version": "1.17.1", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index ffc52c27..0eb87eec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.17.0", + "version": "1.17.1", "description": "The break time reminder app", "main": "app/main.js", "engines": {