Skip to content

Releases: louking/rrwebapp

4.0.0

14 Feb 16:12
Compare
Choose a tag to compare
  • (new) now runs as docker stack (#612)
  • (docs) docs: remove special processing for 800m decathlon
  • (docs) readthedocs build error corrected
  • below are related to docker stack migration and updated python version (#612)
    • (fix) Download Results: pattern syntax now doesn't throw error (#615)
    • (fix) clubmember doc string syntax doesn't throw error (#616)
    • (fix) Results Analysis Collect: invalid characters in race name doesn't crash process (#618)
    • (fix) app, celery, celerylongtask share /tmp folder for file sharing (#620)
    • (fix) add user does not cause exception (#625)
    • (internal) celery services now connect to rabbitmq service (#617)
    • (internal) attempts to fix slow initial start (not successful) (#627)

3.4.1

16 Mar 18:37
Compare
Choose a tag to compare
  • (fix) members download now supports non-binary correctly (#595, #544)

3.4.0

24 Jan 19:50
Compare
Choose a tag to compare
  • (new) age grade table stored in database, uses surface (#520, #163, #123)
  • (tweak) results analysis summary view: add num races filter (#586)

3.3.2

05 Dec 20:46
Compare
Choose a tag to compare
  • (tweak) results analysis summary view: add age, gender filters (#529)
  • (fix) upgrade datatables, et al, adding Responsive (#581)

3.3.1

03 Dec 11:26
Compare
Choose a tag to compare
  • (fix) results analysis: doesn't crash if trendline can't be calculated (#580)

3.3.0

05 Sep 19:31
Compare
Choose a tag to compare
  • (fix) download results view: gives error message if missing results set (#512)
  • (fix) debug can be done only by owner
  • (fix) remove feedback link
  • (docs) prevent doc formatting issues (louking/members#518)
  • (internal) upgrade to python 3.9 (#569)
  • (internal) upgrade to flask-security 4.1.5 (#570, #569)
  • (internal) updates for debugging
  • (internal) user view now supports flask-security-too 4.x, using global user_datastore (#572)
  • (internal) use new mail_util_class for flask-security (#573)
  • (internal) download results: flask.send_file download_name replaces attachment_filename in flask 2.x (#575)

3.2.6

01 Jul 17:49
Compare
Choose a tag to compare
  • (fix) standings view: ties (or lack) are now handled correctly (#565)

3.2.5

05 Jun 16:07
Compare
Choose a tag to compare
  • (fix) edit participants: membersonly race closeage gives choices again (#564)

3.2.4

21 May 20:07
Compare
Choose a tag to compare
  • (new) import results: now normalizes name capitalization as results are imported (#563)
    • note this only affects new runners added by results for nonmember race series
    • names which were in the database before the results import are not updated by this update
  • (tweak) edit participants: show spinner when updating filter (#562)
  • (fix) results import: runner with same age is not candidate if there's a closer name match (#558)
    Also covers
    • import results: runner names should be checked with case insensitive matching (#559)
  • (fix) Edit Participants tabulate: club alternates are checked using lower case club names (#561)
    Also covers
    • club affiliation view: when adding new values, allow similar but different values to be added (#560)
  • (fix) manage members view now shows non-members (#557)

3.2.3

12 Mar 19:54
Compare
Choose a tag to compare
  • (docs) members view As Of filter (#549)