Skip to content

Commit

Permalink
Merge pull request #1328 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.14.1
  • Loading branch information
hovancik committed Jun 4, 2023
2 parents 3d20cbf + f763a54 commit dff2e6b
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .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.14.0
- label: I'm using version 1.14.1
required: false
- type: checkboxes
id: known-issues
Expand All @@ -38,7 +38,7 @@ body:
description: Please check [Advanced Preferences](https://github.com/hovancik/stretchly#advanced-preferences) as it may contain a solution for your problem.
options:
- label: I've checked Advanced Preferences
required: true
required: true
- type: dropdown
attributes:
label: What operating system are you using?
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.14.0
- label: I'm using version 1.14.1
required: false
- type: checkboxes
id: open-requests
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## Added
## [1.14.1] - 2023-06-04
## Added
- advanced option to not show menubar (tray) icon

### Fixed
- break progress bar overflowing on tall screens
- dock icon staying after break on macOS

## Changed
- updated many translations

## [1.14.0] - 2023-04-15
### Added
- new break ideas
Expand Down Expand Up @@ -710,7 +714,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.14.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.14.1...HEAD
[1.14.1]: https://github.com/hovancik/stretchly/compare/v1.14.0...v1.14.1
[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
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.14.0",
"version": "1.14.1",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions net.hovancik.Stretchly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@
</screenshot>
</screenshots>
<releases>
<release version="1.14.1" date="2023-06-04">
<description>
<p>Added</p>
<ul>
<li>advanced option to not show menubar (tray) icon</li>
</ul>
<p>Fixed</p>
<ul>
<li>break progress bar overflowing on tall screens</li>
<li>dock icon staying after break on macOS</li>
</ul>
<p>Changed</p>
<ul>
<li>updated many translations</li>
</ul>
</description>
</release>
<release version="1.14.0" date="2023-04-15">
<description>
<p>Added</p>
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.14.0",
"version": "1.14.1",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit dff2e6b

Please sign in to comment.