Skip to content

Releases: tullinge/booking

v0.1.3

25 Jan 23:19
04e838c
Compare
Choose a tag to compare

v0.1.3

Enhancements

  • Refactor: reformat HTML-templates using code formatter prettier (#67).

v0.1.2

08 Jan 20:11
dab5866
Compare
Choose a tag to compare

v0.1.2

Enhancements

  • Rewrite Set-Cookie HTTP header within nginx using map, adds the SameSite=Strict flag to the default Flask header #63.

Bugs

  • Replaced faulty proxy_hide_header with uwsgi_hide_header #66.

v0.1.1

20 Dec 20:45
cd4dfad
Compare
Choose a tag to compare

v0.1.1

Minor hotfix for a bug that was discovered in v0.1.0 (and minor changes).

Changelog

Features

  • Display student answers for questions when booking an activity (on /confirmation page, students).

Bugs

  • Fix #60 - Correctly perform string validation on new passwords (admin password change).

Enhancements

  • Solve LGTM.com alerts.
  • Add required to all HTML forms where input is required (better user experience).
  • Remove unused import.

v0.1.0

20 Dec 16:50
2ded745
Compare
Choose a tag to compare

v0.1.0

The first release of tullinge/booking.

Changelog

  • Initial release