Changes:
- Allow setting
LOGGING_LEVEL
through an environment variable. - Set default value for the
KERKOAPP_MIME_TYPES
variable to['application/pdf']
. - Fix
.env
file sometimes not read at app startup. - Add a root logging handler.
- Improve documentation.
Warning: Upgrading from version 0.4 or earlier will require that you clean and re-sync your existing search index. Use the following commands:
flask kerko clean index
flask kerko sync
Changes:
- Upgrade Kerko to version 0.5.
- Read new Kerko configuration variables from the environment.
- Deprecate abandoned environment variables.
- Use new Kerko template name configuration variables.
- Update versions of pinned dependencies.
- Improve documentation of configuration variables.
Changes:
- Upgrade Kerko to version 0.4.
- Update versions of pinned dependencies.
- Improve documentation.
Changes:
- Upgrade Kerko to version 0.3.
- Provide a Docker container with KerkoApp (#6, #7). Thanks Emiliano Heyns.
- Read more Kerko configuration variables from the environment.
- Improve documentation.
- First PyPI release.