Release v0.2.10
·
1186 commits
to develop
since this release
Important information
For Windows PC need to install Microsoft Visual C++ Redistributable latest to make it work.
Compiled Binaries
- Windows: https://storage.googleapis.com/smapp/v0.2.10/Spacemesh%20Setup%200.2.10.exe
- macOS: https://storage.googleapis.com/smapp/v0.2.10/Spacemesh-0.2.10.dmg
- Linux: https://storage.googleapis.com/smapp/v0.2.10/spacemesh_app_0.2.10_amd64.deb
Known issues
- After switching the network Node may not start properly (#1072).
- After switching wallets or wallet modes, Modify and Delete PoS buttons on the smesher screen may throw an exception and not work:
Error invoking remote method 'SMESHER_ STOP_SMESHING'(#1049).
Workaround for both: restart Smapp.
What's Changed
Features
- Add information modal when changing the PoS directory to non-empty one [code]
- Improved report dialog by @maparr in #1032
- Upgrade GRPC API to v1.5.3 (fixes smesher screen issues) by @maparr in #1047
Fixes
- Fix spawn transaction status by @maparr in #1033
- Show popup if not enough permissions to setup auto launch by @brusherru in #1039
- Fix switching remote API by @brusherru in #1042
- Fix "key of undefined" in DropDown component by @brusherru in #1043
- Fix drag&drop on Test 12 words page by @brusherru in #1055
- Fix saving transaction notes by @brusherru in #1056
- Fix bugs with switching between wallet modes by @brusherru in #1070
- Update Smeshing screen on sing in / sign out by @maparr in #1073
- Fix match 2 password error by @maparr in #1069
Full Changelog: v0.2.9...v0.2.10