From 6e44dfd535162bf08c382097d58c3135b76339d6 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Fri, 23 Nov 2018 18:32:41 +0200 Subject: [PATCH] update README to v0.8.3 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31731f67..961f28d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ #**CHANGELOG**# +#### Version 0.8.3 + +* FIX: support multi-screen plasmoids that use plasmoid.screenGeometry such +as plasma pager, plasma taskmanagers etc. Latte did not update the +plasmoid.screenGeometry value properly in previous versions +* FIX: do not crash when moving launchers that are being synced between +multiple docks/panels +* FIX: make sure that launchers order between synced docks/panels is always +the current one after the user has ended its dragging +* FIX: support fillWidth/Height plasmoids better (such as plasma taskmanagers), +now such applets can be added for all alignments including Left/Center/Right +* FIX: do not show the warning message "Your layout file is broken" when the +statement is not valid. This check validates that the containments and applets +ids are unique in a layout file but the way this was implemented in the past it was +returning false results in some cases + + #### Version 0.8.2 * FIX: wrong placement of docks during startup for multi-screen environments