<!-- Release notes generated using configuration in .github/release.yml at master -->
What's Changed
Apps
* apps: Added ability to sending multiple tx to same blockchain by onuratakan in https://github.com/Naruno/Naruno/pull/1562
* apps: Added a section for checking last max_tx_number/2 transactions by onuratakan in https://github.com/Naruno/Naruno/pull/1563
* apps: Added checker thread mode
Blockchain
* blockchain: Added disabling just one transaction from same addresses by onuratakan in https://github.com/Naruno/Naruno/pull/1561
API
* api: Added /blockjustonetx get api by onuratakan in https://github.com/Naruno/Naruno/pull/1564
Docs
* docs: Codebeat badges fixed by onuratakan in https://github.com/Naruno/Naruno/pull/1559
**Full Changelog**: https://github.com/Naruno/Naruno/compare/v0.53.0-apha...v0.54.0-alpha
Credits
Thanks to everyone who directly contributed to this release:
- Onur Atakan ULUSOY
v0.53.0-apha
The latest minor release of Naruno comes with some exciting changes to the Accounts and Apps categories. Specifically, a new Commander account system has been added to the Accounts category, which allows for multiple operations to be performed from a single transaction in remote applications. Additionally, Commander support has been added to the Apps category.
Please report bugs using the issue tracker at GitHub:
<https://github.com/Naruno/Naruno/issues>
Compatibility
There have been no compatibility changes.
Notable changes
Accounts
The latest update has introduced the Commander account system which allows for multiple operations to be performed in one transaction in remote applications. This new system was added by onuratakan and can be found in the pull request at https://github.com/Naruno/Naruno/pull/1557.
Apps
The Commander support has been added to the apps category. This addition was made by onuratakan and can be found in the pull request at https://github.com/Naruno/Naruno/pull/1558.