Skip to content

Commit

Permalink
Release 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Aug 11, 2024
1 parent 4f42de4 commit 9f7b3bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 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.
- Add 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
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 9f7b3bb

Please sign in to comment.