From 0231d6fd55bb2db8db14712e5f976b07b4088357 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Tue, 24 Sep 2019 00:30:02 +0200 Subject: [PATCH] 2.12.2 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223053ef7e..e4350b9395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [2.12.2](https://github.com/johannesjo/super-productivity/compare/v2.12.1...v2.12.2) (2019-09-23) + + +### Features + +* add migration for task archive ([424f5c6](https://github.com/johannesjo/super-productivity/commit/424f5c6)) +* add no data message to worklog week ([22924be](https://github.com/johannesjo/super-productivity/commit/22924be)) +* add projectId to task model ([e99dad8](https://github.com/johannesjo/super-productivity/commit/e99dad8)) +* improve side nav styles ([a38930b](https://github.com/johannesjo/super-productivity/commit/a38930b)) +* move migrations to persistence service and make them smarter ([cc15a71](https://github.com/johannesjo/super-productivity/commit/cc15a71)) +* re-color i forgot something ([1383ed7](https://github.com/johannesjo/super-productivity/commit/1383ed7)) +* **reDesign:** make evaluation sheet a little smaller per default ([e648345](https://github.com/johannesjo/super-productivity/commit/e648345)) +* **scheduled:** add tooltip with exact time and date ([e509c13](https://github.com/johannesjo/super-productivity/commit/e509c13)) +* **scheduled:** beautify ([36b46d2](https://github.com/johannesjo/super-productivity/commit/36b46d2)) +* **scheduled:** beautify 2 ([ef6b212](https://github.com/johannesjo/super-productivity/commit/ef6b212)) +* **scheduled:** make task title editable ([ccd4c1b](https://github.com/johannesjo/super-productivity/commit/ccd4c1b)) + + + ## [2.12.1](https://github.com/johannesjo/super-productivity/compare/v2.12.0...v2.12.1) (2019-09-22) diff --git a/package.json b/package.json index 62bbf91ae4..1af9133ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "2.12.1", + "version": "2.12.2", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "author": "johannesjo (http://super-productivity.com)",