Skip to content

Releases: aridevelopment-de/myanimetab

MyAnimeTab v4.1.1

04 Mar 22:21
83643b3
Compare
Choose a tag to compare

Quick bugfix caused by previous release

What's Changed

Full Changelog: v4.1.0...v4.1.1

MyAnimeTab v4.1.0

04 Mar 21:50
9ea818e
Compare
Choose a tag to compare

Timed Queues

You can now set a time-range on queues and they'll be automatically selected when the time is reached.

Rough Changes

  • Fixed clock not vanishing when autohide triggered
  • Added widget fade-in on page load
  • Made background color black (when image wasn't loaded yet)
  • Add blur & brightness-in animation for body
  • Added timed queues

Rough Internal Changes

  • Added number input option to widget settings
  • Sorted devdependencies and dependencies
  • Updated every dependency to the latest version
  • Added registerDefault parameter to useSetting

What's Changed

Full Changelog: v4.0.1...v4.1.0

MyAnimeTab v4.0.1

06 Jan 10:46
78dac48
Compare
Choose a tag to compare

Quick fix update

The last update made using myanimetab impossible. This update should fix it

What's Changed

Full Changelog: v4.0.0...v4.0.1

MyAnimeTab v4.0.0

06 Jan 10:24
cd4314d
Compare
Choose a tag to compare

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

MyAnimeTab v3.0.2

19 Sep 10:02
c4905b3
Compare
Choose a tag to compare

Bugfix release

This release fixes current_image's value not being set and thus causing a black screen

What's Changed

Full Changelog: v3.0.1...v3.0.2

MyAnimeTab v3.0.1

15 Sep 11:33
8b69bf2
Compare
Choose a tag to compare

This release mainly fixes bugs that were introduced from the rewrite:

  • database not being initialized correctly on first time use of myanimetab (the page now reloads when a specific database field isn't set)
  • #107 by checking if the color value is null
  • Removed dotsfont and google font queries and added inter via fontsource

What's Changed

Full Changelog: v3.0.0...v3.0.1

MyAnimeTab v3.0.0

14 Sep 14:56
5627657
Compare
Choose a tag to compare

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

Myanimetab v2.6

11 May 17:20
Compare
Choose a tag to compare

This release is mainly just a bugfix release. It will be probably the last release in a while. Read the following

New plans

I'm feeling unhappy about myanimetab and how it is at the moment. Thats why I decieded to start a rewrite (the third one already) of myanimetab and finally be happy about internal and external structures. This will probably going to take a while but it's a must-do for this project. See #63 for more details and if you have any suggestions, feedback, critic or general questions, feel free to join our discord at https://aridevelopment.de/dc

What's Changed

Full Changelog: v2.5...v2.6

Myanimetab v2.5

30 Apr 18:13
4d56c71
Compare
Choose a tag to compare

Widget Settings Page update 🔍

You're now able to search specific settings for widgets:

grafik

Added Cypress tests

This is not something that you should care about but we now have automated testing of our elements. Helps catching bugs faster!

Style Changes

Some styles of widgets changed. See for yourself 😄

Detailed Changelist

Full Changelog: v2.4...v2.5

Myanimetab v2.4

14 Apr 13:43
Compare
Choose a tag to compare

Searchbar Update 🔍

This release updates the searchbar. It adds an icon to the left of the searchbar
grafik

When clicking on that icon, you'll be able to quickly switch to another search eninge
grafik

This release also fixes a lot of bugs and changes style issues. I also added some media queries because I want to consider a port to mobile.

What's Changed

Full Changelog: v2.3...v2.4