1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-06 11:00:13 +02:00
fdroidserver/CHANGELOG.md
Hans-Christoph Steiner 70e7e720b9
update: use graphics filename with hash in index to support caching
Using a filename based on the hash of the contents means that the caching
algorithms for fdroidclient and browsers can safely cache the file forever
using the filename, since this guarantees that the contents will never
change for a given filename.

This does not cover screenshots, only icon.png, featureGraphic.png,
tvBanner.png, and promoGraphic.png.

fdroidserver#689
fdroid-website!453
2019-08-29 08:23:51 +02:00

2.7 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Unreleased

Added

  • makebuildserver: added ndk r20 (!663)
  • added support for gradle 5.5.1 (!656)
  • add SHA256 to filename of repo graphics (!669)

Fixed

  • checkupdates: UpdateCheckIngore gets properly observed now (!659, !660)
  • keep yaml metadata when rewrite failed (!658)
  • import: template.yml now supports omitting values (!657)
  • build: deploying buildlogs with rsync (!651)

1.1.4 - 2019-08-15

Fixed

  • include bitcoin validation regex required by fdroiddata
  • merged Debian patches to fix test suite there

1.1.3 - 2019-07-03

Fixed

  • fixed test suite when run from source tarball
  • fixed test runs in Debian

1.1.2 - 2019-03-29

Fixed

  • fix bug while downloading repo index (!636)

1.1.1 - 2019-02-03

Fixed

  • support APK Signature v2 and v3
  • all SDK Version values are output as integers in the index JSON
  • take graphics from Fastlane dirs using any valid RFC5646 locale
  • print warning if not running in UTF-8 encoding
  • fdroid build: hide --on-server cli flag

1.1 - 2019-01-28

Fixed

  • a huge update with many fixes and new features: https://gitlab.com/fdroid/fdroidserver/milestones/7
  • can run without and Android SDK installed
  • much more reliable operation with large binary APK collections
  • sync all translations, including newly added languages: hu it ko pl pt_PT ru
  • many security fixes, based on the security audit
  • NoSourceSince automatically adds SourceGone Anti-Feature
  • aapt scraping works with all known aapt versions
  • smoother mirror setups
  • much faster fdroid update when using androguard