Skip to content

v0.18.0

Compare
Choose a tag to compare
@felixrindt felixrindt released this 26 Oct 09:21
· 116 commits to main since this release

What's Changed

Features

  • Improve login view by @felixrindt in #1374
    • When using exactly one SSO-Provider, users can be directly redirected to it
    • visual improvements like showing the instance name and layout changes
  • add API time filters by @felixrindt in #1402
    • Deprecation warning: We've deprecated the old time range filters like start_gte on the participations viewset in favor of providing start_time_after, start_time_before, end_time_after, end_time_before using IsoDateTimeFromToRangeFilter that now provides these filter options for the Events, Shifts and Participations Viewsets

Bugfixes

Other Changes

Full Changelog: v0.17.3...v0.18.0