From b30aaad07ace3fda0da939b6f8057fc74ffd2d21 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sun, 25 Aug 2019 18:16:13 +0200 Subject: [PATCH] 2.10.11 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31339bbfaa..50f24f6e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [2.10.11](https://github.com/johannesjo/super-productivity/compare/v2.10.10...v2.10.11) (2019-08-25) + + +### Bug Fixes + +* focus color for task not showing for build ([b5c0353](https://github.com/johannesjo/super-productivity/commit/b5c0353)) +* hammer conf not being injectable ([bd13c57](https://github.com/johannesjo/super-productivity/commit/bd13c57)) +* potential crash when changing project on config page ([ff69d3b](https://github.com/johannesjo/super-productivity/commit/ff69d3b)) +* problematic usage of ::ng-deep ([92ecac2](https://github.com/johannesjo/super-productivity/commit/92ecac2)) +* styling for input duration slider ([a2c43ca](https://github.com/johannesjo/super-productivity/commit/a2c43ca)) + + +### Features + +* add box shadow when dragging stuff ([c5d3e15](https://github.com/johannesjo/super-productivity/commit/c5d3e15)) +* adjust note panel style ([9af7d3c](https://github.com/johannesjo/super-productivity/commit/9af7d3c)) +* adjust styles for bookmark bar ([3082691](https://github.com/johannesjo/super-productivity/commit/3082691)) +* adjust styles for workview header ([2a6541e](https://github.com/johannesjo/super-productivity/commit/2a6541e)) +* adjust styling for backlog tabs ([1693563](https://github.com/johannesjo/super-productivity/commit/1693563)) +* adjust styling for worklog tables ([1bb338d](https://github.com/johannesjo/super-productivity/commit/1bb338d)) +* improve attachment edit buttons ([e75b07f](https://github.com/johannesjo/super-productivity/commit/e75b07f)) +* improve attachment list styling ([61fe6a5](https://github.com/johannesjo/super-productivity/commit/61fe6a5)) +* improve main header layout ([07eb030](https://github.com/johannesjo/super-productivity/commit/07eb030)) +* slightly adjust card color ([1675271](https://github.com/johannesjo/super-productivity/commit/1675271)) +* use default form input font size again ([cad2b85](https://github.com/johannesjo/super-productivity/commit/cad2b85)) + + + ## [2.10.10](https://github.com/johannesjo/super-productivity/compare/v2.10.9...v2.10.10) (2019-08-23) diff --git a/package.json b/package.json index fad41a498b..0b64682aa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "2.10.10", + "version": "2.10.11", "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)",