Skip to content

Commit

Permalink
Update:v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinrin0413 committed Oct 24, 2022
1 parent a17b71e commit 9e61646
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<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

- Fixed the inverse inequality sign.
Expand Down

0 comments on commit 9e61646

Please sign in to comment.