Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.9 #1077

Merged
merged 1 commit into from
Dec 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.1
- label: I'm using version 1.9.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.8.1
- label: I'm using version 1.9.0
required: false
- type: checkboxes
id: open-requests
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.9.0] - 2021-12-24
### Fixed
- Typo in quotes
- typo in quotes
- break not being resumed after DND if device was locked meanwhile on macOS
- transparency not working in breaks
- command line arguments
Expand Down Expand Up @@ -624,7 +625,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.8.1...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/hovancik/stretchly/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/hovancik/stretchly/compare/v1.8.0...v1.8.1
[1.8.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
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.8.1",
"version": "1.9.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "16.9.1"
nodejs_version: "16"

branches:
only:
Expand Down
Loading