From d42a2f4c7527ac906fe26296193ca32c710a41f8 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Tue, 9 Jan 2018 18:46:14 +0100 Subject: [PATCH] 1.7.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ app-src/scripts/version.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458dfc1e6ac..8504d76cdb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +## [1.7.3](https://github.com/johannesjo/super-productivity/compare/v1.7.2...v1.7.3) (2018-01-09) + + +### Bug Fixes + +* take a break not working as intended ([bbf188f](https://github.com/johannesjo/super-productivity/commit/bbf188f)) +* **pomodoro:** case when there is no task available and the error when the last task was deleted ([914149d](https://github.com/johannesjo/super-productivity/commit/914149d)) + + +### Features + +* **idleTimeTracking:** cleanup ([3cbeaa4](https://github.com/johannesjo/super-productivity/commit/3cbeaa4)) +* **idleTimeTracking:** make it optional and configurable ([333617c](https://github.com/johannesjo/super-productivity/commit/333617c)) +* **idleTimeTracking:** rework idleTimeTracking ([92868d0](https://github.com/johannesjo/super-productivity/commit/92868d0)) +* add notification when there is a new version of super productivity available ([38f6196](https://github.com/johannesjo/super-productivity/commit/38f6196)) +* **pomodoro:** add skip break button ([5bd2935](https://github.com/johannesjo/super-productivity/commit/5bd2935)) + + + ## [1.7.2](https://github.com/johannesjo/super-productivity/compare/v1.7.1...v1.7.2) (2018-01-06) diff --git a/app-src/scripts/version.js b/app-src/scripts/version.js index 7264f552089..b13f7f2d038 100644 --- a/app-src/scripts/version.js +++ b/app-src/scripts/version.js @@ -1,4 +1,4 @@ angular .module('superProductivity') - .constant('VERSION', '1.7.2'); + .constant('VERSION', '1.7.3'); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c6ed43db32b..7564822352b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c37c9548f63..26ea6a934da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "1.7.2", + "version": "1.7.3", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "author": "Johannes Millan (http://super-productivity.com)",