Skip to content

Commit

Permalink
Merge pull request #897 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.5
  • Loading branch information
hovancik authored Apr 7, 2021
2 parents 80afc08 + f4dac0f commit 0b6d968
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 237 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.5.0] - 2021-04-07
### Added
- Punjabi translations
- Gujarati translations
Expand Down Expand Up @@ -546,7 +547,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/v1.4.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/hovancik/stretchly/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/hovancik/stretchly/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/hovancik/stretchly/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/hovancik/stretchly/compare/v1.1.0...v1.2.0
Expand Down
142 changes: 71 additions & 71 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.4.0",
"version": "1.5.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand All @@ -20,15 +20,15 @@
},
"homepage": "https://hovancik.net/stretchly",
"dependencies": {
"@electron/remote": "^1.0.4",
"@electron/remote": "^1.1.0",
"@meetfranz/electron-notification-state": "^1.0.0",
"electron-log": "^4.3.2",
"i18next": "^19.9.2",
"i18next": "^20.1.0",
"i18next-node-fs-backend": "^2.1.3",
"luxon": "^1.26.0",
"meeussunmoon": "^3.0.3",
"ps-list": "^7.2.0",
"semver": "^7.3.4",
"semver": "^7.3.5",
"windows-focus-assist": "^1.2.1"
},
"devDependencies": {}
Expand Down
Loading

0 comments on commit 0b6d968

Please sign in to comment.