diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0c92022..b31fa392f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ #**CHANGELOG**# +#### Version 0.7.1 + +* added “New” button in Layouts manager +* “Close” window from context menu was moved in the end +* provide always valid task geometries, fixes any lamb minimize/unminimize effect issues +* improve scroll wheel behavior, it is only used to show and activate windows and not minimizing them +* fix issue with Firefox 55 that was blocking the dock from showing +* improve combination or previews and highlight effect. (the user can now highlight windows from their previews) +* provide a previewsDelay which can be used from advanced users to lower the delay between showing previews or highlighting windows. Be careful, very low values dont provide correct previews. 150ms is by default the lowest value that is taken into account. The value must be added in the Latte plasmoid general settings in any layout file +* show correct icon when a single window is removed +* allow for 1px substitutions for applet sizes when in advanced mode and the user has disabled to automatic shrinking… This way for example you can have a Latte panel with size of 29px. +* Behavior for show background only for maximized windows now respects the applets shadows settings… concerning visibility, color, size etc… +* fix a crash when changing layouts from settings combobox + + #### Version 0.7.0 * wayland tech preview diff --git a/CMakeLists.txt b/CMakeLists.txt index d392d17fe..952acf330 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(lattedock) cmake_minimum_required(VERSION 3.0 FATAL_ERROR) set(CMAKE_CXX_STANDARD 14) -set(VERSION 0.7.0) +set(VERSION 0.7.1) set(AUTHOR "Michail Vourlakos, Smith Ar") set(EMAIL "mvourlakos@gmail.com, audoban@openmailbox.org") set(WEBSITE "https://github.com/psifidotos/Latte-Dock") diff --git a/containment/package/metadata.desktop b/containment/package/metadata.desktop index 0bad891ce..dbce3c81f 100644 --- a/containment/package/metadata.desktop +++ b/containment/package/metadata.desktop @@ -23,7 +23,7 @@ NoDisplay=true X-KDE-PluginInfo-Author=Michail Vourlakos, Smith Ar X-KDE-PluginInfo-Email=mvourlakos@gmail.com, audoban@openmailbox.org X-KDE-PluginInfo-Name=org.kde.latte.containment -X-KDE-PluginInfo-Version=0.7.0 +X-KDE-PluginInfo-Version=0.7.1 X-KDE-PluginInfo-Website=https://github.com/psifidotos/Latte-Dock X-KDE-PluginInfo-Category=X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plasmoid/package/metadata.desktop b/plasmoid/package/metadata.desktop index 69b9323de..36bb48303 100644 --- a/plasmoid/package/metadata.desktop +++ b/plasmoid/package/metadata.desktop @@ -23,7 +23,7 @@ X-Plasma-Provides=org.kde.plasma.multitasking X-KDE-PluginInfo-Author=Michail Vourlakos, Smith Ar X-KDE-PluginInfo-Email=mvourlakos@gmail.com, audoban@openmailbox.org X-KDE-PluginInfo-Name=org.kde.latte.plasmoid -X-KDE-PluginInfo-Version=0.7.0 +X-KDE-PluginInfo-Version=0.7.1 X-KDE-PluginInfo-Website=https://github.com/psifidotos/Latte-Dock X-KDE-PluginInfo-Category=Windows and Tasks X-KDE-PluginInfo-Depends=X-KDE-PluginInfo-License=GPL v2+ diff --git a/po/metainfo/org.kde.latte-dock.appdata.pot b/po/metainfo/org.kde.latte-dock.appdata.pot index 62d84bfbd..4c616ef68 100644 --- a/po/metainfo/org.kde.latte-dock.appdata.pot +++ b/po/metainfo/org.kde.latte-dock.appdata.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2017-08-29 14:19+0300\n" +"POT-Creation-Date: 2017-08-31 10:51+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/shell/package/metadata.desktop b/shell/package/metadata.desktop index 13d9500a8..7725c421e 100644 --- a/shell/package/metadata.desktop +++ b/shell/package/metadata.desktop @@ -20,5 +20,5 @@ X-KDE-PluginInfo-Author=Michail Vourlakos, Smith Ar X-KDE-PluginInfo-Email=mvourlakos@gmail.com, audoban@openmailbox.org X-KDE-PluginInfo-License=GPLv3+ X-KDE-PluginInfo-Name=org.kde.latte.shell -X-KDE-PluginInfo-Version=0.7.0 +X-KDE-PluginInfo-Version=0.7.1 X-KDE-PluginInfo-Website=https://github.com/psifidotos/Latte-Dock