Skip to content

v0.11.2

Choose a tag to compare

@jondkinney jondkinney released this 19 May 23:49
· 117 commits to main since this release

Fixed

  • Flatpak icon validation: GdkPixbuf's SVG sniffer reads only the first
    ~256 bytes looking for the <svg tag, and the multi-line XML
    docstring above the root element pushed it past that window. Moved
    the docstring inside <svg> so Flatpak's icon validator accepts the
    app icon and the Flatpak bundle exports cleanly.