You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the struct SinglePlayEndCtx, it appears the currentbtbchainpower property is missing.
This property was said in the API doc. Probably i was overlooking it.
So implement this.
The text was updated successfully, but these errors were encountered:
# v0.5.0 2023-11-30
## Fixes
- Decoding error caused by the TWC badges [[#4](#4)]
- Missing property `currentbtbchainpower` in struct `SinglePlayEndCtx` [[#6](#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](#7)]
- A field `group` in struct `Badge` [[#5](#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`
In the struct
SinglePlayEndCtx
, it appears thecurrentbtbchainpower
property is missing.This property was said in the API doc. Probably i was overlooking it.
So implement this.
The text was updated successfully, but these errors were encountered: