Skip to content

Releases: AndreMiras/PyWallet

v20200524

25 May 18:04
Compare
Choose a tag to compare
  • Bumps dependencies
  • Infura API key is now mandatory, fixes #158

v20191228

28 Dec 21:54
Compare
Choose a tag to compare
  • Bump to API level 28 as required by Play Store
  • Use the eth-accounts library
  • Bump kivymd, zbarcam and layoutmargin versions
  • Improve the send UX and receiver bug

v20191225

25 Dec 16:26
Compare
Choose a tag to compare
  • Fix configurable pbkdf2 iterations
  • Bump buildozer and p4a releases
  • Check Etherscan response status
  • Set Etherscan API key and user agent
  • Mock network calls in tests refs #135, #141, #153

v20190812

12 Aug 20:54
Compare
Choose a tag to compare
  • Migration to Python3, refs #19, #146, #143
  • Handle dynamic permissions, refs #149, #151
  • Configurable gas price
  • Configurable network/chainID, refs #1
  • Fix broken Travis build, refs #148
  • Send from different accounts, refs #147

v20171206

06 Dec 19:11
Compare
Choose a tag to compare
  • Fix back to home on empty account, refs #115
  • Handle UnknownEtherscanException gracefully, refs #112
  • Fix crash on delete last account, refs #120
  • Fix laggy sidebar animations, refs #122

v20171126

25 Nov 20:31
Compare
Choose a tag to compare
  • Add UI testing to Travis, refs #105
  • Add accounts history & balance caching, refs #76
  • Fix lag after camera use, refs #106
  • Reduce APK size from 21M to 15M, refs #60
  • Add Android device info to error logs, refs #109

v20171029

29 Oct 21:51
Compare
Choose a tag to compare
  • Fix crash on fetch balance, refs #91
  • Handle back button, refs #95
  • Fix error loading texture, refs #101
  • Fix android module ImportError, refs #103
  • Fix PIL module AttributeError, refs #104

v20171024

24 Oct 20:49
Compare
Choose a tag to compare
  • Fix crash on startup, refs #94
  • Fix crash on null account deletion, refs #90
  • Fix crash on account deletion twice, refs #88
  • Fix crash on dialog dismiss, refs #89

v20171022

22 Oct 20:37
Compare
Choose a tag to compare
  • Add flash QR Code support, refs #85

v20170920

21 Sep 17:27
Compare
Choose a tag to compare
  • Fix flaky scrypt test, refs #59
  • Migrate kivyunittest==0.1.8, refs #78
  • Add account alias feature, refs #66
  • Add copy to clipboard feature, refs #84
  • Add release version in Sentry reports