Version 0.4.0
~~~~~~~~~~~~~~
Released: 2015-11-07

Features:
 * Switch to LMDB instead of KyotoCabinet as default database backend
 * Make private source-checksum field known to the validator
 * Update README
 * Update the HTML startpage
 * Fix various quirks concerning packages moving metadata around
 * Just enumerate screenshots
 * Create very large thumbnails, for HiDPI displays
 * Include component-id in issue-page ID

Bugfixes:
 * Make multiprocessing and cruft-removal work again
 * Simplify autocleanup, and prevent it from dropping all packages from the db
 * Prevent invalid components from overriding existing ones
 * We can't handle symlinks, so throw a better error in that case

Version 0.3.0
~~~~~~~~~~~~~~
Released: 2015-09-12

Features:
 * validator: Adapt to the current DEP-11 spec
 * Implement parser for the <releases/> tag
 * Implement DEP-11 0.8 spec
 * Make generator use the new MediaBaseUrl DEP-11 field by default
 * Update validator to recognize Releases tag
 * Further refine icon-finding logic

Bugfixes:
 * Ensure translated fields have a template set
 * Fix another issue where the 64x64 icon was not available
 * Make package filename the first parameter for any icon-storing method
 * Properly handle multiple components in one package
 * The to_yaml() functions also set ignore reasons - account for that
 * Don't set icon if storing it failed (even if we don't know the reason)

Version 0.2.0
~~~~~~~~~~~~~~
Released: 2015-08-10

Features:
 * Add very cheap backlink to pages
 * DataUrl is actually an AssetsUrl
 * Add small how-to to README
 * generator: Configure logging
 * Find Contents file in Ubuntu archive layout
 * Handle contents files in iso-8859-1 encoding
 * Explicitly write hints HTML in UTF-8
 * Make IconFinder find icons in Oxygen theme
 * Add function to allow reprocessing of packages
 * Refactor issue reporting
 * Completely get rid of hardcoded severities
 * Add a few more hacks to find more icons and bundle them correctly
 * Special-case the Adwaita theme as well, when searching for icons
 * Make gui-app-without-icon tag more useful
 * Add found metadata to the HTML as well
 * Show architecture in metainfo HTML
 * html: Display some pretty statistics
 * Include icon in metadata overview
 * Show global validation result in HTML
 * When finding ID collisions, display which packages are involved
 * Make screenshot-read-error hint more useful
 * Mention optional dependency on Pygments

Bugfixes:
 * Make html pages find their static content easier
 * Do not accidentally extract invalid icon sizes
 * Expire asset-cache when removing processed components as well
 * Remove epoch from package-ids
 * Get rid of binid
 * Explicitly set HTTP request timeout
 * Fix a couple of icon detection and storage bugs
 * html: Nobody needs to be informed about the update date twice
 * Do not excess-cleanup the whole cache
 * Fix dbus provides type element
 * html: Correctly fold same issues into one view

Version 0.1.0
~~~~~~~~~~~~~~
Released: 2015-07-10

Notes:
  * Initial release after splitting the code
    out of DAK
