Dec
9
This release adds support to extract sounds files from theme files. The sound files appear to be encoded in the VAG audio format. Some details about this format can be found here.
The previous release, 0.10, fixed an issue with padding in GIM files. Some icons, whose width were not a multiple of 4, were being extracted “skewed” due to the fact that they were being read incorrectly. Thanks to FluBBa for pointing this out.
December 20th, 2007 at 11:55 pm
Nice app, but it’s misleading to call 0.11 (and the previous 0.10) a newer version than 0.9 when 0.11 is a lower numerical value than 0.9. You probably should have called it 1.0, or 0.91.
December 21st, 2007 at 12:10 am
Version numbers in software, although they look like floating point, aren’t. It’s generally of the format major version.minor version where each one is an integer. For example, Linux kernel 2.6.9 is older than 2.6.10.