From 2995d40f96da7e1460f67175bca39b54fa9c42dd Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Wed, 5 Jun 2019 00:08:00 +0200 Subject: [PATCH] 2.7.7 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfe748aa2..cefc785b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [2.7.7](https://github.com/johannesjo/super-productivity/compare/v2.7.6...v2.7.7) (2019-06-04) + + +### Bug Fixes + +* **metrics:** graphs continuously being redrawn if task is active ([f6d54c7](https://github.com/johannesjo/super-productivity/commit/f6d54c7)) +* **procrastination:** work view throwing an error when navigating back to it ([04c7734](https://github.com/johannesjo/super-productivity/commit/04c7734)) + + +### Features + +* **procrastination:** improve styling for split it up ([b65e924](https://github.com/johannesjo/super-productivity/commit/b65e924)) + + + ## [2.7.6](https://github.com/johannesjo/super-productivity/compare/v2.7.4...v2.7.6) (2019-06-03) diff --git a/package.json b/package.json index f3edc6a81e..50abe33ae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "2.7.6", + "version": "2.7.7", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "author": "johannesjo (http://super-productivity.com)",