Releases: AndreMiras/PyWallet
Releases · AndreMiras/PyWallet
v20200524
- Bumps dependencies
- Infura API key is now mandatory, fixes #158
v20191228
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Add flash QR Code support, refs #85
v20170920
- 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