Skip to content

Releases: trizen/fbmenugen

Version 0.88

17 Oct 11:38
0.88
5424331
Compare
Choose a tag to compare
  • Ported several improvements from obmenu-generator. (5424331)

Version 0.87

06 Sep 08:24
0.87
e28c0a9
Compare
Choose a tag to compare
  • Try to load DB_File when GDBM_File is not available. (400facf)

Version 0.86

23 Aug 09:15
0.86
b68b78d
Compare
Choose a tag to compare
  • Switched to Gtk3 by default. (b68b78d)

Version 0.85

23 Jun 20:50
0.85
72f6d07
Compare
Choose a tag to compare

Version 0.84

31 Jan 13:18
0.84
ef65337
Compare
Choose a tag to compare
  • Added support for using Gtk3 for resolving the icon paths. (3eb0b97)
  • Minor performance improvements and fixes.

Version 0.83

14 Jan 20:09
Compare
Choose a tag to compare
  • Added the locale_support config-key (enabled by default). (61e6966)
  • Allow missing_icon to be an absolute path to an icon. (5b7c2db)
  • Don't warn if the value of Name is not defined. (2cdc2c1)

Version 0.82

22 Oct 12:04
Compare
Choose a tag to compare
  • 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

07 Oct 19:34
Compare
Choose a tag to compare
  • Added the generic_fallback config-option.
  • Minor internal simplifications and optimizations.

Version 0.80

23 Aug 09:16
Compare
Choose a tag to compare
  • 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.
  • Added support for SVG icons by converting and caching each icon as a local PNG image.

    • Each icon is now converted and cached locally as a 32x32 PNG icon. (where the size is configurable in the config file). (2fcadf0, f62ee4b)
  • For simplicity reasons, begin_cat has been renamed to beg and end_cat has been renamed to end. This change is backwards compatible, but produces a warning, stating the change.