Skip to content

Commit

Permalink
Merge pull request #759 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
hovancik authored Nov 8, 2020
2 parents 658d9dc + f7e1e65 commit 51f05d1
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 653 deletions.
5 changes: 4 additions & 1 deletion 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]

## [1.3.0] - 2020-11-08
### Added
- control a running instance from command line
- advanced option to disable check for new version
Expand Down Expand Up @@ -509,7 +511,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.2.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.3.0...HEAD
[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
[1.1.0]: https://github.com/hovancik/stretchly/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/hovancik/stretchly/compare/v0.99.5...v1.0.0
Expand Down
22 changes: 11 additions & 11 deletions app/package-lock.json

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

6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.2.0",
"version": "1.3.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand All @@ -21,8 +21,8 @@
"homepage": "https://hovancik.net/stretchly",
"dependencies": {
"@meetfranz/electron-notification-state": "^1.0.0",
"electron-log": "^4.2.4",
"i18next": "^19.8.0",
"electron-log": "^4.3.0",
"i18next": "^19.8.3",
"i18next-node-fs-backend": "^2.1.3",
"luxon": "^1.25.0",
"meeussunmoon": "^3.0.2",
Expand Down
Loading

0 comments on commit 51f05d1

Please sign in to comment.