From 6aa1624299985caa3108cd45871ca72233c1cc77 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Sat, 8 Apr 2017 13:31:56 +0200 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.md | 6 +++++- app/package.json | 2 +- package.json | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c5fbce3..43a32dc43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + + +## [0.8.0] - 2017-04-09 ### Added - `Ctrl/Cmd + x` shortcut to finish break early (when not in strict mode) - time remaining and progress bar in break window @@ -101,7 +104,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.7.0...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/hovancik/stretchly/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/hovancik/stretchly/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/hovancik/stretchly/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/hovancik/stretchly/compare/v0.5.0...v0.5.1 diff --git a/app/package.json b/app/package.json index 4d4e172f0..2fb78a238 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "stretchly", - "version": "0.7.0", + "version": "0.8.0", "description": "break time reminder app", "main": "main.js", "repository": { diff --git a/package.json b/package.json index e4e55f4d0..3c1cf3e9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stretchly", - "version": "0.7.0", + "version": "0.8.0", "description": "break time reminder app", "engines": { "node": "7.4.0" @@ -34,10 +34,10 @@ "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", - "electron": "^1.6.1", - "electron-builder": "^15.1.1", + "electron": "^1.6.2", + "electron-builder": "^16.7.1", "mocha": "^3.2.0", - "spectron": "^3.6.0" + "spectron": "^3.6.1" }, "build": { "appId": "net.hovancik.stretchly",