Skip to content

Releases: Rinrin0413/tetr-ch-rs

v0.5.1 (hotfix) 2023-12-01

30 Nov 16:07
ca322b5
Compare
Choose a tag to compare

Fixes

  • Decoding error when the property ts of the object "badges" was not present

v0.5.0 2023-11-30

29 Nov 23:54
cf953fe
Compare
Choose a tag to compare

Fixes

  • Decoding error caused by the TWC badges [#4]
  • Missing property currentbtbchainpower in struct SinglePlayEndCtx [#6]
  • Some outdated example code (01, 04)
  • Some typos in document and CHANGELOG.md

Additions

  • Support new type of line clear "Pentas" and "T-Spin Pentas" [#7]
  • A field group in struct Badge [#5]

Changes

  • Rename a field attack to attacks of struct EndCtxGarbage

Improvements

  • Improve the document
  • Update the library description sentence in README.md and /src/lib.rs

Internal

  • Update .gitignore

v0.4.0 2023-06-29

29 Jun 14:40
e6d7573
Compare
Choose a tag to compare

Changes

  • License changed from GPL-3.0 to MIT.
  • Support TETRA LEAGUE streams and multi player records [#3]
    This has significantly changed the structure around records.

Fixes

  • Fix some typos.

Improvements

  • Make ResponseError a standard error type by @jlkn in [#2]

v0.3.5 2023-05-23

22 May 23:15
b57ae22
Compare
Choose a tag to compare

Improvements

Fixes

  • Fixed redundant and raggedly named functions.

v0.3.4 2022-12-18

17 Dec 22:22
aaeb1f8
Compare
Choose a tag to compare
Update:v0.3.4

Ignore:check_examples.sh

v0.3.3 2022-12-13

12 Dec 21:38
c91ba16
Compare
Choose a tag to compare
Add:a note

v0.3.2 2022-10-28

28 Oct 12:50
aed7404
Compare
Choose a tag to compare

Additions

Improvements

  • Improved the documentation.

v0.3.1 2022-10-25

24 Oct 16:15
85147be
Compare
Choose a tag to compare
  • Fixed forgot to update.

v0.3.0 (support for TETR.IO v6.3.1) 2022-10-25

24 Oct 15:41
9e61646
Compare
Choose a tag to compare

Additions

  • Added a method search_user to Client. You can find TETR.IO users from the Discord account with this method.
  • Added about highest achieved rank (best_rank) to LeagueData and LeagueDataMini.
  • Added connections and distinguishment fields to User.

Improvements

  • Some methods now returns Option<T> for ease of use. Especially with rank icons and rank colors.
  • Improved performance of some methods.

Fixes

  • Fixed some typos...
  • Added some missing methods to the models.

v0.2.1 (hotfix) 2022-09-16

15 Sep 18:08
ef7cfb6
Compare
Choose a tag to compare
  • Fixed the inverse inequality sign.