github MDeLuise/plant-it 0.1.0
v0.1.0

latest releases: 0.8.0, 0.7.5, 0.7.4...
9 months ago

๐Ÿš€ 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 and backend upload-dir volume), so you can rollback to the v0.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 called TREFLE_KEY, it is needed to change the key name of that property in the backend.env file before running the containers. For example executing into the shell: sed -i -e 's/TRAFLE/TREFLE/g' backend.env.

๐Ÿ“– Full changelog

0.0.17...0.1.0

Don't miss a new plant-it release

NewReleases is sending notifications on new releases.