Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Releases: Eltik/AniSync

v1.0.1

19 May 18:59
Compare
Choose a tag to compare

v1.0.1

Optimizations, bug fixes, and more.

Added/Fixed

  • Optimized mappings to be much faster (~6 seconds per show under no rate limit).
  • Cleaned up code to improve readability.
  • Fixed providers (MAL/AnimePahe/ComicK).
  • Using batch requests for AniList to reduce rate limit (resulted in large performance improvements).
  • Added tests via jest
  • Updated ESLint/Prettier config.
  • Fixed tsconfig to allow running via ./dist folder.

Removed

  • N/A

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 May 16:33
Compare
Choose a tag to compare

v1.0.0

Numerous optimizations and complete recode.

Added/Fixed

  • Optimized mappings to around 30 seconds -> 2 minutes per media
  • Refactored codespace
  • Updated prisma schema.
  • Use cloudscraper-ts library
  • Use PostgreSQL 15
  • Patched memory leaks
  • Use events rather than objects

Removed

  • Remove use of SQLite
  • Removed use of Python
  • Removed some providers (AnimeFox, Enime, Marin)

What's Changed

New Contributors

Full Changelog: https://github.com/Eltik/AniSync/commits/v1.0.0