Releases: trizen/fbmenugen
Releases · trizen/fbmenugen
Version 0.88
Version 0.87
- Try to load
DB_File
whenGDBM_File
is not available. (400facf)
Version 0.86
- Switched to Gtk3 by default. (b68b78d)
Version 0.85
Version 0.84
- Added support for using Gtk3 for resolving the icon paths. (3eb0b97)
- Minor performance improvements and fixes.
Version 0.83
Version 0.82
- Added locale support, when File::DesktopEntry is installed. (221b9e1)
- Linux::DesktopFiles >= 0.25 is required.
- Removed the
name_keys
config option. (b042e79) - Added the
-g
command-line argument to generate a new menu. - Various internal simplifications and optimizations.
Version 0.81
- Added the
generic_fallback
config-option. - Minor internal simplifications and optimizations.
Version 0.80
-
Switched to
Gtk2::IconTheme
for resolving the absolute paths to icons. (6ff3dbe)- This change makes
fbmenugen
more reliable at resolving the correct icons of the current icon theme, at the expense of introducing a new dependency: Gtk2.
- This change makes
-
Added support for SVG icons by converting and caching each icon as a local PNG image.
-
For simplicity reasons,
begin_cat
has been renamed tobeg
andend_cat
has been renamed toend
. This change is backwards compatible, but produces a warning, stating the change.