Releases: solus-project/brisk-menu
Brisk Menu 0.5.0
Full release details can be found at https://solus-project.com/2017/11/02/brisk-menu-0-5-0-released/
- Raw changelog here
Brisk Menu 0.4.5
Maintenance release prior to the 0.5.0 feature release
- 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
20 commits, 60 files changed, 1,297 additions and 320 deletions.
Brisk Menu 0.4.0
The 0.4.0 release is made possible through the continued collaboration with, and support of, the Ubuntu MATE project, @flexiondotorg and community contributions. Many thanks to everyone!
Changes in this release:
Super
key now now works! Thanks go to @vkareh- Label text is now configurable thanks to @feddasch
- The menu now dynamically adapts to vertical panel layouts - thanks to @cybre
- The project has been largely restructured to be modular. The core load + management mechanism is now handled by a
BriskAppsBackend
, and the frontend is no longer tied explicitly tolibmate-menus
or even.desktop
files. This opens up the future possibilities for Favourites Pinning and "others" (...) through the genericBriskBackend
,BriskItem
, andBriskSection
API (0.5.0 :)) - Reloading has been changed and fixed, always works (part of the new
BriskAppsBackend
, signal based) - Control Center applications are now listed in
Preferences
andAdministration
categories - And lots more
See the full changelog here
The road to 0.5.0 is fairly short but full of excitement, such as the planned favourites support and dash support .. 😁
Brisk Menu v0.3.5
This is an interim release before 0.4.0 lands to address some bugs and feature requests needed in other distributions, to prevent a patchwork nightmare, easing maintenance load.
- Fix bitwise operators on search bar placement (inverse logic)
- Standardise the CSS usage, fix broken assets
- Add rollover behaviour (gsettings option)
- Add context menu for editing menus
- Style fixes (new CSS classes)
- Sync translations
Many thanks to @flexiondotorg and the Ubuntu MATE project for ongoing support of the Brisk Menu project!
v0.3.0
- Fix bug with terminal + apps opening in
/
directory - Fix duplicate results in search
- Fix missing icons in listing
- Fix searching to be case insensitive
- Provide compiler hints to hot paths within Brisk
- Add basic keyword filtering (i.e.
video
for VLC) - Enable internalisation (Thank you, translators!!)
- Fully reset menu state & focus between appearances
- Add GSettings support for search bar placement (
top
,bottom
,automatic
)
v0.2.0
- Initial GSettings support
- Load sidebar shortcuts according to the vendor schema (
pinned-shortcuts
) - Add a key to control
dark-theme
v0.1.2
v0.1.1
Minor release to fix some issues encountered since v0.1.0
- Unbreak Drag & Drop under Marco
- Add license files to tarball for RPM packagers
- Fix issues with session controls randomly locking (the actual lock button, irony++) by switching to async dbus calls.
v0.1.0
Very first feedback release of Brisk Menu
https://solus-project.com/2016/12/30/solus-announces-first-release-of-brisk-menu/
Please build only using the .tar.xz
tarball provided, and not the GitHub generated tarballs.