Skip to content

Releases: Kurozora/kurozora-web

Database Improvements & Email Updates

05 May 10:07
52ca148
Compare
Choose a tag to compare
Pre-release

#133: Updated email verification template with the Kurozora branding.
#134: Added staff roles migration nova resource, model, factory and seeder.
#135: Added media (anime/manga) relations to the database and removed the AnimeRelationType enum.
#136: Refactored the relationship between actor character and anime so it's simpler. Also renamed the relationship to AnimeCast so it makes more sense, and it's shorter.

Status & Improvements

02 May 23:13
15b4947
Compare
Choose a tag to compare
Status & Improvements Pre-release
Pre-release

#129: Replaced AnimeStatus enum with a proper in database support for status.
#130: Renamed MediaSource to Source so that term usage is more consistent.
#131: Refactored code base so it's more reliable.
#132: Updated the password reset email template to include the Kurozora branding.

Media Source

30 Apr 22:29
80841a9
Compare
Choose a tag to compare
Media Source Pre-release
Pre-release

#128 : Added new media (anime/manga) sources to the database. This replaces the old AnimeSource enum which was a simple solution but lacked flexibility. This also includes a new Nova resource for managing media sources.

Media Types

29 Apr 23:48
82c3829
Compare
Choose a tag to compare
Media Types Pre-release
Pre-release

#126: Added new media (anime/manga) types to the database. This replaces the old AnimeType enum which was a simple solution but lacked flexibility. This also includes a new Nova resource for managing media types.
#127: Also added uniqueness so the media types are, well unique.

TV Rating Weights & Misc

28 Apr 23:17
ccec8f4
Compare
Choose a tag to compare
Pre-release

#123: All routes now have a name so that route caching is supported.
#124: No longer needed platform hooks and nginx config have been removed.
#125: Weights have been added to TV ratings to keep track of what users are allowed access to instead of the finicky id.

Improved Legal

27 Apr 21:28
Compare
Choose a tag to compare
Improved Legal Pre-release
Pre-release

#122: New improvements were made to the legal pages including:

  • Internal refactoring of how the legal docs are fetched.
  • OpenAPI specs updated with the Terms of Use endpoint.
  • Static directory is now called docs to better represent the legal resources.

Supercharged Anime Details

25 Apr 23:10
Compare
Choose a tag to compare
Pre-release

#121: With this update comes a beautiful and better functioning anime details page which includes:

  • A quick info overview with poster and banner images.
  • Badges with different information such as user rating, ranking, and TV rating.
  • Expandable synopsis option.
  • Information section with all the data.
  • User ratings section.
  • Copyright notice section.

And most importantly, the layout adapts up to 5 screen sizes from extra small to 2x extra large.

Pixel Perfect!

TV Ratings

23 Apr 22:40
dd94128
Compare
Choose a tag to compare
TV Ratings Pre-release
Pre-release

#119: Added the option to filter anime according to the user's preferred TV rating.

Error Views

21 Apr 23:20
bf9ab7e
Compare
Choose a tag to compare
Error Views Pre-release
Pre-release

#118: Added 4 beautiful error pages complete with images and silly text messages.

Website Improvements

21 Apr 21:04
510d9bb
Compare
Choose a tag to compare
Website Improvements Pre-release
Pre-release

#117: The release includes some improvements to the website itself, which includes:

  • A better layout free of the old style background image.
  • A better typography with elegant font wight and size.
  • A clean overall aesthetic of the detail pages (anime/profile/thread).
  • A more defined design for authentication pages (sign in/up, 2FA, reset password, etc.)
  • A nice footer with links to legal pages and some profile related actions.