Skip to content

Commit

Permalink
1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 29, 2018
1 parent 0f84ef8 commit 187adca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.10.4"></a>
## [1.10.4](https://github.com/johannesjo/super-productivity/compare/v1.10.3...v1.10.4) (2018-03-29)


### Bug Fixes

* tasks getting replaced when switching projects in work view [#69](https://github.com/johannesjo/super-productivity/issues/69) ([adcc034](https://github.com/johannesjo/super-productivity/commit/adcc034))


### Features

* improve project creation dialog ([9fda280](https://github.com/johannesjo/super-productivity/commit/9fda280))
* make sync notification optional [#67](https://github.com/johannesjo/super-productivity/issues/67) ([f4b7887](https://github.com/johannesjo/super-productivity/commit/f4b7887))
* optionally notify when time estimate was exceeded [#69](https://github.com/johannesjo/super-productivity/issues/69) ([0f84ef8](https://github.com/johannesjo/super-productivity/commit/0f84ef8))



<a name="1.10.3"></a>
## [1.10.3](https://github.com/johannesjo/super-productivity/compare/v1.10.2...v1.10.3) (2018-03-26)

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.10.3');
.constant('VERSION', '1.10.4');

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.10.3",
"version": "1.10.4",
"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 187adca

Please sign in to comment.