diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:29:18 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
| commit | 6531e7c97ba504327277f9b96b28c9eba0a55527 (patch) | |
| tree | cfd2ad82d3c84e4c1095cab42d945419c2da3670 | |
| parent | c15276b4723a0483d63bddf85f12b5b03eedad84 (diff) | |
| download | meta-openembedded-6531e7c97ba504327277f9b96b28c9eba0a55527.tar.gz | |
xfce4-whiskermenu-plugin: upgrade 2.6.2 -> 2.7.1
Release notes for 2.7.1
=======================
- Fix not selecting second icon in search results. (Issue #50)
- Fix incorrect selection when leaving treeview.
- Fix skipping first treeview item.
- Fix unnecessary button size changes.
- Translation updates
Release notes for 2.7.0
=======================
- Add showing categories as icons on top or bottom. (Issue #62)
- Add hiding username. (Issue #36)
- Add rounded profile picture.
- Add optional AccountsService support.
- Add catfish search action.
- Add CSS classes for theming.
- Improve search result relevance.
- Make stripping release builds optional.
- Rearrange settings dialog.
- Remove sliding out search results.
- Remove useless grab check.
- Rename icon to follow reverse DNS scheme.
- Replace size grip with resizing from edges.
- Replace slots with lambdas.
- Use original menu layout.
- Use dm-tool for switching users.
- Translation updates
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb (renamed from meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.6.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.6.2.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb index e20be22fa5..cebe1106c0 100644 --- a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.6.2.bb +++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.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] = "6d20e22c18593aca5adecaf0a7a4f33a6bda233bdd92d3ca7b51c37d0baaf76e" | 8 | SRC_URI[sha256sum] = "04ae0c1764a0d5ec70f18a760d998a2109bb6724f048554d7d6999d9072ca63e" |
| 9 | 9 | ||
| 10 | RRECOMMENDS:${PN} += "menulibre" | 10 | RRECOMMENDS:${PN} += "menulibre" |
