Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Releases: Deathspike/animesync

2.2.0

27 Apr 07:24
Compare
Choose a tag to compare

2.1.0

06 Mar 10:22
Compare
Choose a tag to compare
  • [Feature] Add support for unmanaged series, allowing the API to serve series from any nfo-compatible source.
  • [Feature] Removed support for Funimation and Vrv. See #57.
  • [CI] Removed support for Funimation and Vrv.

2.0.5

24 Feb 19:55
Compare
Choose a tag to compare
  • [Feature] Improved CrunchyrollBeta and Vrv performance.
  • [Bug] Fixed CrunchyrollBeta subtitle mapping.
  • [Bug] Fixed Funimation stream mapping.
  • [Bug] Fixed Vrv subtitle mapping.
  • [CI] Add executable path logging to ensure correct binaries are launched
  • [CI] Fixed tests running without environment variables.
  • [CI] Split tests into separate units. This allows status badges for each provider.

2.0.4

24 Feb 19:48
Compare
Choose a tag to compare
  • Fix crunchyrollBeta authentication expiration

2.0.3

09 Nov 17:07
Compare
Choose a tag to compare
  • Fixed Funimation for recent provider changes.

2.0.2

11 Oct 19:07
Compare
Choose a tag to compare
  • Fixed Funimation for recent provider changes.
  • Add version information to console.

2.0.1

20 Sep 19:27
Compare
Choose a tag to compare
  • Fixed Funimation for recent provider changes.
  • Fix minor logging issue preventing CI traceability.

2.0.0

06 Sep 16:35
Compare
Choose a tag to compare

Migration instructions can be found in #50. Be sure to read this if you run into trouble!

  • Added library APIs. Exposes your animesync library for API consumers, such as alternative clients.
  • Added subtitle bundles: These are stored as .zip, can be extracted easily, and are accessible by API.
  • Added web interface. It's nothing special, yet, but will be improved upon in the near future.
  • Use ISO-639-3 language codes. Spanish (Latin America) is now applied as spa-419 by ffmpeg.
  • Improved logging and traceability with logging zones.
  • Fixed Funimation for recent provider changes.
  • Fixed response logger causing process crash.
  • Fixed response validator sending back unsafe values in rare cases.
  • Parallelize remote season mapping for better performance.
  • Remove caching layer and related settings in favor of new supervisor mechanism.
  • Removed multi-process support. The library API provides parallel downloads instead.

1.1.2

28 Aug 18:29
Compare
Choose a tag to compare
  • Add named season support to tvshow.nfo
  • Add automated test suite to catch errors sooner (https://github.com/Deathspike/animesync/actions)
  • Fix Crunchyroll authentication race conditions
  • Fix proxy tunnel not always closing correctly
  • Fix race condition on beta.cr/vrv.co series
  • Fix server module throwing on failed stat

1.1.1

07 Aug 08:40
Compare
Choose a tag to compare
  • Fixed Funimation for latest site changes: locale in stream URL.
  • Fixed timeouts caused by authenticators factoring into the scraper time.
  • Improved robustness of all authenticators.
  • Improved robustness of various scrapers: beta.crunchyroll.com, funimation.com, vrv.co.
  • Removed references to animeloyalty and reorganized static ffmpeg downloads.