Skip to content

1.1.23

Compare
Choose a tag to compare
@kirb kirb released this 12 Jan 05:32
7919963
  • Adds a new app icon, “Z with Stripes”, designed by Alpha_Stream. You can switch to this icon in the Zebra settings.
  • Adds support for the Support: field in package control files, which can link to a website with additional support information.
  • Adds support for debs that contain configuration files (conffiles). (Contributed by @elihwyma and @CRKatri - thanks!)
  • Adds a performance optimisation for payment providers (such as Chariz, Packix, etc.) while the user is logged out.
    Details for repo owners: While logged out, Zebra will attempt a GET request against /package/:package_id/info. If this fails, or if the user is logged in, Zebra will switch to using POST. This enables you to apply caching to unauthenticated requests.
  • Fixes an issue causing unnecessary requests to repositories’ featured package banner lists.
  • Fixes an issue where Zebra could make invalid requests to payment providers when the payment_endpoint file ends in a newline character.
  • Fixes an issue where missing keys in payment provider responses could cause Zebra to ignore the response entirely.
  • Reduced the Zebra package size by 8.5%.