Releases: 3Dpass/threedpass
Releases · 3Dpass/threedpass
Threedpass 2.6.1 - Balance card redesign
- Fixed transfers with wrong password
- Fixed icons on Android
- Fixed events cache
- Refactoring
Threedpass 2.6.0 - Assets balance
- Assets balance
- Assets extrinsics history
- Extrinsics events parsing
- UI fixes
Threedpass 2.5.0 - stable iOS version
Features:
- Polkawallet sdk updated. So the app works on both Android and iOS
- Big refactoring for all screens
- New file picker logic
- A lot of bug fixes
Threedpass 2.4.3 - Transfers addresses
Feature:
- Show address and copy button instead of accountId in transfers history page
- Show app version in settings page
Fixes:
- Add back buttons to Recieve and Transfer pages
Other:
- Remove deprecated theme api usages
- Refactoring. Graphql repo is moved to sub-package.
Threedpass 2.4.2 - Multiple scan algorithms
Feature:
- Support multiple p3d versions: 0.3.0 and 0.3.1
- Algorithm dropdown in scan settings section
Fixes:
- Set latest flutter version in CI
- Check settings after reading from storage
Other:
- Remove web wallet
Threedpass 2.4.1 - Transfers history
Features:
- Transfers history
- Android 11 & 12 support
- P3d updated to v0.3.1
Fixes:
- App name
- Update gradle & kotlin versions
- Appbar theme
- Elevation buttons theme
- List tile theme
- Rotation bytes input validation
- Refactoring
- Transfers page appbar
Threedpass 2.3.0 - Minor fixes
Features for users:
- Fields validation for save object dialog
- Fixed validation for rotation bytes field
- Fixed QR codes colors for light theme
For developers:
- Hash lib interface migration to this repo. Now it's the independent package, that includes p3d as a dependency.
Threedpass 2.2.8 - Dark theme
There are 2 new settings. Dark theme mode and stable hash requirement.
Threedpass 2.2.2 - random rotation bytes
Now the rotation bytes are random, if the user has not specified them in the settings.
Threedpass 2.2.1 - account from 3Dobject
Features:
- Create account from object
- More info about snapshot in preview screen
- UI and theme fixes