Skip to content

1.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 13:05
· 2035 commits to master since this release
7360755

Release 1.9.2

Changes since 1.9.1:

  • Fixed incorrect "full name" column in admin panel of accounts.
  • Fixed an exception that could occur when incrementing download statistic counts.
  • The time limit for all Celery tasks is now 10 minutes (previously 60 minutes) to reduce server load.
  • shipper now automatically retries the mirror backup task if it times out. Retries are staggered with exponential backoff and tried after at least 1 hour has elapsed to account for any potential remote mirror server problems.
  • Fixed a possible race condition while updating the SHA256 hash of a build.
  • Removed a useless title attribute on the download page.
  • Fixed spacing for the download buttons on the main page.
  • New Font Awesome icons for the download page!
  • General code cleanup
  • More test cases to help catch bugs!