8000 Releases · aussiebroadwan/taboo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: aussiebroadwan/taboo

v1.2.1

28 Mar 00:16
Compare
Choose a tag to compare

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

27 Mar 13:43
b755c23
Compare
Choose a tag to compare

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

26 Mar 12:10
d3e7f38
Compare
Choose a tag to compare

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 of count number of games starting from the start game id.
  • /swagger: Displays the swagger UI and also had access to the doc.json.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

25 Mar 13:36
Compare
Choose a tag to compare

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

0