v2.0.0.333

https://github.com/hyle-team/zano/releases/tag/2.0.0.333

[*] core: Alt blocks verification was greatly improved for additional security.
[*] wallet: The maximum decimal point for an asset is now limited to 18 (only at deploy_asset level for a while).
[+] simplewallet: Added new command transfer_asset_ownership.
[*] simplewallet: Fixed a few bugs with displaying non-standard decimal point amounts.
[*] simplewallet: Fixed amount parsing for assets with non-standard decimal point.
[*] simplewallet: emit_asset and burn_asset commands now accept amounts in human-readable format with decimal point.
[*] simplewallet: sweep_below command tied to native coins only + fixed a few minor bugs.
[*] RPC: Fixed a bug in get_assets_list.
[*] RPC: Fixed issue #440 (getblocktemplate does not return a valid JSON object).
[+] wallet RPC: Added new RPC update_alias.
[*] wallet RPC: Fixed a bug in wallet_rpc_server::rpc_destinations_to_currency_destination which was affected asset deployment.
[*] wallet RPC: emit_asset and burn_asset don’t require null asset_id in destinations anymore for simplification; docs have been corrected correspondingly.
[*] RPC API documentation was significantly improved.

v2.0.0.317

https://github.com/hyle-team/zano/releases/tag/2.0.0.317

[+] core: implemented JWT protocol to support upcoming Zano browser extension
[+] wallet RPC: implemented RPC API for assets deployment
[+] core: implemented embedded documentation system
[+] daemon RPC and wallet RPC are now fully-documented with the help of the new documentation system
[+] simplewallet: sweep_bare_outs command implemented (for easy conversion of old pre-HF4 outputs to new ZC format)
[+] wallet RPC: get_bare_outs_stats and sweep_bare_outs RPCs added
[+] GUI wallet: implemented “migrate button” for the same operation (shown only if there are such outputs in the wallet)
[*] core: macOS min deployment target changed: 10.12 -> 10.15 (due to C++17 support requirements)
[*] core: minimum required gcc version changed: 7.0 -> 8.0 (due to C++17 support requirements)
[*] core: one derivation hint is added per output (privacy improvement)
[+] core: implemented more preliminary checks for post-HF4 transactions in the tx pool
[+] wallet: fail-resistant whitelist loading
[*] wallet: fixed a bug in calculation of the last available global ZC index
[−] wallet RPC: seed phrase removed from open_wallet_response struct
[+] added get_assets_list command to daemon API
[*] core: code refactored and few potential issues fixed in block reward calculation area and miner transaction prevalidation
[+] added address field to get_seed_phrase_info
[*] many others minor fixes and improvements

v2.0.0.292

https://github.com/hyle-team/zano/releases/tag/2.0.0.292

[*] Fixed a bug in the decoy selection algorithm that could affect transactions sent from wallets with mined or staked outputs.
[*] Fixed a bug where the daemon would not stop if there was insufficient RAM for the Ethash epoch context.
[+] simplewallet: --pos-mining-defrag CLI option implemented (might be helpful for those using --pos-mining-reward-address)

v2.0.0.290 Hotfix Release: Enhancements for Assets and Mobile Wallet

https://github.com/hyle-team/zano/releases/tag/2.0.0.290

[*] Resolved a critical issue within the decoy selection algorithm that impacts remote daemon setups, notably including mobile wallets.
[*] Implemented asset method validation to eliminate instances where transactions could be erroneously added to the pool and subsequently rejected by the core.
[*] Discontinued the defragmentation transaction feature to improve the user experience for those with mixed outputs (pre- and post-Zarcanum).
[+] print_asset_info daemon CLI command added.
[+] remove_tx_from_pool daemon RPC added.

We encourage all users to upgrade to the most recent version for optimal performance and security.

Please note: Upon starting, the wallet will undergo a resynchronization process.