Skip to content

Releases: AndreMiras/PyWallet

v20170909

09 Sep 18:06
Compare
Choose a tag to compare
  • Add install documentation
  • Add tab key navigation (desktop app), refs #43
  • Disable Sentry in "debug" mode #64
  • Add account deletion feature, refs #51
  • Do not allow empty account password, refs #69
  • Document testing, refs #62
  • Fix account address on small screen, refs #75
  • Fix account address not centered, refs #74
  • Refresh account list after creation, refs #56
  • Add global account selection control, refs #70
  • Use upstream recipes, refs #28
  • Toolbar title refactoring, refs #80
  • Hide advanced account options, refs #53
  • Show version in about, refs #46
  • Fix rounding issues in "send" page

v20170719

19 Jul 21:42
Compare
Choose a tag to compare
  • Fix crash on send click, refs #63

v20170716

16 Jul 14:19
Compare
Choose a tag to compare
  • Fix crash on empty keystore
  • Introduce UI unit testing, refs #41
  • Run app unit tests in a thread, refs #42
  • Add custon application icon, refs #24
  • Add custon splash screen, refs #25
  • Document release process, refs #47
  • Fix account list overlap, refs #49
  • Sentry error reporting, refs #54
  • Fix Travis isort inconsistencies, refs #57
  • Display changelog in the app, refs #58
  • Introduce APK size reduction, refs #60

v20170706

06 Jul 16:54
Compare
Choose a tag to compare
  • Create new account, refs #9
  • Manage account password, refs #9
  • Run builds in parallel, refs #34
  • Run unit tests on Android, refs #40
  • Use a thread decorator, refs #33
  • Round transaction history, refs #45
  • Fit long address to screen
  • Use toolbar space for dynamic titles
  • Fix broken manage account layout, refs #38
  • Skip pkg-config, refs #39
  • Add coverage testing, refs #32