Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 04:13
· 251 commits to stable since this release

3.0.0 (2021-08-04)

Bug Fixes

  • client: added compatibility for NodeJS <v15 (hopefully) (1116be4)
  • detail type: added missing details (c41506e)
  • gameplaymanager: fix sending replay packets when not playing (b16b95d)
  • gameplaymanager: fixed bug in getting current frame (338d5d6)
  • gameplaytypes: fixed Typo (8dee355)
  • websocketmanager.ts: fixed disconnection (215a366)
  • what I have so far for the disconnect (1d390c3)

Features

  • chat: added content_safe for people who want censored fucking swearing (be7d85c)
  • gameplay: add variables to GameplayManager (89c4168)
  • gameplay: added start of GameplayManager functions (f7fac18)
  • gameplaymanager: added setTarget (6e02bc8)
  • gameplaymanager: now recieves lines (18ae385)
  • gameplaytypes: added Gameplay Types (8fe4ad3)
  • user: added DM fetching (0dd2758)
  • user: added the ability to invite users (0949312)

Performance Improvements

  • client: massively improved Commit ID fetching speed (b833675)
  • client: now takes the commit id straight from the api (which in fact does exist) (7a9edc3)

BREAKING CHANGES

  • The process does not exit properly