Skip to content

Commit

Permalink
Merge pull request #422 from hovancik/release/0.20.0
Browse files Browse the repository at this point in the history
Release 0.20.0
  • Loading branch information
hovancik authored Jul 2, 2019
2 parents b9cb33c + fd83469 commit f163ea2
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 58 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.20.0] - 2019-07-02
### Fixed
- workaround multiple screens and fullscreen (macOS)
- tray icon size on Linux
Expand Down Expand Up @@ -298,7 +300,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/v0.19.1...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/hovancik/stretchly/compare/v0.19.1...v0.20.0
[0.19.1]: https://github.com/hovancik/stretchly/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/hovancik/stretchly/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/hovancik/stretchly/compare/v0.17.0...v0.18.0
Expand Down
8 changes: 4 additions & 4 deletions app/package-lock.json

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

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.19.1",
"version": "0.20.0",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@meetfranz/electron-notification-state": "^1.0.0",
"@paulcbetts/system-idle-time": "^1.0.5",
"i18next": "^17.0.4",
"i18next": "^17.0.6",
"i18next-node-fs-backend": "^2.1.3",
"moment": "^2.24.0"
},
Expand Down
95 changes: 48 additions & 47 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": "0.19.1",
"version": "0.20.0",
"description": "break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down Expand Up @@ -41,12 +41,12 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"electromon": "^1.0.10",
"electron": "^5.0.5",
"electron": "^5.0.6",
"electron-builder": "^20.44.4",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"sinon": "^7.3.2",
"spectron": "^6.0.0",
"spectron": "^7.0.0",
"standard": "^12.0.1"
},
"build": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"dependencies": {
"@meetfranz/electron-notification-state": "^1.0.0",
"@paulcbetts/system-idle-time": "^1.0.5",
"i18next": "^17.0.4",
"i18next": "^17.0.6",
"i18next-node-fs-backend": "^2.1.3",
"moment": "^2.24.0"
}
Expand Down

0 comments on commit f163ea2

Please sign in to comment.