From c2b0ad22d8e846f40cc37f070cc8ad7248ee23f6 Mon Sep 17 00:00:00 2001 From: Jason Hicks Date: Tue, 14 Feb 2017 23:22:23 -0600 Subject: [PATCH] 4.3.4 --- CHANGELOG.md | 10 ++++++++++ CREDITS.md | 2 ++ package.json | 2 +- src/metadata.json | 2 +- src/specialMenus.js | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a25ef..931c0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ Changelog +### 4.3.4 + + * Polish translation by [mariachini](https://github.com/jaszhix/icingtaskmanager/pull/99). + * Fixed app buttons not appearing correctly when LibreOffice and Spotify are in use. + * LibreOffice apps started from the Start Center will spawn from that button, even if other LibreOffice apps are pinned. + * Fixed pinned apps disappearing when the "Group apps" option is disabled. + * Fixed a bug causing empty spaces to stay present when disabling thumbnails, while vertical thumbnail orientation is enabled. + * Fixed a bug that can cause the right click menu to stick and freeze the applet. + * Simplified the locale installation process. + ### 4.3.3 * Russian translation update by [ArionWT](https://github.com/jaszhix/icingtaskmanager/pull/96). diff --git a/CREDITS.md b/CREDITS.md index e644f5c..43b9c0b 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -4,6 +4,8 @@ Special thanks to the contributors of this project. ### Pull requests + * mariachini + * https://github.com/jaszhix/icingtaskmanager/pull/99 * ArionWT * https://github.com/jaszhix/icingtaskmanager/pull/96 * SethosII diff --git a/package.json b/package.json index 9cf5b5e..17fb7dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icingtaskmanager", - "version": "4.3.3", + "version": "4.3.4", "description": "Icing Task Manager", "main": "gulpfile.js", "scripts": { diff --git a/src/metadata.json b/src/metadata.json index 7f95cc5..fd017d0 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -3,7 +3,7 @@ "max-instances": -1, "dangerous": false, "name": "Icing Task Manager", - "version": "4.3.3", + "version": "4.3.4", "role": "panellauncher", "uuid": "IcingTaskManager@json" } \ No newline at end of file diff --git a/src/specialMenus.js b/src/specialMenus.js index a1014b1..b9323a6 100644 --- a/src/specialMenus.js +++ b/src/specialMenus.js @@ -1249,7 +1249,7 @@ WindowThumbnail.prototype = { } else { if (this._applet.verticalThumbs && this._applet.showThumbs) { this.thumbnailActor.height = this.thumbnailHeight - } else { + } else if (this._applet.verticalThumbs) { this.thumbnailActor.height = 0 } this.thumbnailActor.width = this.thumbnailWidth