Skip to content

Releases: Eltik/Anify

v1.3.0

31 Dec 09:38
2fc42e3
Compare
Choose a tag to compare

v1.3.0

  • Optimized mappings
  • Updated workflows
  • Fixed ComicK, MangaDex, MangaSee, Zoro, and many more providers
  • Removed anify-manager and anify-auth due to unusable code.
  • Fixed crawling, proxy checking and scraping, etc.
  • Improved README to include use cases.

And lots more!

What's Changed

  • N/A

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Nov 15:14
6a692df
Compare
Choose a tag to compare

v1.2.0

  • Bug fixes to mappings and performance improvements.
  • Make the manager slightly more user-friendly.
  • Fix compiling errors when building.
  • Make /schedule route, /info route, /recent route, and more a lot more scalable.
  • Add /media route back and /mixdrop route.
  • Improve readability of backend.
  • Add PostgreSQL support.
  • Fix frontend bugs.
  • Improved type safety.

And lots more!

What's Changed

  • mostly more type safety! (for anify db functions) by @skearya in #7
  • build(deps-dev): bump postcss from 8.4.23 to 8.4.31 in /anify-frontend by @dependabot in #8
  • build(deps): bump zod from 3.21.4 to 3.22.3 in /anify-frontend by @dependabot in #9
  • build(deps): bump next from 13.3.4 to 13.5.0 in /anify-frontend by @dependabot in #11
  • build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 in /anify-frontend by @dependabot in #10

Full Changelog: v1.0.0...v1.2.0

v1.1.0

25 Sep 19:04
6a692df
Compare
Choose a tag to compare

v1.1.0

  • Convert all sub-repos to use Bun.
  • Update mappings to have base providers (eg. Anime -> AniList, manga -> MangaDex, and light novels -> NovelUpdates)
  • Improve mapping accuracy
  • Allow for creating light novel epubs and uploading them to MixDrop!
  • Recode entire backend, authentication server, and Discord bot manager!
  • Update workflows
  • Remove bad providers (KASS, NovelBuddy, VyNovel, ReadLightNovels)
  • Add new info/meta/manga providers! (MangaFire, AniDB)
  • Add episode metadata for episode descriptions/ratings via TVDB, TMDB, and AniDB
  • QOL changes with console.log(), README.md's, and more
  • Use Eris instead of discord.js for the manager and recode how the manager works entirely
  • Remove the use of API keys

And lots more!

What's Changed

  • Bump semver from 5.7.1 to 6.3.1 in /anify-frontend by @dependabot in #2
  • Bump word-wrap from 1.2.3 to 1.2.5 in /anify-frontend by @dependabot in #1
  • Bump systeminformation from 5.17.12 to 5.21.8 in /anify-manager by @dependabot in #4
  • make recent() much more type safe by @skearya in #5
  • Start using Bun! by @Eltik in #6

New Contributors

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