Skip to content

Commit b9a51b1

Browse files
authored
Merge pull request #216 from hovancik/release/0.15.0
Release 0.15.0
2 parents c8e3b93 + a61a5a3 commit b9a51b1

File tree

9 files changed

+947
-789
lines changed

9 files changed

+947
-789
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- linux
55
- osx
66

7-
node_js: "7.9.0"
7+
node_js: "8.2.1"
88

99

1010
before_install:

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ 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.15.0] - 2018-02-18
810
### Added
911
- Bulgarian translations for interface
1012
- Brazilian Portuguese translations for interface
1113
- Chinese translations for interface, distinguish between two kinds of Chinese
1214
- AppX and web installer for Windows
1315
- ability to change install directory for Windows
14-
- abiltity to install per user or per machine on Windows
16+
- ability to install per user or per machine on Windows
1517
- Multi-display support added and enabled by default
1618
- ability to set break to less than 5 minutes
1719
- Hindi Translations for interface
@@ -201,7 +203,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
201203
- resume/pause functionality for reminder
202204
- scripts for creating installers for OS X, Windows, Linux
203205

204-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.14.0...HEAD
206+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.15.0...HEAD
207+
[0.14.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.15.0
205208
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.14.0
206209
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.12.0...v0.13.0
207210
[0.12.0]: https://github.com/hovancik/stretchly/compare/v0.11.0...v0.12.0

app/locales/cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"notifyBeforeBreakStarts": "zobrazit notifikaci před přestávkami",
9292
"notifyBeforeMicrobreakStarts": "zobrazit notifikaci před mikropřestávkami",
9393
"monitorIdleTime": "monitorovat neaktivní čas pro přirozené přestávky",
94-
"showOnAllScreens": "breaks are shown on all monitors",
94+
"showOnAllScreens": "přestávky na každé obrazovce",
9595
"language": "jazyk",
9696
"resetToDefaults": "obnovit původní nastavení"
9797
},

app/locales/sk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"notifyBeforeBreakStarts": "ukázať notifikáciu pred prestávkami",
9292
"notifyBeforeMicrobreakStarts": "ukázať notifikáciu pred mikroprestávkami",
9393
"monitorIdleTime": "monitorovať neaktívny čas pre prirodzené prestávky",
94-
"showOnAllScreens": "breaks are shown on all monitors",
94+
"showOnAllScreens": "prestávky na každej obrazovke",
9595
"language": "jazyk",
9696
"resetToDefaults": "obnoviť pôvodné nastavenia"
9797
},

app/package-lock.json

Lines changed: 4 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.14.0",
3+
"version": "0.15.0",
44
"description": "break time reminder app",
55
"main": "main.js",
66
"repository": {
@@ -21,7 +21,7 @@
2121
"homepage": "https://hovancik.net/stretchly",
2222
"dependencies": {
2323
"@paulcbetts/system-idle-time": "^1.0.4",
24-
"i18next": "^10.2.2",
24+
"i18next": "^10.4.1",
2525
"i18next-node-fs-backend": "^1.0.0"
2626
}
2727
}

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platform:
99
skip_tags: true
1010

1111
environment:
12-
nodejs_version: "7.9.0"
12+
nodejs_version: "8.2.1"
1313

1414
cache:
1515
- node_modules -> package.json

0 commit comments

Comments
 (0)