More languages may be introduced in the future, create a github issue if you want a specific missing language.
Bug fixes
Remove self from airdrop
You cannot be both the sender and receiver of a transfer request, so to avoid a failed transaction we're now filtering out the sender account ID from winning ticket holders. The tokens to distribute will be recalculated to account for this ticket holder pool change.
Improvements to the deeplink generating code
Refactored to improve maintainability & readability.
Querying Tusc blockchain separately from Bitshares blockchains works as expected now
Now switches between using bitsharesjs/bitsharesjs-ws & tuscjs/tuscjs-ws
Remove strict react mode to avoid duplicate vdom renders
You should find the app runs more smoothl
Add delays to more input fields, avoiding early recalculations
Rather than recalculate on each key depress, we wait a couple seconds for you to finish typing prior to performing recalculations.
Github Actions build release yml changes
Builds began to fail due to tuscjs & tuscjs-ws being self compiled from bts-cm org repos. Multiple changes had to be made to these repos and this app's action yml config, hence the weird release version.