Skip to content

Releases: na-ji/leaderboard

v4.4.1

10 Oct 17:51
Compare
Choose a tag to compare

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

10 Oct 17:04
Compare
Choose a tag to compare

4.4.0 (2021-10-10)

Features

  • leaderboard: increase table height (6f36f1e)

v4.3.0

09 Oct 18:22
Compare
Choose a tag to compare

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

27 Sep 17:15
Compare
Choose a tag to compare

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

26 Sep 18:21
Compare
Choose a tag to compare

4.1.0 (2021-09-26)

Features

  • auth: check discord guild membership and role (01b733c)

v4.0.0

26 Sep 15:08
Compare
Choose a tag to compare

4.0.0 (2021-09-26)

Features

  • rename leaderboard table (66fdb3b)

BREAKING CHANGES

  • the trainer_data table is now named pogo_leaderboard_trainer_history

v3.5.0

26 Sep 14:21
Compare
Choose a tag to compare

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

25 Sep 20:35
Compare
Choose a tag to compare

3.4.0 (2021-09-25)

Features

  • reduce horizontal padding (a277390)

v3.3.2

25 Sep 20:31
Compare
Choose a tag to compare

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

25 Sep 19:49
Compare
Choose a tag to compare

3.3.1 (2021-09-25)

Performance Improvements

  • leaderboard: replace mui-grid by ag-grid (140498a)