The online version is available at stm.hauke-stieler.de.
Changes in v1.6.0
:
Notices for self-hosting & admins: Steps you need to do
- If you don't use the provided docker image: Execute the
init-db.sh
script on the existing database to update the schema. Make a backup before doing so ;) - If you do use the docker image, make a backup before updating, because the
init-db.sh
script is executed automatically when the container starts.
Features:
Minor enhancements:
- Make title images smaller #205
- Small redesign of project creation UI #211
- Make too long notifications scrollable #207
- Performance enhancement when subdividing tasks
Bug fixes:
- Certain actions are performed twice #210
- Wrong handling of MultiPolygon geometries when opening task in JOSM #198
Internal:
- Migrate to ESLint #146
- Working stack trace logging for panics