Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contributor release 0.99.5 #624

Merged
merged 17 commits into from
Jul 9, 2020
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- xvfb

script:
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_BRANCH" == "release" ]]; then sudo apt-get install --no-install-recommends -y gcc-multilib g++-multilib bsdtar rpm libopenjp2-tools; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_BRANCH" == "release" ]]; then sudo apt update && sudo apt-get install --no-install-recommends -y gcc-multilib g++-multilib bsdtar rpm libopenjp2-tools; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_BRANCH" == "release" ]]; then brew install rpm; fi
- npx nyc --reporter=lcov npm test && npx codecov
- if [[ "$TRAVIS_BRANCH" == "release" ]]; then npm run dist; fi
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.99.5] - 2020-07-04
### Added
- apk package format
- Added Hungarian translation
- Added ability to change the keyboard shortcuts for Skip/Postpone breaks via config.json

### Changed
- update Chinese (Traditional) translation (#590)
- don't hide dock icon on macOS
- Updated translations

## Fixed
- adds workaround for electron's Linux/Windows fullscreen issues
Expand Down Expand Up @@ -417,7 +420,13 @@ 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.21.1...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.99.5...HEAD
[0.99.5]: https://github.com/hovancik/stretchly/compare/v0.99.4...v0.99.5
[0.99.4]: https://github.com/hovancik/stretchly/compare/v0.99.3...v0.99.4
[0.99.3]: https://github.com/hovancik/stretchly/compare/v0.99.2...v0.99.3
[0.99.2]: https://github.com/hovancik/stretchly/compare/v0.99.1...v0.99.2
[0.99.1]: https://github.com/hovancik/stretchly/compare/v0.99.0...v0.99.1
[0.99.0]: https://github.com/hovancik/stretchly/compare/v0.21.1...v0.99.0
[0.21.1]: https://github.com/hovancik/stretchly/compare/v0.21.0...v0.21.1
[0.21.0]: https://github.com/hovancik/stretchly/compare/v0.20.1...v0.21.0
[0.20.1]: https://github.com/hovancik/stretchly/compare/v0.20.0...v0.20.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ Sounds used in this application are listed [here](http://freesound.org/people/ho
This app uses [Open Sans](https://fonts.google.com/specimen/Open+Sans) fonts licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

## License
See LICENSE file.
See [LICENSE](https://github.com/hovancik/stretchly/blob/master/LICENSE) file.
14 changes: 7 additions & 7 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.99.4",
"version": "0.99.5",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"homepage": "https://hovancik.net/stretchly",
"dependencies": {
"@meetfranz/electron-notification-state": "^1.0.0",
"i18next": "^19.5.1",
"i18next": "^19.5.4",
"i18next-node-fs-backend": "^2.1.3",
"moment": "^2.27.0",
"semver": "^7.3.2"
Expand Down
Loading