Skip to content

Commit

Permalink
Merge pull request #1042 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
hovancik authored Nov 21, 2021
2 parents b42cf67 + 4b7c0f9 commit e391060
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.7.0",
"version": "1.8.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand Down
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
os: Visual Studio 2019

platform:
- x64
os: Visual Studio 2022

skip_tags: true

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e391060

Please sign in to comment.