Skip to content

Commit 481a0b7

Browse files
authored
Merge pull request #1303 from hovancik/release
Release 1.14
2 parents 2454bae + 2823752 commit 481a0b7

File tree

8 files changed

+35
-10
lines changed

8 files changed

+35
-10
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.13.1
16+
- label: I'm using version 1.14.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.13.1
16+
- label: I'm using version 1.14.0
1717
required: false
1818
- type: checkboxes
1919
id: open-requests

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [1.14.0] - 2023-04-15
910
### Added
1011
- new break ideas
1112
- ability to open Preferences window from command line
@@ -702,7 +703,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
702703
- resume/pause functionality for reminder
703704
- scripts for creating installers for OS X, Windows, Linux
704705

705-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.13.1...HEAD
706+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.14.0...HEAD
707+
[1.14.0]: https://github.com/hovancik/stretchly/compare/v1.13.1...v1.14.0
706708
[1.13.1]: https://github.com/hovancik/stretchly/compare/v1.13.0...v1.13.1
707709
[1.13.0]: https://github.com/hovancik/stretchly/compare/v1.12.0...v1.13.0
708710
[1.12.0]: https://github.com/hovancik/stretchly/compare/v1.11.0...v1.12.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.13.1",
3+
"version": "1.14.0",
44
"description": "The break time reminder app",
55
"main": "main.js",
66
"repository": {

net.hovancik.Stretchly.metainfo.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,29 @@
3636
</screenshot>
3737
</screenshots>
3838
<releases>
39+
<release version="1.14.0" date="2023-04-15">
40+
<description>
41+
<p>Added</p>
42+
<ul>
43+
<li>new break ideas</li>
44+
<li>ability to open Preferences window from command line</li>
45+
<li>advanced option to set different sounds for Mini and Long Breaks</li>
46+
<li>advanced option to set different color theme for Mini and Long Breaks</li>
47+
</ul>
48+
<p>Fixed</p>
49+
<ul>
50+
<li>error when checking for new version fails</li>
51+
<li>VoiceOver glitch on mac</li>
52+
<li>notifications getting stacked in Notification center (macOS, Linux)</li>
53+
<li>notifications preventing Gnome DE from sleeping</li>
54+
</ul>
55+
<p>Changed</p>
56+
<ul>
57+
<li>updated many translations</li>
58+
<li>improved linux Preferences positioning</li>
59+
</ul>
60+
</description>
61+
</release>
3962
<release version="1.13.1" date="2022-12-23">
4063
<description>
4164
<p>Fixed</p>
@@ -44,7 +67,7 @@
4467
</ul>
4568
</description>
4669
</release>
47-
<release version="1.13.0" date="2022-12-23">
70+
<release version="1.13.0" date="2022-12-23">
4871
<description>
4972
<p>Added</p>
5073
<ul>

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.

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.13.1",
3+
"version": "1.14.0",
44
"description": "The break time reminder app",
55
"main": "app/main.js",
66
"engines": {

0 commit comments

Comments
 (0)