New Features
* Fully rewritten web server!
* Completely new UI using [Bootstrap](https://getbootstrap.com) for a responsive, modern interface
* Javascript usage has been almost completely eliminated for a much faster experience and lighter load
* Search settings can now be customized for each table and saved in the database
* Search results can be viewed in both list and card (with thumbnails for submissions) mode for all tables and
device sizes
Changes
* A message is now printed when using `database upgrade` on a database that is already up-to-date
* A message is now printed when no users can be updated with `download update` (either because the `--like` queries
returned no results or because the selected users are not active)
* Give meaningful error messages for those cases where the program does not have read or write access to the database
path or its parent folder, or if the latter does not exist
Fixes
* Fix deleted users (accounts that have been removed instead of simply disabled) not being deactivated in the database
during `download users` and `download update`
* Fix watchlists downloads and updates causing users to be deactivated
* Fix uncaught `OperationalError` exception raised when calling `init` with a database path pointing to an external
volume that wasn't mounted or other inaccessible location
Dependencies
* falocalrepo-database dependency set to [\~5.1.2](https://pypi.org/project/falocalrepo-database/5.1.2)
* Add a new `ACTIVE` column to the `USERS` table for easier tracking of inactive users (added in version 5.1.0)
* Fix `CATEGORY` column in the `SUBMISSIONS` not respecting spaces around slashes (/) as they are shown on Fur
Affinity
* falocalrepo-server dependency set to [\~3.0.0](https://pypi.org/project/falocalrepo-server/3.0.0)
* Fully rewritten frontend using Bootstrap and almost no Javascript for a much faster and more responsive experience
* faapi dependency set to [\~3.4.3](https://pypi.org/project/faapi/3.4.3)
* Fix submission category not respecting spaces around slashes (/) as they are shown on Fur Affinity