Skip to content

Releases: na-ji/leaderboard

v7.1.3

05 Oct 19:27
Compare
Choose a tag to compare

7.1.3 (2023-10-05)

Bug Fixes

  • fix server not starting (239d1f4)

v7.1.2

20 Apr 14:52
Compare
Choose a tag to compare

7.1.2 (2023-04-20)

Bug Fixes

  • auth: check role on every guild the user is member of (5052795)

v7.1.1

12 Apr 22:08
Compare
Choose a tag to compare

7.1.1 (2023-04-12)

Bug Fixes

  • fix server not starting with ESM modules (00e0904)

v7.1.0

04 Apr 17:16
Compare
Choose a tag to compare

7.1.0 (2023-04-04)

Bug Fixes

  • profile: fix last seen displaying wrong time (06b9a5e)

Features

  • profile: add tooltip to last seen displaying full datetime (3c8ffcc)
  • profile: display badge icon depending on tier (d34954f), closes #489

v7.0.0

21 Mar 19:19
Compare
Choose a tag to compare

7.0.0 (2023-03-21)

Features

  • add support for friend code scanning (745b8bf)
  • fetch profile page depending on trainer name instead of friendship id (d18512b), closes #488

BREAKING CHANGES

  • Player profile URL now uses trainer name instead of friendship ID.
    You will get a 404 page not found on previous URLs.

v6.0.6

10 Mar 08:29
Compare
Choose a tag to compare

6.0.6 (2023-03-10)

Bug Fixes

  • prevent build from crashing when GO battle league is over (ac2e580)

v6.0.5

22 Feb 17:15
Compare
Choose a tag to compare

6.0.5 (2023-02-22)

Bug Fixes

  • auth: properly log errors when using discord API (27381b3)

v6.0.4

17 Feb 13:32
Compare
Choose a tag to compare

6.0.4 (2023-02-17)

Bug Fixes

  • period-leaderboard: fix progression defaulting to 0 when a value is new (54d36cf)

v6.0.3

17 Feb 11:19
Compare
Choose a tag to compare

6.0.3 (2023-02-17)

Bug Fixes

  • config: set default role id to empty array (a76ac33)
  • discord-auth: check if config is correct before taking decision on providing access (8331275)
  • period-leaderboard: fix missing columns when computing progression (395a155)

v6.0.2

13 Feb 21:47
Compare
Choose a tag to compare

6.0.2 (2023-02-13)

Bug Fixes

  • correctly set PORT before starting nextjs server (fa9cb22)