Skip to content

Releases: trizen/obmenu-generator

Version 0.65

20 Jun 14:23
Compare
Choose a tag to compare

Bug-fixes:

  • Undefined icons from schema.pl are no longer considered missing images. (37085b4)

Version 0.64

02 Jun 20:17
Compare
Choose a tag to compare

What's new:

  • Performance improvements. (from ~21ms to ~14ms)
  • Improved the encoding of XML special characters.
  • The underscore character (_) is now escaped correctly.
  • Added XML <![CDATA[...]]> for the execution command, which allows any exotic characters to exist inside a given command.

Version 0.63

02 Apr 09:46
Compare
Choose a tag to compare

What's new:

  • Added the -C and -S command-line options for specifying custom paths to the config.pl and schema.pl files. (ed9da46)

Bug-fixes:

  • Fixed a bug which occurred when name_keys contained a Name[lang] field. (#3)

Version 0.62

28 Mar 23:15
Compare
Choose a tag to compare

Bug-fix release:

  • regenerate the cache.db file when schema.pl is modified

Version 0.61

29 Jan 12:33
Compare
Choose a tag to compare

What's new:

  • Added a smart cache system, improving greatly the performance of obmenu-generator.
    • A desktop file is read only if it doesn't exists in cache or if it has been modified since it has been cached.
  • Automatically regenerate the icons.db file when the gtkrc file is modified.
    • No need to execute -d anymore.
  • Automatically regenerate the cache.db file when the config.pl is modified.
    • No need to worry about the cache.db being out-of-date.
  • Automatically reconfigure the Openbox (with -c) after generating a static menu.
    • No need to execute openbox --reconfigure manually.

Version 0.60

27 Sep 20:00
Compare
Choose a tag to compare

What's new:

  • Added a custom menu with advanced settings in schema.pl
  • SVG icons are no longer skipped by default.

obmenu-generator 0.59

26 Mar 22:53
Compare
Choose a tag to compare

What's new:

  • schema.pl is predefined in its own file
  • improved the documentation for schema.pl and added a new custom advanced menu entry
  • bug-fix: when an icon is not defined inside schema.pl, an empty icon will be used instead of a 'missing_image'
  • some minor code optimizations