Skip to content

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jan 9, 2018
1 parent 053100b commit d42a2f4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="1.7.3"></a>
## [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))



<a name="1.7.2"></a>
## [1.7.2](https://github.com/johannesjo/super-productivity/compare/v1.7.1...v1.7.2) (2018-01-06)

Expand Down
2 changes: 1 addition & 1 deletion app-src/scripts/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular
.module('superProductivity')
.constant('VERSION', '1.7.2');
.constant('VERSION', '1.7.3');

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://super-productivity.com)",
Expand Down

0 comments on commit d42a2f4

Please sign in to comment.