* Exclude .md files from Codacy checks * Add support for snap runtime detection
0.2.25
* Add improved HTTP header options using package `secure` * Set session protection of login manager to `strong` * Add utility function `get_today` * Closes [LittleBrother issue 144](https://github.com/marcus67/little_brother/issues/144) * Closes [LittleBrother issue 138](https://github.com/marcus67/little_brother/issues/138) * Exclude alembic files from coverage analysis * Fix alembic at 1.5.8 * Remove German logging messages * Closes [LittleBrother issue 154](https://github.com/marcus67/little_brother/issues/154) * Upgrade WTForms to version 3.0.0a1
0.2.24
Not secure
* Add option `--allow-releaseinfo-change` to `apt-get update`
0.2.23
Not secure
* Update Italian localization * Add missing dependencies to `requirements.txt`
0.2.22
* Don't require users in /etc/passwd to have actual passwords in order to be used for the new user list
0.2.21
* New exception `RangeNotSatisfiableException` * Add support for parameters for requests methods "POST", "PUT", and "DELETE" * Support for https://github.com/marcus67/little_brother/issues/130