From 4b7c0f9b64f90df95aca2cf5fb20731cf48c90b5 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Sat, 20 Nov 2021 15:57:59 +0100 Subject: [PATCH] Release 1.8.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- CHANGELOG.md | 5 ++++- app/package-lock.json | 4 ++-- app/package.json | 2 +- appveyor.yml | 5 +---- package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bc3695420..a9942e383 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.7.0 + - label: I'm using version 1.8.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 1384ff2e5..9b5261bc3 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.7.0 + - label: I'm using version 1.8.0 required: false - type: checkboxes id: open-requests diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcfa3484..665cbf1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [1.8.0] - 2021-11-21 ### Added - new break ideas - advanced option for showing minutes remaining in app tray @@ -601,7 +603,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.7.0...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.8.0...HEAD +[1.7.0]: https://github.com/hovancik/stretchly/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/hovancik/stretchly/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/hovancik/stretchly/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/hovancik/stretchly/compare/v1.4.0...v1.5.0 diff --git a/app/package-lock.json b/app/package-lock.json index 1f311b2bd..8063a34d9 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.7.0", + "version": "1.8.0", "license": "BSD-2-Clause", "dependencies": { "@electron/remote": "^2.0.1", diff --git a/app/package.json b/app/package.json index ce3793ce6..3978f7e7f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.7.0", + "version": "1.8.0", "description": "The break time reminder app", "main": "main.js", "repository": { diff --git a/appveyor.yml b/appveyor.yml index 7dcf0b682..037f0da98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,4 @@ -os: Visual Studio 2019 - -platform: - - x64 +os: Visual Studio 2022 skip_tags: true diff --git a/package-lock.json b/package-lock.json index de0bf489c..11a4c0c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.7.0", + "version": "1.8.0", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index ec5dba500..edcad193a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.7.0", + "version": "1.8.0", "description": "The break time reminder app", "main": "app/main.js", "engines": {