Skip to content

Releases: getsolus/brisk-menu

0.6.2

14 Aug 17:33
Compare
Choose a tag to compare

Changelog:

  • applet: Re-create applet menu when changing window-type
    • Currently changing window types (between 'classic' and 'dash') requires restarting Brisk Menu. This leads to software like MATE Tweak to have to kill the brisk-menu process to ensure a smooth transition between panel layouts.
  • backend: Hide menu when rebuilding menu items
    • Since we have a monitor to update the menu whenever the desktop files are updated, the list of filtered menu items can change while the user is actively navigating through it. This causes the GtkListBox filters to segfault. Hiding the menu whenever the GAppInfoMonitor fires the "changed" signal clears out the GtkListBox, and so no filtering is happening. This only happens when installing or removing applications while browsing the menu, so it should not be generally disruptive, and will prevent the menu from crashing.
  • frontend: Allow keyboard navigation
    • Instead of disabling focus, we reuse the rollover functionality to enable listening for focus events, then we activate the corresponding category.

Note to Packagers: Please use the release tarball rather than the GitHub auto-generated tarball. Ours includes the necessary git submodule / translations needed.

0.6.1

07 Sep 19:43
Compare
Choose a tag to compare

Changelog:

Brisk Menu is now translated into over 20 languages! Below is a list of new or updated translations for a multitude of languages, thank you to all translators involved! ❤️

  • Arabic
  • Bengali
  • Bosnian
  • Bulgarian
  • Catalan
  • Dutch
  • Esperanto
  • Flemish
  • French
  • French (Belgium)
  • German
  • German (Switzerland) aka Swiss High German
  • Hebrew
  • Irish
  • Norweigen (Bokmål)
  • Portuguese (Portugal)
  • Russian
  • Spanish
  • Spanish (American)
  • Spanish (Argentina)
  • Spanish (Mexico)
  • Swedish

Note to Packagers: Please use the release tarball rather than the GitHub auto-generated tarball. Ours includes the necessary git submodule / translations needed.

0.6.0

09 Aug 09:57
Compare
Choose a tag to compare

Changes

  • Add a new "dash" style menu.
  • Fix super key global bindings on Compiz.
  • Unset Lock key masks when closing menu.
  • Fix key-binder from swallowing Super+Mouse events.
  • Update API for MATE Desktop 1.22.
  • Make favourites appear first.
  • Fix categories list so scrollbar is not always shown.