Skip to content

Commit 6138500

Browse files
authored
Merge pull request #249 from hovancik/release/0.17.0
Release 0.17.0
2 parents 523288e + 8d431f1 commit 6138500

File tree

9 files changed

+1371
-1187
lines changed

9 files changed

+1371
-1187
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: "8.2.1"
7+
node_js: "8.9.3"
88

99

1010
before_install:

CHANGELOG.md

Lines changed: 8 additions & 4 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.17.0] - 2018-05-06
810
### Added
911
- Ukrainian translations for interface
1012
- Spanish translations for interface
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1517

1618
### Fixed
1719
- closes running break window when skipping to the another one
20+
- download link from github's releases to hovancik.net/stretchly/downloads
1821

1922
## [0.16.0] - 2018-03-17
2023
### Added
@@ -224,10 +227,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
224227
- resume/pause functionality for reminder
225228
- scripts for creating installers for OS X, Windows, Linux
226229

227-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.16.0...HEAD
228-
[0.15.0]: https://github.com/hovancik/stretchly/compare/v0.15.0...v0.16.0
229-
[0.14.0]: https://github.com/hovancik/stretchly/compare/v0.14.0...v0.15.0
230-
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.14.0
230+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.17.0...HEAD
231+
[0.17.0]: https://github.com/hovancik/stretchly/compare/v0.16.0...v0.17.0
232+
[0.16.0]: https://github.com/hovancik/stretchly/compare/v0.15.0...v0.16.0
233+
[0.15.0]: https://github.com/hovancik/stretchly/compare/v0.14.0...v0.15.0
234+
[0.14.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.14.0
231235
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.12.0...v0.13.0
232236
[0.12.0]: https://github.com/hovancik/stretchly/compare/v0.11.0...v0.12.0
233237
[0.11.0]: https://github.com/hovancik/stretchly/compare/v0.10.0...v0.11.0

app/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const updateElement = document.getElementById('update')
1818

1919
updateElement.addEventListener('click', function (e) {
2020
e.preventDefault()
21-
shell.openExternal('https://github.com/hovancik/stretchly/releases')
21+
shell.openExternal('https://hovancik.net/stretchly/downloads')
2222
})
2323

2424
new VersionChecker()

app/package-lock.json

Lines changed: 9 additions & 9 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.16.0",
3+
"version": "0.17.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.5.1",
24+
"i18next": "^11.2.3",
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: "8.2.1"
12+
nodejs_version: "8.9.3"
1313

1414
cache:
1515
- node_modules -> package.json

0 commit comments

Comments
 (0)