Skip to content

Latest commit

 

History

History
105 lines (65 loc) · 4.81 KB

File metadata and controls

105 lines (65 loc) · 4.81 KB

Changelog

v1.2.0 (2024-06-22)

Description

Improved behaviour related to disconnecting players. Added play again option

What's Changed

  • Feature/dev 122 - Delete players who left in setup by @MarcinSkic in #29
  • Feature/dev 136 - Different guess icon for disconnected players by @MarcinSkic in #30
  • Feature/dev 103 - Play again by @MarcinSkic in #31

Full Changelog: https://github.com/kaczkadevteam/harmonify-api/compare/v1.1.1...v1.2.0

v1.1.1 (2024-06-15)

Description

Done major refactor, fixed round not being skippable if any player disconnected

What's Changed

  • Feature/dev 138 - Create docker config by @MarcinSkic in #26
  • Refactor/dev 134 - Refactor of GameService by @MarcinSkic in #27
  • Feature/dev 135 - Ignore disconnected players when checking if everyone guessed by @MarcinSkic in #28

Full Changelog: https://github.com/kaczkadevteam/harmonify-api/compare/v1.1.0...v1.1.1

v1.1.0 (2024-06-11)

Description

Added ability to quit game

What's Changed

  • Feature/dev 112 - Add quit game option by @radkam2000 & @MarcinSkic in #24

Full Changelog: https://github.com/kaczkadevteam/harmonify-api/compare/v1.0.1...v1.1.0

v1.0.1 (2024-06-09)

Description

Fixed game pause not working correctly

What's Changed

  • Fix/dev 131 - Pause breaking game flow by @MarcinSkic in #25

Full Changelog: https://github.com/kaczkadevteam/harmonify-api/compare/v1.0.0...v1.0.1

v1.0.0 (2024-05-29)

Description

API service has all features neccessary to support Harmonify web game

What's Changed

  • Feature/dev 46 - Create room endpoint by @MarcinSkic in #1
  • Feature/dev 58 - Global error handler by @radkam2000 in #2
  • Feature/dev 49 - Establishing websocket connection by @MarcinSkic in #3
  • Feature/dev 59 - Responses with DTO by @MarcinSkic in #4
  • Feature/dev 60 - Create reconnecting logic by @MarcinSkic in #5
  • Feature/dev 51 - Game starting by @MarcinSkic in #6
  • Feature/dev 52 - Round starting and finishing after time delay by @MarcinSkic in #7
  • Feature/dev 53 - Sending available tracks and options by @radkam2000 in #9
  • Feature/dev 64 - End game after X rounds by @MarcinSkic in #8
  • Feature/dev 56 - Send all data on game start and draw tracks for rounds by @MarcinSkic in #10
  • Feature/dev 54 - Add message for sending guess and calculating round score by @MarcinSkic in #11
  • Feature/dev 55 - Sending round result by @MarcinSkic in #12
  • Feature/dev 75 - Remove round setup, start automatically by @MarcinSkic in #13
  • Feature/dev 74 - Sending final results by @radkam2000 in #14
  • Feature/dev 77 - Add data with what to play to dto's by @radkam2000 in #15
  • Hotfix - Fix splitting guess causing index out of range by @MarcinSkic in #16
  • Feature/dev 70 - Add player names by @radkam2000 in #17
  • Feature/dev 69 - Add sending of a player list on connect and name change by @radkam2000 in #18
  • Feature/dev 97 - More data on round/game finished by @MarcinSkic in #20
  • Feature/dev 124 - 0 points players weren't shown on first roundResult by @MarcinSkic in #23
  • Feature/dev 76 - Ability to pause by host by @radkam2000 in #21

Full Changelog: https://github.com/kaczkadevteam/harmonify-api/commits/v1.0.0