diff --git a/CMakeLists.txt b/CMakeLists.txt index 99cc9528..27c2cbe9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.7) if(NOT DEFINED VERSION) - set(VERSION 0.2.1) + set(VERSION 0.2.2) endif() project(dde-launchpad VERSION ${VERSION}) diff --git a/debian/changelog b/debian/changelog index 922c8740..64e01820 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dde-launchpad (0.2.2) unstable; urgency=medium + + * add hover state for AppListView items + (https://github.com/linuxdeepin/developer-center/issues/6205) + * fix incorrect icon size when using HiDPI (https://github.com/linuxdeepin/developer-center/issues/6137) + + -- Gary Wang Thu, 23 Nov 2023 19:41:00 +0800 + dde-launchpad (0.2.1) unstable; urgency=medium * Adjust icon hover effect (https://github.com/linuxdeepin/developer-center/issues/6140)