Skip to content

Commit

Permalink
Release 0.19.1 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik authored Feb 17, 2019
1 parent 9ab205d commit 3d6a1f8
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 68 deletions.
3 changes: 3 additions & 0 deletions 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.19.1] - 2019-02-17
### Fixed
- fullscreen mode on Windows
- ability to hide break ideas from break windows
Expand All @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Simplified Chinese translations updated
- Czech translations updated
- Slovak translations updated

## [0.19.0] - 2019-02-10
### Changed
Expand Down
Binary file modified app/images/tutorial/settings-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 20 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.0",
"version": "0.19.1",
"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": "^14.1.1",
"i18next": "^15.0.4",
"i18next-node-fs-backend": "^2.1.1",
"moment": "^2.24.0"
},
Expand Down
139 changes: 79 additions & 60 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.19.0",
"version": "0.19.1",
"description": "break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down Expand Up @@ -127,7 +127,7 @@
"dependencies": {
"@meetfranz/electron-notification-state": "^1.0.0",
"@paulcbetts/system-idle-time": "^1.0.5",
"i18next": "^14.1.1",
"i18next": "^15.0.4",
"i18next-node-fs-backend": "^2.1.1",
"moment": "^2.24.0"
}
Expand Down
Binary file modified stretchly-settings-website-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d6a1f8

Please sign in to comment.