Skip to content

Naruno v0.59.0-alpha

Compare
Choose a tag to compare
@onuratakan onuratakan released this 29 Jun 00:19
5c6bffe

0.59.0-alpha Release Notes

This release introduces several updates across different modules and components of the system. Changes include additions to the Blockchain module, enhancements to the CLI with new sign and verify functions, updates to the documentation with contributor information and a new document for a docker-based automatic test network, the addition of unit tests for the Integration class, improvements to the GitHub release process, updates to the GUI layout of the settings page, the addition of backup system functions in the GUI, and a change in the lib module for better error handling.

Please report bugs using the issue tracker at GitHub:

https://github.com/Naruno/Naruno/issues

Compatibility

There have been no compatibility changes.

Notable changes

Blockchain

Added different start times for shares and added docstring for shares.

CLI

Added sign function to CLI argument and added verify function to CLI argument.

Docs

Added contributors to readme and added docker based automatic test network doc.

Tests

Added some unit tests for Integration class.

GitHub

Added a concurrency group value for dividing releases from pushes.

GUI

Fixed layout of settings page, added backup system functions, and added special folder for android in signed data saving.

Lib

Changed "None" return to "Password is not true".

0.59.0-alpha change log

What's Changed

Blockchain

CLI

Docs

Tests

GitHub

  • github: Added a concurrency group value for dividing releases from pushes by @onuratakan in #1634

GUI

Lib

Full Changelog: v0.58.1-alpha...v0.59.0-alpha

Credits

Thanks to everyone who directly contributed to this release:

  • Onur Atakan ULUSOY