This release introduces support for DASH, USDS, and KCS wallets and transfers. The application is now available as an Electron desktop version with dark theme support that integrates with OS settings on macOS Mojave. Users can log in using a stored password QR-code image, and avatars are now automatically generated, consistent with the iOS version. System-wide push notifications are supported, and a new option in settings allows disabling Markdown rendering in messages. Contacts can be quickly shared by displaying an address QR-code. A new homescreen similar to the iOS version has been implemented, and a healthcheck with node height support has been added.
The UI library vue-material has been replaced with Vuetify, and the date processing library momentjs has been replaced with dayjs. Multiple internal refactoring efforts have also been undertaken.
Several fixes have been applied. Autopassword suggestion in Chrome has been turned off for the Set password edit and Enter user password fields. Markdown rendering now correctly renders strings such as 5 * 10 * 15 as 5 * 10 * 15 instead of 5 10 15.