Skip to content

Commit 88b2476

Browse files
authored
Merge pull request #1077 from hovancik/release
Release 1.9
2 parents 9ed12ef + 66b65d0 commit 88b2476

File tree

8 files changed

+268
-167
lines changed

8 files changed

+268
-167
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Version
1414
description: We only support the latest version. Find your version number at `Preferences` - `About`.
1515
options:
16-
- label: I'm using version 1.8.1
16+
- label: I'm using version 1.9.0
1717
required: false
1818
- type: checkboxes
1919
id: known-issues

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Version
1414
description: We only support the latest version. Find your version number at `Preferences` - `About`.
1515
options:
16-
- label: I'm using version 1.8.1
16+
- label: I'm using version 1.9.0
1717
required: false
1818
- type: checkboxes
1919
id: open-requests

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [1.9.0] - 2021-12-24
910
### Fixed
10-
- Typo in quotes
11+
- typo in quotes
1112
- break not being resumed after DND if device was locked meanwhile on macOS
1213
- transparency not working in breaks
1314
- command line arguments
@@ -624,7 +625,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
624625
- resume/pause functionality for reminder
625626
- scripts for creating installers for OS X, Windows, Linux
626627

627-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.8.1...HEAD
628+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.9.0...HEAD
629+
[1.9.0]: https://github.com/hovancik/stretchly/compare/v1.8.1...v1.9.0
628630
[1.8.1]: https://github.com/hovancik/stretchly/compare/v1.8.0...v1.8.1
629631
[1.8.0]: https://github.com/hovancik/stretchly/compare/v1.7.0...v1.8.0
630632
[1.7.0]: https://github.com/hovancik/stretchly/compare/v1.6.0...v1.7.0

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Stretchly",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "The break time reminder app",
55
"main": "main.js",
66
"repository": {

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
nodejs_version: "16.9.1"
2+
nodejs_version: "16"
33

44
branches:
55
only:

0 commit comments

Comments
 (0)