diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-11-20 19:14:12 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-20 12:07:09 -0800 |
commit | aa3e2be2c928276945bc147d5c53456d86777fde (patch) | |
tree | c77ed2d9d8de31a18040bee7bd618f954f0ae0e1 /meta-xfce/recipes-panel-plugins | |
parent | 580e72879e036f9bf44cd3c9eff75217189a2ab4 (diff) | |
download | meta-openembedded-aa3e2be2c928276945bc147d5c53456d86777fde.tar.gz |
xfce4-whiskermenu-plugin: upgrade 2.5.3 -> 2.6.2
Changes in version 2.6.2
Released on November 13, 2021
Fix background shifting when showing menu (Issue #41)
Fix menu not toggling after pressing escape (Issue #65)
Properly prevent interactive search in treeview
Changes in version 2.6.1
Released on October 13, 2021
Fix menu not toggling (Issue #61)
Fix small icon in multi-row panels (Issue #37)
Fix missing minimize and maximize buttons in settings dialog
Replace deprecated code for grab check
Translation updates
Changes in version 2.6.0
Released on September 19, 2021
Fix unable to resize with metacity (Issue #56)
Fix invalid desktop files when hiding applications (Issue #53)
Fix not showing focused launcher when searching (Issue #45)
Add option to disable sorting categories (Issue #42)
Translation updates
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.6.2.bb (renamed from meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.5.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.5.3.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.6.2.bb index d24f65f4c..e20be22fa 100644 --- a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.5.3.bb +++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.6.2.bb | |||
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
5 | 5 | ||
6 | inherit xfce-panel-plugin cmake | 6 | inherit xfce-panel-plugin cmake |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "39cc34c8a83381997c6faaacb6bf792339234303438a1fccd15c9a1770b87daf" | 8 | SRC_URI[sha256sum] = "6d20e22c18593aca5adecaf0a7a4f33a6bda233bdd92d3ca7b51c37d0baaf76e" |
9 | 9 | ||
10 | RRECOMMENDS:${PN} += "menulibre" | 10 | RRECOMMENDS:${PN} += "menulibre" |