Skip to content

OpenStop v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 14:02
· 181 commits to master since this release

There wasn't a release for quite a while now, but with this one we introduce some major changes. We hope you like them as much as we do 😃

What Changed

  • First release with multi-language support 🥳 (#171, #175 & #189)

    • German and English available ( Still WIP > changeset comments and map features need to be translated) (See #148)
    • WIP: Implementing translation tool for more languages
  • UI/UX changes:

    • Stops are no longer visualized as circles and are automatically loaded/discovered when coming into view 🎉 (#172)
    • New ripple loading indicator
    • Overview with 3 states (unknown, questions available, completed)
    • Completed stops are now visually indicated
    • Fix minimizing marker when moving out of screen (#184)
    • Improve marker zoom to only zoom in (#181)
    • Replaced multiple images
  • Adapted questions:

    • Change any OSM length units from cm to m (#183) (Fixes #128)
    • Migrate lift and ramp questions to new scheme (#204)
    • Advance surface question (thanks to @Henry00572) (#197)
    • Differentiate between revolving doors and other types (#186)
    • Other various question improvements
  • New questions:

    • Railway crossings (chicane, barrier, warning light and whistle) (#195)
    • Tactile paving questions for stairs and crossings (#190)
    • Platform illumination (#193)
    • Mode-of-transport question (#187)
  • New advanced questions:

    • DHID (IFOPT for stops) (#192)
    • Width of narrows at stop (#191)
  • Backend improvements:

    • Create foundation for exchangeable questions catalogs
    • Revoke OAuth2 token on logout (#196) (Fixes #129)
    • Simplify changeset comment to only include a single stop name (#199)
    • New expressions (PAD, REPLACE, INSERT) (#179)
    • Reworked a lot of app code for better maintainability and performance

New Contributors

@Henry00572
@yulieth9109

Full Changelog: v0.4.4...v0.5.0