From e7352e1c9d909facae739d373a56cc18cf8e223d Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 12 Nov 2017 16:15:10 +0200 Subject: [PATCH] update info for version 0.7.2 --- CHANGELOG.md | 4 +++- CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25586acbf..aedac2714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,16 @@ #### Version 0.7.2 -* fix crash introduced with qt 5.9.2 when the user hovers the dock +* fix crashes introduced with qt 5.9.2 when the user hovers the dock * highly improve the attention bouncing animation * fix coloring for shortcut badges * various fixes for animations and glitches * hide internal tasks separator at the edges * improvements for window manager !compositing window state +* fix small issues with title tooltips * pass kde review process * move source to kde infrastructure +* more translations from kde localization teams #### Version 0.7.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index db54d44ce..904329766 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.1) +set(VERSION 0.7.2) set(AUTHOR "Michail Vourlakos, Smith Ar") set(EMAIL "mvourlakos@gmail.com, audoban@openmailbox.org") set(WEBSITE "https://github.com/psifidotos/Latte-Dock")