Skip to content

Commit

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

  * Adjust icon hover effect (linuxdeepin/developer-center#6140)
  * Ascii item should appears first (linuxdeepin/developer-center#6152)
  * Lower-case word should appears first (linuxdeepin/developer-center#6159)
  * Reset focus and search state when hide fullscreen frame (linuxdeepin/developer-center#6162)
  * Support Enter key to select category in alphabet category view (linuxdeepin/developer-center#6154)

Log:
  • Loading branch information
BLumia committed Nov 14, 2023
1 parent 25856cd commit cecd6b2
Show file tree
Hide file tree
Showing 2 changed files with 11 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.0)
set(VERSION 0.2.1)
endif()

project(dde-launchpad VERSION ${VERSION})
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
dde-launchpad (0.2.1) unstable; urgency=medium

* Adjust icon hover effect (https://github.com/linuxdeepin/developer-center/issues/6140)
* Ascii item should appears first (https://github.com/linuxdeepin/developer-center/issues/6152)
* Lower-case word should appears first (https://github.com/linuxdeepin/developer-center/issues/6159)
* Reset focus and search state when hide fullscreen frame (https://github.com/linuxdeepin/developer-center/issues/6162)
* Support Enter key to select category in alphabet category view (https://github.com/linuxdeepin/developer-center/issues/6154)

-- Gary Wang <wangzichong@deepin.org> Tue, 14 Nov 2023 13:03:00 +0800

dde-launchpad (0.2.0) unstable; urgency=medium

* Initial implementation of the redesigned UI
Expand Down

0 comments on commit cecd6b2

Please sign in to comment.