Releases: na-ji/leaderboard
Releases · na-ji/leaderboard
v4.4.1
4.4.1 (2021-10-10)
Bug Fixes
- force every pages to revalidate (d71b6d5)
Performance Improvements
- reduce number of queries when fetching period leaderboard (a08263c)
v4.4.0
4.4.0 (2021-10-10)
Features
- leaderboard: increase table height (6f36f1e)
v4.3.0
4.3.0 (2021-10-09)
Bug Fixes
- fix leaderboard table not creating when using different db (f9b52aa)
Features
- period-leaderboard: compute leaderboard with minimum data (0224b66)
Now the 7 and 30 days leaderboards can be computed even wihout 7/30 days of data. It will take the
first data available in the period.
v4.2.0
4.2.0 (2021-09-27)
Features
- auth: log when someone try to login (eae78bc)
- leaderboard: add total column in collection leaderboard (09dca96)
v4.1.0
4.1.0 (2021-09-26)
Features
- auth: check discord guild membership and role (01b733c)
v4.0.0
4.0.0 (2021-09-26)
Features
BREAKING CHANGES
- the
trainer_data
table is now named pogo_leaderboard_trainer_history
v3.5.0
3.5.0 (2021-09-26)
Features
- add a pretty print logger (2869714)
- add port configuration (a4a120e)
- automate schema creation (f1fbf92)
- automatically update trainer history when running app (d205915)
v3.4.0
3.4.0 (2021-09-25)
Features
- reduce horizontal padding (a277390)
v3.3.2
3.3.2 (2021-09-25)
Performance Improvements
- leaderboard: reduce size of ag-grid bundle (a2876da)
- period-leaderboard: reduce size of payload (9525fa6)
v3.3.1
3.3.1 (2021-09-25)
Performance Improvements
- leaderboard: replace mui-grid by ag-grid (140498a)