myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 22830af6a7946243c2d9e7982e2b815bd7a2db6a
parent 077905c2a3350fbbd8b78670f35ec56fcac201ee
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri,  7 Apr 2023 19:26:08 +0200

release version 0.3

Diffstat:
MCHANGELOG.md | 13++++++++++++-
Msrc/App.js | 2+-
2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,15 @@ -## [0.3 Unreleased] +## [0.4 Unreleased] + +## [0.3] - 2023-04-07 + +### Changed +* fix: loop in heat list (#f13097) + +### Added +* feat: modify startlist, add/remove athletes +* feat: modify athletes, create/remove athletes +* feat: loading indicators +* feat: cleanup database subscriptions to increase performance (#b16427) ## [0.2] - 2023-04-03 diff --git a/src/App.js b/src/App.js @@ -28,7 +28,7 @@ function Layout({session}) { <Outlet /> <div> <br /> - MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.3-nightly</a> + MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.3</a> </div> </div> )