Skip to content

Commit

Permalink
1.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Apr 8, 2018
1 parent e7cc5cd commit 54402f6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="1.10.12"></a>
## [1.10.12](https://github.com/johannesjo/super-productivity/compare/v1.10.11...v1.10.12) (2018-04-08)


### Bug Fixes

* change detection parameter for callback for edit on click ([3d0cfc8](https://github.com/johannesjo/super-productivity/commit/3d0cfc8))
* rare global link list error ([4f9acec](https://github.com/johannesjo/super-productivity/commit/4f9acec))
* undo delete task toast weird layout for long task names ([e7cc5cd](https://github.com/johannesjo/super-productivity/commit/e7cc5cd))


### Features

* add simple animation to mark as done button ([5051bfd](https://github.com/johannesjo/super-productivity/commit/5051bfd))
* handle hide controls case for edit on click focus transition ([f8aa235](https://github.com/johannesjo/super-productivity/commit/f8aa235))
* limit short syntax to a lesser degree ([e1cc08f](https://github.com/johannesjo/super-productivity/commit/e1cc08f))
* make simple toast handle multi line content better ([6e857c3](https://github.com/johannesjo/super-productivity/commit/6e857c3))
* smooth out edit on click transition ([d271cc3](https://github.com/johannesjo/super-productivity/commit/d271cc3))



<a name="1.10.11"></a>
## [1.10.11](https://github.com/johannesjo/super-productivity/compare/v1.10.10...v1.10.11) (2018-04-08)

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

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.11",
"version": "1.10.12",
"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 54402f6

Please sign in to comment.