Skip to content

Releases: ximion/appstream-generator

v0.6.6

22 Sep 19:25
v0.6.6
Compare
Choose a tag to compare
Release 0.6.6

v0.6.5

02 Jul 14:48
v0.6.5
Compare
Choose a tag to compare
Release 0.6.5

0.6.4

25 May 22:28
v0.6.4
Compare
Choose a tag to compare
v0.6.4

Release 0.6.4

0.6.3

08 Mar 20:39
v0.6.3
Compare
Choose a tag to compare
v0.6.3

Release 0.6.3

0.6.2

24 Jan 22:00
v0.6.2
Compare
Choose a tag to compare

Released: 2017-01-24

Notes:

Features:

  • Support desktop-app metainfo files without .desktop file if they have an icon set
  • Write log entry when starting/finishing icon tarball write
  • Update AppStream bindings
  • Allow to specify allowed keys
  • Don't show pedantic validator hints
  • Allow metainfo file to specify sample texts for fonts
  • Process XPM icons if they are large enough

Bugfixes:

  • Safeguard against TLD checks with empty-or-null string
  • Ensure desktop-apps have at least one valid category set
  • Don't override metainfo name/summary with .desktop values
  • Quit immediately if the component type is unknown
  • Correctly read a font's full-name
  • Don't needlessly reprocess fonts

v0.6.1

26 Dec 21:51
v0.6.1
Compare
Choose a tag to compare
Release 0.6.1

v0.6.0

03 Oct 17:20
v0.6.0
Compare
Choose a tag to compare
Release 0.6.0

v0.5.0

30 Aug 21:53
v0.5.0
Compare
Choose a tag to compare
Release 0.5.0

v0.4.0

12 Jul 21:12
v0.4.0
Compare
Choose a tag to compare
Release 0.4.0

Version 0.3.0

24 May 17:58
v0.3.0
Compare
Choose a tag to compare

Features:

  • Register new backend for Arch Linux (Matthias Klumpp)
  • arch: Add reader for lists index file and skeleton for PackageIndex (Matthias Klumpp)
  • Make generic archive class work well with non-Debian packages (Matthias Klumpp)
  • Add HTML anchors for maintainers on report pages (Matthias Klumpp)
  • html: Show suite name in section overview (Matthias Klumpp)
  • Allow not setting a MediaBaseUrl (Matthias Klumpp)
  • Add some font rendering experiments (Matthias Klumpp)
  • Allow storing multiple statitics entries per point in time (Matthias Klumpp)
  • Make icon tarball build reproducible (Matthias Klumpp)
  • Make ArchiveDecompressor API more powerful and always return const(ubyte)[](Matthias Klumpp)
  • arch: Speed up backend by loading all data in one go (Matthias Klumpp)
  • Split "handleScreenshots" into more useful, fine-grained flags (Matthias Klumpp)
  • Add timestamp to output and only touch it if something has changed (Matthias Klumpp)
  • Only update metadata if the indices have been changed (Matthias Klumpp)
  • Store media in pool subdirectory (Matthias Klumpp)
  • Add flag to enforce metadata processing, even if nothing changed (Matthias Klumpp)
  • Allow disabling metadata timestamps (Matthias Klumpp)
  • Improve scan-skipping code (Matthias Klumpp)

Bugfixes:

  • Fix build on non-64bit arches (Matthias Klumpp)
  • Handle compressed empty files correctly (Neil Mayhew)
  • Drop other, non-UTF-8 encodings from language codes too (Matthias Klumpp)
  • Drop non-printable characters from .desktop file values (Matthias Klumpp)
  • Loop over more things by-reference to reduce RAM usage (Matthias Klumpp)
  • debian: Read Packages.xz files if no .gz file is available (Matthias Klumpp)
  • Don't lie about thumbnail sizes in their filename (Matthias Klumpp)
  • Don't duplicate architecture tag if there are multiple issues (Matthias Klumpp)
  • Catch data serialization errors (Matthias Klumpp)
  • Run bower with allow root to be able to make js as root (Harald Sitter)