From 26dad9cb02594610d2c633f7dd6e59fd8d34184923a3d7b0bdd3c98b85c3d4da Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 5 Jul 2017 13:08:40 +0000 Subject: [PATCH 1/2] Accepting request 508316 from home:ThanosApostolou:branches:X11:MATE:Factory Updated to version 0.4.5 OBS-URL: https://build.opensuse.org/request/show/508316 OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/brisk-menu?expand=0&rev=9 --- brisk-menu-0.3.5.tar.xz | 3 --- brisk-menu-0.4.5.tar.xz | 3 +++ brisk-menu.changes | 9 +++++++++ brisk-menu.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 brisk-menu-0.3.5.tar.xz create mode 100644 brisk-menu-0.4.5.tar.xz diff --git a/brisk-menu-0.3.5.tar.xz b/brisk-menu-0.3.5.tar.xz deleted file mode 100644 index 8edb7b3..0000000 --- a/brisk-menu-0.3.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6648b67c60f395bc72d5a74cd7bae4826ea038814e2947c90e319564ce1381d7 -size 270848 diff --git a/brisk-menu-0.4.5.tar.xz b/brisk-menu-0.4.5.tar.xz new file mode 100644 index 0000000..9dafeb5 --- /dev/null +++ b/brisk-menu-0.4.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbb6da64d5dd571de8e00db795e8ec58a08453055fd82c024743dd54ba3456e +size 296464 diff --git a/brisk-menu.changes b/brisk-menu.changes index fe310cf..7f4530e 100644 --- a/brisk-menu.changes +++ b/brisk-menu.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Wed Jul 5 10:30:59 UTC 2017 - thanosapostolou@outlook.com + +- Update to version 0.4.5 + * Add full vertical panel support + * Switch everything to backends (All button is now a backend too) + * Dynamically size menu to the best size available on the screen + * Fix Super key binding being swallowed by others (and swallowing theirs) - requires fixes in Albert, MATE Settings Daemon, etc. + * Sync translations +------------------------------------------------------------------- Wed Mar 29 17:26:14 UTC 2017 - sor.alexei@meowr.ru - Update to version 0.3.5: diff --git a/brisk-menu.spec b/brisk-menu.spec index d04a8e6..93eb2a8 100644 --- a/brisk-menu.spec +++ b/brisk-menu.spec @@ -17,7 +17,7 @@ Name: brisk-menu -Version: 0.3.5 +Version: 0.4.5 Release: 0 Summary: Modern, efficient menu for MATE License: GPL-2.0+ and CC-BY-SA-4.0 From d2c69906a560b04f23251653856d41eb4ccf21e10804cb9a69baffcc12a5acaf Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 5 Jul 2017 13:11:34 +0000 Subject: [PATCH 2/2] - Update to version 0.4.5. OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/brisk-menu?expand=0&rev=10 --- brisk-menu.changes | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/brisk-menu.changes b/brisk-menu.changes index 7f4530e..22769e6 100644 --- a/brisk-menu.changes +++ b/brisk-menu.changes @@ -1,12 +1,27 @@ ------------------------------------------------------------------- Wed Jul 5 10:30:59 UTC 2017 - thanosapostolou@outlook.com -- Update to version 0.4.5 - * Add full vertical panel support - * Switch everything to backends (All button is now a backend too) - * Dynamically size menu to the best size available on the screen - * Fix Super key binding being swallowed by others (and swallowing theirs) - requires fixes in Albert, MATE Settings Daemon, etc. - * Sync translations +- Update to version 0.4.5 (changes since 0.3.5): + * The Super key now works. + * The Label text is now configurable. + * The menu now dynamically adapts to vertical panel layouts. + * The core load + management mechanism is now handled by a + BriskAppsBackend, and the front end is no longer tied + explicitly to libmate-menus or even .desktop files. This opens + up the future possibilities for Favourites Pinning and "others" + (...) through the generic BriskBackend, BriskItem, and + BriskSection API. + * Reloading has been changed and fixed, always works (part of + the new BriskAppsBackend, signal based). + * Control Centre applications are now listed in Preferences and + Administration categories. + * Add full vertical panel support. + * Switch everything to backends (All button is now a backend too). + * Dynamically size menu to the best size available on the screen. + * Fix Super key binding being swallowed by others (and swallowing + theirs) - requires fixes in Albert, MATE Settings Daemon, etc. + * Update translations. + ------------------------------------------------------------------- Wed Mar 29 17:26:14 UTC 2017 - sor.alexei@meowr.ru