issues
search
osuTitanic
/
deck
Client API server for osu! stable clients
MIT License
4
stars
3
forks
source link
Implement new client endpoints
#201
Closed
Lekuruu
closed
10 months ago
Lekuruu
commented
10 months ago
Changes
Fixed osu config parsing (
https://github.com/osuTitanic/deck/commit/f062c7a03cc3f942c0e478b5c215a6581bc9e28e
)
Added bundled beatmap downloads (
https://github.com/osuTitanic/deck/commit/b4f28289502044853967201ec358bcbabe9c2085
)
Fixed client hash mismatching in newer versions (
https://github.com/osuTitanic/deck/commit/f055e7e940a48b65d353b13cc6a396aa1dc516c7
)
Fixed username in score string (
https://github.com/osuTitanic/deck/commit/81daa4407ae6fbce0965b3a73b61d09bca236882
)
Implemented new leaderboard versions (
https://github.com/osuTitanic/deck/commit/e46df2a8c0bce6c38b710a0248f291f499ff83c3
)
Implemented new osu!direct search versions (
https://github.com/osuTitanic/deck/commit/0b7b267d71fa44b62e4178016e5a9cb08e3a439e
)
Added new client flags to score submission (
https://github.com/osuTitanic/deck/commit/67354710fdc3165bde55cff0ff88addad8f34341
)
Lekuruu
commented
10 months ago
Fixed osu!direct headers
Changes