Skip to content

Releases: trizen/obmenu-generator

Version 0.83

28 Oct 15:45
Compare
Choose a tag to compare
  • Icons are now cached at 48x48 by default.
  • Fixed a minor performance issue introduced in version 0.82.
  • Reduced the runtime by ~3ms in generating a menu with icons. (3bf60c8)

Version 0.82

22 Oct 11:43
Compare
Choose a tag to compare

Version 0.81

04 Oct 23:11
Compare
Choose a tag to compare
  • Added the generic_fallback config option. (b8747c4)
  • Minor optimization for ignored menu entries. (d7d393d)
  • Other internal simplifications and optimizations. (b2c4366, 75f08d0)

Version 0.80

23 Aug 08:30
Compare
Choose a tag to compare
  • Switched to Gtk2::IconTheme for resolving the absolute paths to icons. (71b1333) (#15)

    • This change makes obmenu-generator more reliable at resolving the correct icons of the current icon theme, at the expense of introducing a new dependency: Gtk2.
  • Dynamic menus with SVG icons are now many times faster.

    • Each icon is now converted and cached locally as a 32x32 PNG icon. (where the size is configurable in the config file) (0b2267d, 2cf75c7)
  • Random IDs are now used for categories to avoid ID-collisions. (trizen/obbrowser#2) (d5723f9)

  • 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. (490044c)

Version 0.71

19 Apr 19:23
Compare
Choose a tag to compare
  • Minor bug-fix for -i -p. (4bacd02)
  • Replaced the home directory with $ENV{HOME} inside the config.pl file. (7174b13)
  • Added ~/.local/share/applications directory to the desktop_files_paths. (ae2f0f3)

Version 0.70

26 Mar 03:06
Compare
Choose a tag to compare
  • Bug-fix: the cache DB is now regenerated when the icon theme is changed. (992295b)
  • The generic schema entry obgenmenu now includes icons when -i is specified. (3085073)
  • The option -d, in addition to removing the icons.db file, also removes the cache.db file.
  • Updated the icon names in schema.pl.

Version 0.69

22 Feb 19:34
Compare
Choose a tag to compare
  • Added the "/usr/share/applications/kde4" path to desktop_files_paths. (370fe21)
  • Minor tweaks in the schema file. (921fed9)
  • Minor help improvements. (b1b58ca, 57306a0)

Version 0.68

17 Oct 18:21
Compare
Choose a tag to compare
  • Removed the no-op keep_empty_categories option. (#10 - thanks @dmaglio)

Version 0.67

13 May 17:13
Compare
Choose a tag to compare

What's new:

  • Replaced the deprecated <execute> tags with <command>. (17d247f)
  • Added the file schema option, which will efficiently include an XML file at the current position in the generated menu. (e8f1524)

Version 0.66

08 Aug 18:37
Compare
Choose a tag to compare

What's new:

  • Added /usr/local/share/applications to the desktop_files_paths array (#5)
  • Added support for user-defined keys inside the skip_entry config option (925a12e)
  • Replaced $0 from schema.pl with obmenu-generator as it caused some issues.