Skip to content

Releases: mithun-ctrl/senpai-list

Fixed Title and Progress Bar Issue

04 Jan 15:30
32f0f90
Compare
Choose a tag to compare

v1.0.1: Title Display and Progress Bar Fixed

What's Changed

  • Fixed anime titles to properly display in English instead of Japanese characters
  • Improved title localization handling across the watchlist
  • Added seamless draggable progress bar

User Impact

  • All anime titles now display in English by default
  • Improved searchability, list view model, navigation and progress bar
    Screenshot 2025-01-04 205952

Fixed Not Found Error

04 Jan 13:49
f064180
Compare
Choose a tag to compare

Full Changelog: https://github.com/mithun-ctrl/senpai-list/commits/v1.0.0

v1.0.0: Fixed Not Found Error

What's Changed

  • Fixed client-side routing issues when deploying React application on Vercel
  • Added proper configuration for handling client-side routes in production environment
  • Implemented fallback to index.html for SPA routing

Technical Details

  • Updated build settings to properly handle client-side routing
  • Ensured 404 errors are properly redirected to main application

Additional Notes

  • No breaking changes introduced
  • Compatible with existing routes and components
  • Improved user experience with proper route handling

Thanks!