Skip to content

Releases: Jordi-Jaspers/Aniflix

0.2.4

06 Jun 19:14
b8c8063
Compare
Choose a tag to compare

Hotfix:

  • Fix the password meter not checking the password fields correctly.

0.2.3

06 Jun 18:29
636a87d
Compare
Choose a tag to compare

Hotfix:

  • Wrong progress assigned to the wrong episode when the episode is watched.

0.2.2

06 Jun 15:26
9a7ea4f
Compare
Choose a tag to compare

Hotfix:

  • Set the default episode progress to 0 when the episode is not watched.

0.2.1

06 Jun 12:55
9678d8c
Compare
Choose a tag to compare

Hotfix:

  • Adding episode progress on API calls.
  • Fixing the episode progress not updating when the episode is watched.
  • Remember the last episode list selection when navigating back to the anime.
  • Navigate the episode list to the last seen episode.
  • Fixed health status for all the endpoints.

0.2.0

06 Jun 08:15
c188448
Compare
Choose a tag to compare

ANI-149:

  • Showing a changelog in the application to keep users informed about the changes via a dialog.
  • The dialog contains the changes between the current version and the previous version.

ANI-147:

  • Introduced a loading indicator when interacting with an anime for more user feedback.
    • Loading indicator is necessary because of high latency of some API's

ANI-148:

  • Replacing current toast notifications with a more user-friendly version.

ANI-146:

  • Replace Stripe with 'buy me a coffee' link in the header.

ANI-133:

  • Retrieving the episodes from (api.ani.zip) because that api is more up-to-date, stable and faster.
  • Rerouted all the anime requests to the new api.
  • Removed Tracing from the application because it is unnecessary.
  • Adding datasource proxy for query debugging.
  • Database changes:
    • Added version to the user table for optimistic locking.
    • Dropped image_url column from the episode table.
    • Added a summary to the episode table.
    • Added fan_art and clear_logo to the anime table.

0.1.4

03 Jun 15:38
ee2f8ef
Compare
Choose a tag to compare

ANI-140:

  • Removed the default shadcn logo from the login page.

ANI-142:

  • Adding tailwind prettier configuration.

ANI-141:

  • Removed overkill password requirements in the server.
  • Made the client component more interactive by indicating the password requirements.
  • Strength meter is synced with server requirements.

0.1.3

31 May 21:52
17f8321
Compare
Choose a tag to compare

ANI-135

  • Hotfix: password reset flow did not work because of wrong request form.

0.1.2

31 May 21:28
6290650
Compare
Choose a tag to compare

ANI-134:

  • Try-catch to not break the application when the database is down.
  • Removing first-name and last-name requirement from the user registration form.
  • Increase the default metaspace size and heap size for the JVM.
  • Fixing the forgot password link in the login page.
  • Partly implemented import and export from the library.

0.1.1

31 May 21:27
417c876
Compare
Choose a tag to compare

ANI-133:

  • Adding generic exception handler for all database operations.
  • Fixing the stripe link in the header.
  • Updated the readme for a more professional look.

0.1.0

31 May 10:25
0a703b3
Compare
Choose a tag to compare

Initial Release