New Features
* New `--replace` option for `download users`
* Update metadata for entire user galleries
* Fetch the latest comments with the `--save-comments` option
Changes
* Add comments to `database info`
Fixes
* Fix journals stopping after the first page due to a change in Fur Affinity's journals page that broke the FAAPI parser
* To fix the affected users and download their journals, use the following
command `download update -f journals --stop 9999`
* This will update all users that have `journals` in their folders, and not stop until 9999 journals are found
in the database for each user (or no more journals are available on FA)
* To be sure that all journals are downloaded, a higher stop number can be used
* Fix database merge/copy not working because of `COMMENTS` table
Dependencies
* faapi dependency set to [\~3.6.1](https://pypi.org/project/faapi/3.6.1)
* Fix `FAAPI.journals` not detecting the next page correctly, caused by a change in Fur Affinity's journals page
* falocalrepo-database dependency set to [\~5.2.1](https://pypi.org/project/falocalrepo-database/5.2.1)
* Fix missing support for merge/copy of `COMMENTS` table