Releases: EmilienLeroy/HighScore
Releases · EmilienLeroy/HighScore
Release list
v0.4.2
v0.4.1
0.4.1 - 2023-01-25
Fixed
- Fixed
/downloadredirect for iPhone, iPad and iPod when usingHIGHSCORE_IOS_DOWNLOAD_URL. - Fixed
/downloadredirect for MacOS when usingHIGHSCORE_MACOS_DOWNLOAD_URL.
v0.4.0
0.4.0 - 2022-12-23
Added
- Add a
metafield to the score model to store custom data. - Implement a category system by adding a
categoryfield. - 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
0.3.0 - 2022-12-09
Added
- Add a
/downloadendpoint. 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
v0.2.0
0.2.0 - 2022-10-26
Added
- Uses a session to store user score.
- Add
/api/score/meendpoint to get all scores for a user. - Add
/metricsendpoint to get metrics usingprom-client. - Add a score view to see and share a specific score.
- Add options to disable
/docsand/metricsendpoint. - Add options to use basic auth for
/docsand/metricsendpoint.