Both the database and server modules have been update to versions 3.5.0 and 1.3.1 respectively. The database now holds a
history of all commands (except for version printing and help) instead of just last start and last update, and A
new `database history` command was added to print the commands' history.
When a non-help command is used, the program now checks for updates to its components and prints them to screen.
More exceptions are caught now and exit with a specific code; unforeseen exceptions are also caught and their trace
saved to FA.log.
Changes
* Added `database history` command
* Catch ConnectionError and sqlite3.DatabaseError
* Catch general Exception and BaseException and print trace to FA.log
Fixes
* Fix error with manual submissions and journals
Dependencies
* falocalrepo-database dependency set to [\~3.5.0](https://pypi.org/project/falocalrepo-database/3.5.0)
* falocalrepo-server dependency set to [\~1.3.1](https://pypi.org/project/falocalrepo-server/1.3.1)