Skip to content

MyAnimeTab v3.0.0

Compare
Choose a tag to compare
@Ari24-cb24 Ari24-cb24 released this 14 Sep 14:56
· 144 commits to master since this release
5627657

This release features the rewrite of MyAnimeTab 🚀

Some Details

As I were somewhat unhappy about myanimetab, I decieded to give it a complete rewrite... and now here it is! Below is a list of the main features but I highly encourage you to try it out yourself. Unfortunately, all your saved data won't be converted. That is because we are now using indexeddb instead of localstorage as localstorage only supported up to 5mb of data and indexeddb supports, well, around 120mb-500mb, depending on the use-case. More storage is really important for future changes. Speaking of future changes, there are still some really cool features planned. It might take a while, thus I already created this release.

  • Rewrite from javascript to tyepscript
  • Rewrite from global css to module css
  • Rewrite from class component to functional components and hooks
  • Now using indexeddb instead of localstorage (which only had like 5mb max)
  • Redesign of the whole settings page including removing and adding components (even multiple ones of the same type)
  • Adding a powerful image playlist section similar to the one wallpaper engine has
    • Image queues, folders and drag-and-drop images
  • Changing font family to Inter

TL;DR:
grafik

What's Changed

Full Changelog: v2.6...v3.0.0