This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Releases: Eltik/AniSync
Releases · Eltik/AniSync
v1.0.1
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
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
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1
- Create codeql.yml by @Eltik in #3
- Create dependency-review.yml by @Eltik in #4
- Updated Readme.md and package.json by @MrEthical06 in #5
New Contributors
- @dependabot made their first contribution in #1
- @Eltik made their first contribution in #3
- @MrEthical06 made their first contribution in #5
Full Changelog: https://github.com/Eltik/AniSync/commits/v1.0.0