Skip to content

v1.1.4

Latest
Compare
Choose a tag to compare
@thyb thyb released this 05 Jul 20:11
95027d1

Features

  • (Entities) Auto positioning of entities when multiple entities are added at the same time (e.g. git pull or synchronization)
  • (Settings) Enhance UI
  • (Settings) Add cors options
  • (Server) Increase bodyParser limit (1mb) - configurable in materia.json

Bug Fixes

  • (AppBuilder) Ensure database check always occurs on form changes
  • (Settings) Handle empty db password
  • (Settings) Fix database connection
  • (Settings) Remove dependencies from settings
  • (Controller) Clear require's cache on restart
  • (PackageManager/NPM) Fix upgrade package
  • (Sync) Allow to synchronize when there is collision name (Add alias with as)
  • (Sync) Fix overflow in modal dialog
  • (Sync) Create entity name in database column has the right name
  • (Entities) Possibility to sync when there is no entity
  • (Icon/Linux) Fix .AppImage icon
  • (AutoUpdater) Fix crash on restart after updating the application

Other changes