Skip to content

Commit

Permalink
Merge pull request #216 from hovancik/release/0.15.0
Browse files Browse the repository at this point in the history
Release 0.15.0
  • Loading branch information
hovancik authored Feb 17, 2018
2 parents c8e3b93 + a61a5a3 commit b9a51b1
Show file tree
Hide file tree
Showing 9 changed files with 947 additions and 789 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: "7.9.0"
node_js: "8.2.1"


before_install:
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.15.0] - 2018-02-18
### Added
- Bulgarian translations for interface
- Brazilian Portuguese translations for interface
- Chinese translations for interface, distinguish between two kinds of Chinese
- AppX and web installer for Windows
- ability to change install directory for Windows
- abiltity to install per user or per machine on Windows
- ability to install per user or per machine on Windows
- Multi-display support added and enabled by default
- ability to set break to less than 5 minutes
- Hindi Translations for interface
Expand Down Expand Up @@ -201,7 +203,8 @@ 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.14.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.15.0...HEAD
[0.14.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.15.0
[0.13.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
Expand Down
2 changes: 1 addition & 1 deletion app/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"notifyBeforeBreakStarts": "zobrazit notifikaci před přestávkami",
"notifyBeforeMicrobreakStarts": "zobrazit notifikaci před mikropřestávkami",
"monitorIdleTime": "monitorovat neaktivní čas pro přirozené přestávky",
"showOnAllScreens": "breaks are shown on all monitors",
"showOnAllScreens": "přestávky na každé obrazovce",
"language": "jazyk",
"resetToDefaults": "obnovit původní nastavení"
},
Expand Down
2 changes: 1 addition & 1 deletion app/locales/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"notifyBeforeBreakStarts": "ukázať notifikáciu pred prestávkami",
"notifyBeforeMicrobreakStarts": "ukázať notifikáciu pred mikroprestávkami",
"monitorIdleTime": "monitorovať neaktívny čas pre prirodzené prestávky",
"showOnAllScreens": "breaks are shown on all monitors",
"showOnAllScreens": "prestávky na každej obrazovke",
"language": "jazyk",
"resetToDefaults": "obnoviť pôvodné nastavenia"
},
Expand Down
8 changes: 4 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.14.0",
"version": "0.15.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.2.2",
"i18next": "^10.4.1",
"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: "7.9.0"
nodejs_version: "8.2.1"

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

0 comments on commit b9a51b1

Please sign in to comment.