Skip to content

Releases: devfake/flox

2.0.0

22 Dec 18:11
06d7826
Compare
Choose a tag to compare

Release of version 2.0.0

1.2.2

15 Dec 11:33
Compare
Choose a tag to compare
  • 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

14 Dec 16:43
Compare
Choose a tag to compare
  • 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

12 Dec 08:26
Compare
Choose a tag to compare
  • 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

30 Nov 14:40
Compare
Choose a tag to compare
  • 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

30 Nov 10:44
Compare
Choose a tag to compare

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