Skip to content

Commit

Permalink
Merge pull request #1303 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.14
  • Loading branch information
hovancik authored Apr 15, 2023
2 parents 2454bae + 2823752 commit 481a0b7
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 10 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.13.1
- label: I'm using version 1.14.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.13.1
- label: I'm using version 1.14.0
required: false
- type: checkboxes
id: open-requests
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.14.0] - 2023-04-15
### Added
- new break ideas
- ability to open Preferences window from command line
Expand Down Expand Up @@ -702,7 +703,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.13.1...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.14.0...HEAD
[1.14.0]: https://github.com/hovancik/stretchly/compare/v1.13.1...v1.14.0
[1.13.1]: https://github.com/hovancik/stretchly/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/hovancik/stretchly/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/hovancik/stretchly/compare/v1.11.0...v1.12.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.13.1",
"version": "1.14.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand Down
25 changes: 24 additions & 1 deletion net.hovancik.Stretchly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,29 @@
</screenshot>
</screenshots>
<releases>
<release version="1.14.0" date="2023-04-15">
<description>
<p>Added</p>
<ul>
<li>new break ideas</li>
<li>ability to open Preferences window from command line</li>
<li>advanced option to set different sounds for Mini and Long Breaks</li>
<li>advanced option to set different color theme for Mini and Long Breaks</li>
</ul>
<p>Fixed</p>
<ul>
<li>error when checking for new version fails</li>
<li>VoiceOver glitch on mac</li>
<li>notifications getting stacked in Notification center (macOS, Linux)</li>
<li>notifications preventing Gnome DE from sleeping</li>
</ul>
<p>Changed</p>
<ul>
<li>updated many translations</li>
<li>improved linux Preferences positioning</li>
</ul>
</description>
</release>
<release version="1.13.1" date="2022-12-23">
<description>
<p>Fixed</p>
Expand All @@ -44,7 +67,7 @@
</ul>
</description>
</release>
<release version="1.13.0" date="2022-12-23">
<release version="1.13.0" date="2022-12-23">
<description>
<p>Added</p>
<ul>
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.13.1",
"version": "1.14.0",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit 481a0b7

Please sign in to comment.