Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@hauke96 hauke96 released this 14 Aug 20:30
c455ec3

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:

  • Ability to add comments to tasks and projects #20
  • Make data source of JOSM configurable #206

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