Skip to content

Commit

Permalink
Release 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Nov 11, 2023
1 parent 841b98d commit 6a742e5
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 13 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.14.1
- label: I'm using version 1.15.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.14.1
- label: I'm using version 1.15.0
required: false
- type: checkboxes
id: open-requests
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
node-version: '18.17.1'
- run: npm install npm@9 -g
- run: npm install npm -g
- run: npm install
- run: node_modules/.bin/electron-builder build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.17.1'
- run: npm install -g npm
- run: npm install -g npm@9
- run: npm install
- run: node_modules/.bin/electron-builder --linux snap --publish=never
env:
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- start at login for Windows Store version (not sure whether successfuly)

## [1.15.0] - 2023-11-11
### Added
- new end-of-the-break sound
- both left and right click on tray opens menu (Windows)
Expand All @@ -20,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Changed
- updated many translations

### Fixed
- improve Do Not Disturb detection
- start at login for Windows Store version (not sure whether successfully)

## [1.14.1] - 2023-06-04
### Added
- advanced option to not show menubar (tray) icon
Expand Down Expand Up @@ -728,7 +731,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.1...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.15.0...HEAD
[1.15.0]: https://github.com/hovancik/stretchly/compare/v1.14.1...v1.15.0
[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
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.1",
"version": "1.15.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions 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.15.0" date="2023-11-11">
<description>
<p>Added</p>
<ul>
<li>new end-of-the-break sound</li>
<li>both left and right click on tray opens menu (Windows)</li>
<li>double click on tray opens Preferences (Windows)</li>
<li>Vietnamese translations</li>
<li>reset breaks shortcut (advanced option)</li>
<li>skip to the next break shortcut (advanced option)</li>
<li>respect Do Not Disturb on Linux distros (KDE, XFCE, GNOME)</li>
</ul>
<p>Fixed</p>
<ul>
<li>improve Do Not Disturb detection</li>
<li>start at login for Windows Store version (not sure whether successfuly)</li>
</ul>
<p>Changed</p>
<ul>
<li>updated many translations</li>
</ul>
</description>
</release>
<release version="1.14.1" date="2023-06-04">
<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.1",
"version": "1.15.0",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit 6a742e5

Please sign in to comment.