From 9e61646ffb4f37dfc3b2f24d2cbd491e5624c074 Mon Sep 17 00:00:00 2001 From: "Rinrin.rs" Date: Tue, 25 Oct 2022 00:37:54 +0900 Subject: [PATCH] Update:v0.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e2008..7852f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# v0.3.0 (support for TETR.IO v6.3.1) 2022-10-24 + +## Additions + +- Added a method [`search_user`](https://docs.rs/tetr_ch/0.3.0/tetr_ch/client/struct.Client.html#method.search_user) to [`Client`](https://docs.rs/tetr_ch/0.3.0/tetr_ch/client/struct.Client.html). You can find TETR.IO users from the Discord account with this method. +- Added about highest achieved rank (`best_rank`) to [`LeagueData`](https://docs.rs/tetr_ch/0.3.0/tetr_ch/model/league/struct.LeagueData.html) and [`LeagueDataMini`](https://docs.rs/tetr_ch/0.3.0/tetr_ch/model/league_leaderboard/struct.LeagueDataMini.html). +- Added connections and distinguishment fields to [`User`](https://docs.rs/tetr_ch/0.3.0/tetr_ch/model/user/struct.User.html). + +## Improvements + +- Some methods now returns `Option` 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 - Fixed the inverse inequality sign.