Skip to content

MyAnimeTab v4.0.0

Compare
Choose a tag to compare
@Ari24-cb24 Ari24-cb24 released this 06 Jan 10:24
· 26 commits to master since this release
cd4314d

v4.0.0: Widget mover

This update took me a long time as it introduces the new widget mover feature. See below for a little explanation.

A widget mover has been implemented. This provides the functionality to move widgets to any place you want to. Because those positions use percentages (and thus are influenced by the browsers window width and height), snap lines have been implemented which the widgets can snap to. To access this mover mode, go to settings and click on the mover icon on the top right corner. Note that this mode might have some bugs as I introduced a lot of code. That's why I put the beta label there.

If you don't know what all of these buttons do, hover over them with your mouse.

Also, did that

  • Implemented Widget Mover ( #141, #119 )
  • Added layout chooser when the user initially downloads myanimetab
  • Fixed control bar buttons not doing anything
  • Added scrollbar to queue ( #115 )
  • Fixed z-index on checkbox being way too high ( #110 )
  • Added create image button to image section ( Authored by @semnim )
  • Added recursive searchbar to image section ( #120, #126, Authored by @semnim and @marklse568 )
  • Made search suggestions selectable with arrow keys
  • Now using an enum instead of legacy strings for event names
  • Fixed axios in weather widget validating status and thus not showing the different issues

What's Changed

New Contributors

Full Changelog: v3.0.2...v4.0.0