Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Commit

Permalink
4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaszhix committed Feb 15, 2017
1 parent e95159f commit c2b0ad2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icingtaskmanager",
"version": "4.3.3",
"version": "4.3.4",
"description": "Icing Task Manager",
"main": "gulpfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion src/specialMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2b0ad2

Please sign in to comment.