1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

update to 0.6.0

This commit is contained in:
audoban 2017-04-02 04:39:58 -05:00
parent a7728044de
commit a65921bad0
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
#**CHANGELOG**#
#### Version 0.6.0
* fix #344, edit mode still active when I change the session
* fix #330, Visibility doesn't load when switch to session
* fix coloring for tasks group indicator
* fix #331, set onAllDesktops early in the process
* fix #336, launcher action a bit earlier
* fix #334, block dropping internal launchers on dock
* fix #333, restore previous functionality
* update list of contributors
* various improvements for task tooltips
#### Version 0.5.98 Beta
* fix #323, a better fix for hover effect crashes

View File

@ -2,7 +2,7 @@ project(lattedock)
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
set(CMAKE_CXX_STANDARD 14)
set(VERSION 0.5.98)
set(VERSION 0.6.0)
set(AUTHOR "Michail Vourlakos, Smith Ar")
set(EMAIL "mvourlakos@gmail.com, audoban@openmailbox.org")
set(WEBSITE "https://github.com/psifidotos/Latte-Dock")