Skip to content

Commit 3d6a1f8

Browse files
authored
Release 0.19.1 (#373)
1 parent 9ab205d commit 3d6a1f8

File tree

7 files changed

+106
-68
lines changed

7 files changed

+106
-68
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [0.19.1] - 2019-02-17
810
### Fixed
911
- fullscreen mode on Windows
1012
- ability to hide break ideas from break windows
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1618
### Changed
1719
- Simplified Chinese translations updated
1820
- Czech translations updated
21+
- Slovak translations updated
1922

2023
## [0.19.0] - 2019-02-10
2124
### Changed

app/images/tutorial/settings-1.png

3.08 KB
Loading

app/package-lock.json

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stretchly",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "break time reminder app",
55
"main": "main.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@meetfranz/electron-notification-state": "^1.0.0",
2424
"@paulcbetts/system-idle-time": "^1.0.5",
25-
"i18next": "^14.1.1",
25+
"i18next": "^15.0.4",
2626
"i18next-node-fs-backend": "^2.1.1",
2727
"moment": "^2.24.0"
2828
},

package-lock.json

Lines changed: 79 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stretchly",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "break time reminder app",
55
"main": "app/main.js",
66
"engines": {
@@ -127,7 +127,7 @@
127127
"dependencies": {
128128
"@meetfranz/electron-notification-state": "^1.0.0",
129129
"@paulcbetts/system-idle-time": "^1.0.5",
130-
"i18next": "^14.1.1",
130+
"i18next": "^15.0.4",
131131
"i18next-node-fs-backend": "^2.1.1",
132132
"moment": "^2.24.0"
133133
}

stretchly-settings-website-1.png

3.08 KB
Loading

0 commit comments

Comments
 (0)