This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
Releases: Deathspike/animesync
Releases · Deathspike/animesync
2.2.0
- [Feature] Removed SSA rescaling. If you want to continue using it, see https://github.com/Deathspike/normalize-ssa.
2.1.0
- [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
- [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
- Fix crunchyrollBeta authentication expiration
2.0.3
- Fixed Funimation for recent provider changes.
2.0.2
- Fixed Funimation for recent provider changes.
- Add version information to console.
2.0.1
- Fixed Funimation for recent provider changes.
- Fix minor logging issue preventing CI traceability.
2.0.0
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
byffmpeg
. - 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
- 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
- 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.