v2.0.1
RealGoodProgrammer
released this
25 Mar 15:09
·
2347 commits
to master
since this release
Features:
- DASH wallet and transfers
- USDS wallet and transfers
- KCS wallet and transfers
- Electron version
- Dark theme support (Integrates with OS settings on Electron Builds in MacOS Mojave)
- Login by stored password QR-Code image
- Automatically generated avatars, same with iOS version
- System-wide Push notifications support
- New option in setting to disable Markdown rendering in messages
- Quick way to share contacts by displaying address qr-code
- New homescreen similar to one in iOS version
- Healthcheck with node height support
Changes:
- UI library vue-material has been replaced with Vuetify
- Date processing library momentjs has been replaced with dayjs.
- Multiple internal refactoring
Fixes:
- Turn off autopassword suggestion (Chrome) for Set password edit, and Enter user password field.
- Markdown rendering now correctly renders strings like
5 * 10 * 15
, as 5 * 10 * 15 instead of 5 10 15