Skip to content

Commit

Permalink
Merge pull request #917 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
hovancik authored Apr 16, 2021
2 parents 26c065d + b6b4a30 commit a78e577
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 47 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.6.0] - 2021-04-16
### Fixed
- app exclusions on Windows OS
- fullscreen breaks on MacOS
Expand All @@ -14,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- advanced option not to reset breaks on Suspend/Lock
- Stretchly doesn't need to restart after Restoring remote settings
- Updated many translations

### Changed
- new system for storing preferences
Expand Down Expand Up @@ -562,7 +564,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.5.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/hovancik/stretchly/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/hovancik/stretchly/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/hovancik/stretchly/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/hovancik/stretchly/compare/v1.2.0...v1.3.0
Expand Down
32 changes: 16 additions & 16 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.5.0",
"version": "1.6.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@electron/remote": "^1.1.0",
"@meetfranz/electron-notification-state": "^1.0.0",
"electron-log": "^4.3.2",
"electron-log": "^4.3.4",
"electron-store": "^7.0.3",
"i18next": "^20.1.0",
"i18next": "^20.2.1",
"i18next-node-fs-backend": "^2.1.3",
"luxon": "^1.26.0",
"meeussunmoon": "^3.0.3",
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.5.0",
"version": "1.6.0",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"electromon": "^1.0.10",
"electron": "^12.0.2",
"electron": "^12.0.4",
"electron-builder": "^22.10.5",
"husky": "^6.0.0",
"mocha": "^8.3.2",
Expand Down Expand Up @@ -130,9 +130,9 @@
"dependencies": {
"@electron/remote": "^1.1.0",
"@meetfranz/electron-notification-state": "^1.0.0",
"electron-log": "^4.3.2",
"electron-log": "^4.3.4",
"electron-store": "^7.0.3",
"i18next": "^20.1.0",
"i18next": "^20.2.1",
"i18next-node-fs-backend": "^2.1.3",
"luxon": "^1.26.0",
"meeussunmoon": "^3.0.3",
Expand Down

0 comments on commit a78e577

Please sign in to comment.