Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 13, 2018
1 parent 712ffea commit 45f7184
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 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.9.3"></a>
## [1.9.3](https://github.com/johannesjo/super-productivity/compare/v1.9.2...v1.9.3) (2018-03-13)


### Bug Fixes

* add more verbose logout ([1187bce](https://github.com/johannesjo/super-productivity/commit/1187bce))
* desktop styling for task list ([2aed60a](https://github.com/johannesjo/super-productivity/commit/2aed60a))
* missing space in error message ([51a1349](https://github.com/johannesjo/super-productivity/commit/51a1349))
* save sync file name button on mobile ([3cf205f](https://github.com/johannesjo/super-productivity/commit/3cf205f))


### Features

* add more accurate warning ([e845879](https://github.com/johannesjo/super-productivity/commit/e845879))
* **mobile:** improve task list styles ([21db12e](https://github.com/johannesjo/super-productivity/commit/21db12e))
* improve google login flow and really log out if the users does so ([712ffea](https://github.com/johannesjo/super-productivity/commit/712ffea))
* insert new tasks after current task ([566ebc7](https://github.com/johannesjo/super-productivity/commit/566ebc7))



<a name="1.9.2"></a>
## [1.9.2](https://github.com/johannesjo/super-productivity/compare/v1.9.1...v1.9.2) (2018-03-12)

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.9.2');
.constant('VERSION', '1.9.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.9.2",
"version": "1.9.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 45f7184

Please sign in to comment.