Releases: aussiebroadwan/taboo
v1.2.1
The previous version of the Discord Rich Presence for Taboo would set the watch start as Date.now() which looked a bit weird for when you join a game near the end of its cycle. So now we set the start to the game create time.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
This version introduces Discord Rich Presence to Taboo. This will display an activity card that states the user "Is watching Taboo" and say the game ID and how much longer until the next game is drawn. We still need to design a proper logo for the application.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
This version introduces two additional API endpoints and also serves swagger docs for developers to build external integrations.
GET /api/games/latest
: Get the results of the last game that was drawn.GET /api/games/range?start={start_game_id}&count={num_games}
: Get the results ofcount
number of games starting from thestart
game id./swagger
: Displays the swagger UI and also had access to thedoc.json
.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v1.0.0 marks the initial release of our game engine, featuring the core game loop with integrated RNG service and real-time client communication. Additionally, users can now review previous games using the /game/<game_id>
endpoint.
Full Changelog: https://github.com/aussiebroadwan/taboo/commits/v1.0.0