From 45f718427be1e3fb44737d02e0167996a98695c6 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Tue, 13 Mar 2018 23:50:51 +0100 Subject: [PATCH] 1.9.3 --- CHANGELOG.md | 21 +++++++++++++++++++++ app-src/scripts/version.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8842a9f9666..197914980c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +## [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)) + + + ## [1.9.2](https://github.com/johannesjo/super-productivity/compare/v1.9.1...v1.9.2) (2018-03-12) diff --git a/app-src/scripts/version.js b/app-src/scripts/version.js index 98c25d4211f..2a4c6277eb4 100644 --- a/app-src/scripts/version.js +++ b/app-src/scripts/version.js @@ -1,4 +1,4 @@ angular .module('superProductivity') - .constant('VERSION', '1.9.2'); + .constant('VERSION', '1.9.3'); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f20876ba909..5762c8407b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "1.9.2", + "version": "1.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5cee7e553bc..58bbd51d112 100644 --- a/package.json +++ b/package.json @@ -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 (http://super-productivity.com)",