Flox Versions Save

Self Hosted Movie, Series and Anime Watch List

2.0.0

4 years ago

Release of version 2.0.0

1.2.2

7 years ago
  • Increase timeout for bigger imports
  • Allow null value for original_title in items table

To upgrade, run:

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

1.2.1

7 years ago
  • Fix migration problem for episode protection

To upgrade, run:

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

1.2.0

7 years ago
  • Add spoiler protection for episode names

spoiler

To upgrade, run:

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

1.1.0

7 years ago
  • 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

1.0.0

7 years ago

After this update, flox will automatically check for new updates if you go to the settings page.

To upgrade, run:

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