Skip to content

1.1.0

Compare
Choose a tag to compare
@devfake devfake released this 30 Nov 14:40
· 217 commits to master since this release
  • Add translations for update messages
  • Fix episode number if it > 99
  • Toggle button to check or uncheck all episodes of an season once

To upgrade, run:

git fetch
git checkout 1.1.0
cd backend
composer install
php artisan migrate