Skip to content

Commit

Permalink
Merge pull request #249 from hovancik/release/0.17.0
Browse files Browse the repository at this point in the history
Release 0.17.0
  • Loading branch information
hovancik authored May 6, 2018
2 parents 523288e + 8d431f1 commit 6138500
Show file tree
Hide file tree
Showing 9 changed files with 1,371 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx

node_js: "8.2.1"
node_js: "8.9.3"


before_install:
Expand Down
12 changes: 8 additions & 4 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.17.0] - 2018-05-06
### Added
- Ukrainian translations for interface
- Spanish translations for interface
Expand All @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

## [0.16.0] - 2018-03-17
### Added
Expand Down Expand Up @@ -224,10 +227,11 @@ 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.16.0...HEAD
[0.15.0]: https://github.com/hovancik/stretchly/compare/v0.15.0...v0.16.0
[0.14.0]: https://github.com/hovancik/stretchly/compare/v0.14.0...v0.15.0
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.14.0
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/hovancik/stretchly/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/hovancik/stretchly/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/hovancik/stretchly/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/hovancik/stretchly/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/hovancik/stretchly/compare/v0.10.0...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion app/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const updateElement = document.getElementById('update')

updateElement.addEventListener('click', function (e) {
e.preventDefault()
shell.openExternal('https://github.com/hovancik/stretchly/releases')
shell.openExternal('https://hovancik.net/stretchly/downloads')
})

new VersionChecker()
Expand Down
18 changes: 9 additions & 9 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.16.0",
"version": "0.17.0",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"homepage": "https://hovancik.net/stretchly",
"dependencies": {
"@paulcbetts/system-idle-time": "^1.0.4",
"i18next": "^10.5.1",
"i18next": "^11.2.3",
"i18next-node-fs-backend": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform:
skip_tags: true

environment:
nodejs_version: "8.2.1"
nodejs_version: "8.9.3"

cache:
- node_modules -> package.json
Expand Down
Loading

0 comments on commit 6138500

Please sign in to comment.