Skip to content

Releases: EmilienLeroy/HighScore

v0.4.2

14 Mar 17:51
Compare
Choose a tag to compare

0.4.2 - 2024-03-14

Fixed

  • Uniformize use of port 8081 in app and doc. #12

v0.4.1

25 Jan 06:25
Compare
Choose a tag to compare

0.4.1 - 2023-01-25

Fixed

  • Fixed /download redirect for iPhone, iPad and iPod when using HIGHSCORE_IOS_DOWNLOAD_URL.
  • Fixed /download redirect for MacOS when using HIGHSCORE_MACOS_DOWNLOAD_URL.

v0.4.0

23 Dec 05:56
Compare
Choose a tag to compare

0.4.0 - 2022-12-23

Added

  • Add a meta field to the score model to store custom data.
  • Implement a category system by adding a category field.
  • Create a category view to display all scores within a specific category.
  • Add a privacy view that can be configured using environment variables.

v0.3.0

09 Dec 06:01
Compare
Choose a tag to compare

0.3.0 - 2022-12-09

Added

  • Add a /download endpoint. This route allow you to redirect users depending on their platform.
  • Add a bad words filter to prevent score with an offensive name.
  • Add a rate limit to the whole app to prevent spam.

v0.2.1

28 Oct 04:56
Compare
Choose a tag to compare

0.2.1 - 2022-10-28

Fixed

  • Fix dist folder path for docker. Now the app start with docker.

v0.2.0

26 Oct 04:49
Compare
Choose a tag to compare

0.2.0 - 2022-10-26

Added

  • Uses a session to store user score.
  • Add /api/score/me endpoint to get all scores for a user.
  • Add /metrics endpoint to get metrics using prom-client.
  • Add a score view to see and share a specific score.
  • Add options to disable /docs and /metrics endpoint.
  • Add options to use basic auth for /docs and /metrics endpoint.

v0.1.1

13 Aug 10:42
Compare
Choose a tag to compare

0.1.1 - 2022-08-13

Fixed

  • Update CI docker build job.