๐ New features and improvements
- Add the possibility of customize species provided by Trefle
- Add unit test for the backend
- Add system logs (use the new backend parameter
LOG_LEVEL
) - Simplify DB entities schemas
- Improve overall stability of the app
๐ Bug fixes
- Fix typo in
TRAFLE_KEY
parameter (see breaking changes below) - Fix a issue that cause sometime to render wrong images for species and plants thumbnails
๐งจ Breaking changes
- Before updating to the new version of the app, please save a copy of the app data (
db container volume
andbackend upload-dir volume
), so you can rollback to thev0.0.17
if any problem occurs. This should not happens, but since some DB schemas are changed it's better to keep a copy of the system data before updating. - Since the
TRAFLE_KEY
parameter is now calledTREFLE_KEY
, it is needed to change the key name of that property in thebackend.env
file before running the containers. For example executing into the shell:sed -i -e 's/TRAFLE/TREFLE/g' backend.env
.