This commit is contained in:
Johannes Millan 2019-06-05 00:08:00 +02:00
parent ad49dfa9e5
commit 2995d40f96
2 changed files with 16 additions and 1 deletions

View file

@ -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)

View file

@ -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 <contact@super-productivity.com> (http://super-productivity.com)",