Skip to content

Commit

Permalink
chore: release dde-launchpad 0.2.2
Browse files Browse the repository at this point in the history
Changelog:

  * add hover state for AppListView items
    (linuxdeepin/developer-center#6205)
  * fix incorrect icon size when using HiDPI
    (linuxdeepin/developer-center#6137)

Log:
  • Loading branch information
BLumia committed Nov 23, 2023
1 parent 5eabafb commit 535a923
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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)
Expand Down

0 comments on commit 535a923

Please sign in to comment.