Releases: louking/rrwebapp
Releases · louking/rrwebapp
4.0.0
- (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
3.4.0
3.3.2
3.3.1
3.3.0
- (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
3.2.5
3.2.4
- (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)