Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.6.0 #917

Merged
merged 1 commit into from
Apr 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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