Skip to content

Releases: tetrjs/tetr.js

v3.5.0

19 Oct 07:16
Compare
Choose a tag to compare

3.5.0 (2021-10-19)

Bug Fixes

  • Channel: Fix CRITICAL cache bug (93ad23e)
  • Channel: Fix cache related errors (b2b6935)
  • Channel: Fixed cache returning wrong data (0aa73a4)
  • Channel: Rename .d.ts to .ts because typescript be like that (604fdab)
  • Channel: Update Types (d5eb4c8)
  • gmupdate.bracket: fix a crash (f1828bf), closes #18

Features

v3.4.0

12 Oct 09:28
Compare
Choose a tag to compare

3.4.0 (2021-10-12)

Bug Fixes

  • Channel: Fix cache related errors (038adff)
  • Channel: Rename .d.ts to .ts because typescript be like that (d657234)
  • Channel: Update Types (bc3cc61)
  • gmupdate.bracket: fix a crash (2663d49), closes #18

Features

v3.3.1

25 Sep 08:11
Compare
Choose a tag to compare

3.3.1 (2021-09-25)

Bug Fixes

  • Channel: Fixed cache returning wrong data (3aa18da)

v3.3.0

17 Sep 04:34
Compare
Choose a tag to compare

3.3.0 (2021-09-17)

Bug Fixes

  • gameplaymanager: accidentally left in a console.log (7e909f7)
  • gameplaymanager: precountdown being counted in games other than first (1bc2a3b)
  • GameplayManager: Add FrameBias (41ca6f0)
  • GameplayManager: Fixed "Sticky Keys" issue (515ca65)
  • GameplayManager: Fixed sending frames even after game ends (7d52823)

Features

  • clientuser: added setHandling (a62263f)
  • gameplaymanager: added Start event (02ded93)
  • gameplaymanager: fixed it by adding full replay (which needs piecesgen) (67f4382)
  • GameplayManager: Add also getting subframe from current frame (93805bb)
  • gameplaytypes: added missing types (65c3271)

v3.2.0

08 Sep 07:41
Compare
Choose a tag to compare

3.2.0 (2021-09-08)

Bug Fixes

  • gameplaymanager: accidentally left in a console.log (296b9cc)
  • gameplaymanager: precountdown being counted in games other than first (0d4916d)
  • GameplayManager: Fixed "Sticky Keys" issue (f43c5de)

Features

  • clientuser: added setHandling (8a549ed)
  • gameplaymanager: added Start event (b530792)
  • GameplayManager: Add also getting subframe from current frame (3051145)
  • gameplaytypes: added missing types (c1fcae5)

v3.1.0

10 Aug 09:11
Compare
Choose a tag to compare

3.1.0 (2021-08-10)

Features

  • gameplaymanager: fixed it by adding full replay (which needs piecesgen) (16b95a9)

v3.0.0

04 Aug 04:13
Compare
Choose a tag to compare

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

v2.0.0

16 Jun 20:43
Compare
Choose a tag to compare

2.0.0 (2021-06-16)

Bug Fixes

  • detail type: added missing details (90d22f0)
  • websocketmanager.ts: fixed disconnection (8aa9fe3)
  • what I have so far for the disconnect (1ea5ece)

BREAKING CHANGES

  • The process does not exit properly -- lmao didn't know what this did. now I know it makes it a major update

v1.2.0

15 Jun 21:41
Compare
Choose a tag to compare

1.2.0 (2021-06-15)

Bug Fixes

  • added square brackets around quality check (b51ddce)
  • allowed only ubuntu systems and node version 14.x (f9c89a9)
  • extended the timeout length on Mocha (2346612)
  • fix pls???? (e9f9f59)
  • fixed the timeout on mocha (ca6254b)
  • reee removed other versions (2ab8822)
  • removed Node V10.x as it does not work with our tests (b6e1810)

Features

Bug Fixes

15 Jun 07:30
e115a77
Compare
Choose a tag to compare
  • Fixed the queries for the Tetra Channel API