Skip to content

Commit dff2e6b

Browse files
authored
Merge pull request #1328 from hovancik/release
Release 1.14.1
2 parents 3d20cbf + f763a54 commit dff2e6b

File tree

8 files changed

+33
-11
lines changed

8 files changed

+33
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
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.14.0
16+
- label: I'm using version 1.14.1
1717
required: false
1818
- type: checkboxes
1919
id: known-issues
@@ -38,7 +38,7 @@ body:
3838
description: Please check [Advanced Preferences](https://github.com/hovancik/stretchly#advanced-preferences) as it may contain a solution for your problem.
3939
options:
4040
- label: I've checked Advanced Preferences
41-
required: true
41+
required: true
4242
- type: dropdown
4343
attributes:
4444
label: What operating system are you using?

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

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## Added
9+
## [1.14.1] - 2023-06-04
10+
## Added
1011
- advanced option to not show menubar (tray) icon
1112

1213
### Fixed
1314
- break progress bar overflowing on tall screens
1415
- dock icon staying after break on macOS
1516

17+
## Changed
18+
- updated many translations
19+
1620
## [1.14.0] - 2023-04-15
1721
### Added
1822
- new break ideas
@@ -710,7 +714,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
710714
- resume/pause functionality for reminder
711715
- scripts for creating installers for OS X, Windows, Linux
712716

713-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.14.0...HEAD
717+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.14.1...HEAD
718+
[1.14.1]: https://github.com/hovancik/stretchly/compare/v1.14.0...v1.14.1
714719
[1.14.0]: https://github.com/hovancik/stretchly/compare/v1.13.1...v1.14.0
715720
[1.13.1]: https://github.com/hovancik/stretchly/compare/v1.13.0...v1.13.1
716721
[1.13.0]: https://github.com/hovancik/stretchly/compare/v1.12.0...v1.13.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.14.0",
3+
"version": "1.14.1",
44
"description": "The break time reminder app",
55
"main": "main.js",
66
"repository": {

net.hovancik.Stretchly.metainfo.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@
3636
</screenshot>
3737
</screenshots>
3838
<releases>
39+
<release version="1.14.1" date="2023-06-04">
40+
<description>
41+
<p>Added</p>
42+
<ul>
43+
<li>advanced option to not show menubar (tray) icon</li>
44+
</ul>
45+
<p>Fixed</p>
46+
<ul>
47+
<li>break progress bar overflowing on tall screens</li>
48+
<li>dock icon staying after break on macOS</li>
49+
</ul>
50+
<p>Changed</p>
51+
<ul>
52+
<li>updated many translations</li>
53+
</ul>
54+
</description>
55+
</release>
3956
<release version="1.14.0" date="2023-04-15">
4057
<description>
4158
<p>Added</p>

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

0 commit comments

Comments
 (0)