Skip to content

Commit

Permalink
Merge pull request #1476 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.16
  • Loading branch information
hovancik authored Aug 11, 2024
2 parents 4f42de4 + ceb17a9 commit 5496af8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 8 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.16.0] - 2024-08-11
### Added
- Estonia and Belarus translations
- Updated flag of Belarus to White-Red-White
- advanced option to show break options (Skip, Pause, Reset) in Strict mode
- add autostart option for Linux
- Add keyboard shortcuts for pause breaks for duration.
- autostart option for Linux
- keyboard shortcuts for pause breaks for specific durations

### Changed
- updated many translations
Expand All @@ -21,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Schedule and Menu options not being updated after change of language
- multiple RTL UI issues
- RPM installer conflicts with other Electron apps
- improve break window loading to fix blank window
- improve break window loading to improve blank window issues

## [1.15.1] - 2023-11-19
### Fixed
Expand Down Expand Up @@ -755,7 +756,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.15.1...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.16.0...HEAD
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.1...v1.16.0
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.0...v1.15.1
[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
Expand Down
24 changes: 24 additions & 0 deletions net.hovancik.Stretchly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,30 @@
</screenshot>
</screenshots>
<releases>
<release version="1.16.0" date="2024-08-11">
<description>
<p>Added</p>
<ul>
<li>Estonia and Belarus translations</li>
<li>advanced option to show break options (Skip, Pause, Reset) in Strict mode</li>
<li>autostart option for Linux</li>
<li>keyboard shortcuts for pause breaks for specific durations</li>
</ul>
<p>Fixed</p>
<ul>
<li>transparency issues on Windows 10</li>
<li>Schedule and Menu options not being updated after change of language</li>
<li>multiple RTL UI issues</li>
<li>RPM installer conflicts with other Electron apps</li>
<li>improve break window loading to improve blank window issues</li>
</ul>
<p>Changed</p>
<ul>
<li>updated many translations</li>
<li>disable skipping to next break from tray when in strict mode</li>
</ul>
</description>
</release>
<release version="1.15.0" date="2023-11-11">
<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.15.1",
"version": "1.16.0",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit 5496af8

Please sign in to comment.