Skip to content

v1.8.15

Latest
Compare
Choose a tag to compare
@xiaomlove xiaomlove released this 24 Dec 05:45
· 3 commits to php8 since this release

Added

  • SeedBox records support filling in ASN
  • Detect whether IP is SeedBox

Fixed

  • Forum/torrent/candidate comments are pure English or numbers are too long without line breaks, causing the page to be too wide #289
  • The bonus setting donor double setting is not effective when set to 0
  • The problem of infinite retries for a period of time after failing to increase user bonus/update user BT time/update seed companion number in the cleanup task
  • Default classification new torrent notification email garbled #302
  • Some other warning level error messages have been fixed

Changed

  • Downhash parameter uses dots instead of vertical lines #301
  • The current seeding/downloading sorting on the personal details page has been changed from seeding time from recent to distant to task start time from recent to distant

Optimized

  • Some statements in the cleanup task of increasing user bonus/updating user BT time/updating seed companion number have been adjusted to batch operations
  • Paid torrent purchase has been changed to asynchronous tasks
  • Update torrent seeding/leeching number during reporting has been changed to auto-increment and auto-decrement
  • Added tip information after successful sending of contact management group information #293

To support ASN query, the database needs to be configured, configure the value of GEOIP2_ASN_DATABASE in .env:

GEOIP2_ASN_DATABASE=/your/path/to/GeoLite2-ASN.mmdb