Skip to content

Latest commit

 

History

History
371 lines (238 loc) · 31.2 KB

CHANGELOG.md

File metadata and controls

371 lines (238 loc) · 31.2 KB

1.2.0-beta.2 (2025-02-26)

Bug Fixes

  • now correctly showing nfts on mainnet and testnet (04cc52b)

1.2.0-beta.1 (2025-01-24)

Bug Fixes

  • corrected a bounds error when showing splash screen on nothing phone (c91b192)
  • fixed an out of bounds issue on the welcome screen when using nothing phone (f110090)
  • hide next button if just viewing seed phrase (426eea6)
  • now correctly viewing seedphrase on nothing phone (134b1de)
  • remove unnecessary floating action button (0c5bf80)

Features

  • biometric fingerprint authentication implemented (031a6aa)

1.1.1-beta.2 (2024-12-04)

Bug Fixes

  • now correctly updating account details after importing an account (2981a9e)

1.1.1-beta.1 (2024-11-25)

Bug Fixes

  • improved issues with showing incorrectly formatted balances (643cad6)

1.1.0 (2024-11-19)

Bug Fixes

  • add intl as a dependency override to fix package incompaitibility issues (75c55c0)
  • adjust app icons to remove alpha for compatibility with apple store (8d3c75d)
  • Apply number shortener to amount in transaction list items (8bc5b8c)
  • correctly copying public key from transaction screen even when contact name is showing (3886753)
  • correctly showing appropriate network icon after the balance (5100cae)
  • dispose the private key textfield when leaving the screen for additional security (a81327b)
  • fixed a bug where it wasnt showing the correct balance in the balance info bottom sheet on the send transaction screen (7e6d2ac)
  • fixed bug where it was not showing the next button at the bottom of the screen when adding a new account (9e24c53)
  • fixed bug where it was not switching to a newly created account (48da901)
  • fixed bug where sometimes transactions are being fetched twice and showing duplicates. Refactored. (b01f415)
  • Fixed bug where the FAB would stay open after navigating to a subscreen and back. (ef514c8)
  • Multi line text fields now show 7 lines. Up from 3. (81edb9c)
  • Now correctly importing Base64 privateKeys (7317204)
  • reduced spacing around icon in the appIcon to make it more visible and bring into alignment with the kibisis extension icon (11f93b9)
  • Remove the back button from the Select Account Screen. (3cbe574)

Features

  • Add language picker to the welcome screen. (572bf3b)
  • Added Vietnamese and Turkish languages (a0b2ed0)
  • added view seedphrase screen under the security screen (4582d12)
  • Can now open transactions for more details (8ce76ca)
  • Can now opt out of arc200s that are being tracked locally. (a8799a2)
  • Can now toggle between languages. English and Thai implemented (9ed1a3a)
  • new option to move the floating action button to the left or right of the screen (5f15082)
  • Now formatting long displays of voi with comma separation for clarity (d3b16c9)
  • Now highlighting new transactions since last time updated (6493031)
  • spanish lanugage now added (62aa4a4)
  • track arc200 assets locally and poll balance for indexed arc200s (26dd8c8)

1.1.0-beta.3 (2024-11-18)

Bug Fixes

  • fixed a bug where it wasnt showing the correct balance in the balance info bottom sheet on the send transaction screen (7e6d2ac)
  • fixed bug where it was not showing the next button at the bottom of the screen when adding a new account (9e24c53)
  • fixed bug where it was not switching to a newly created account (48da901)

Features

  • added view seedphrase screen under the security screen (4582d12)
  • new option to move the floating action button to the left or right of the screen (5f15082)

1.1.0-beta.2 (2024-11-18)

Bug Fixes

  • add intl as a dependency override to fix package incompaitibility issues (75c55c0)

Features

  • spanish lanugage now added (62aa4a4)

1.1.0-beta.1 (2024-11-17)

Bug Fixes

  • adjust app icons to remove alpha for compatibility with apple store (8d3c75d)
  • Apply number shortener to amount in transaction list items (8bc5b8c)
  • correctly copying public key from transaction screen even when contact name is showing (3886753)
  • correctly showing appropriate network icon after the balance (5100cae)
  • dispose the private key textfield when leaving the screen for additional security (a81327b)
  • fixed bug where sometimes transactions are being fetched twice and showing duplicates. Refactored. (b01f415)
  • Fixed bug where the FAB would stay open after navigating to a subscreen and back. (ef514c8)
  • Multi line text fields now show 7 lines. Up from 3. (81edb9c)
  • Now correctly importing Base64 privateKeys (7317204)
  • reduced spacing around icon in the appIcon to make it more visible and bring into alignment with the kibisis extension icon (11f93b9)
  • Remove the back button from the Select Account Screen. (3cbe574)

Features

  • Add language picker to the welcome screen. (572bf3b)
  • Added Vietnamese and Turkish languages (a0b2ed0)
  • Can now open transactions for more details (8ce76ca)
  • Can now opt out of arc200s that are being tracked locally. (a8799a2)
  • Can now toggle between languages. English and Thai implemented (9ed1a3a)
  • Now formatting long displays of voi with comma separation for clarity (d3b16c9)
  • Now highlighting new transactions since last time updated (6493031)
  • track arc200 assets locally and poll balance for indexed arc200s (26dd8c8)

1.0.1 (2024-10-30)

Bug Fixes

  • release to beta track - open testing on play store (#17) (aba59b2)

1.0.0 (2024-10-30)

Bug Fixes

  • Align action button to the left to prevent overlapping with floating action button. (189cb71)
  • Asset select field on the Send Transaction screen now fixed to handle long lists of items. (ddce1bd)
  • Bottom sheet now correctly scrolling with high long lists (a31f159)
  • Bottom sheet title now aligns correctyl to centre (6ba7139)
  • Change to allow user to open 'already added' assets in the asset search screen. (3c709c2)
  • check if the widget is mounted before using pagingcontroller (5b734a7)
  • correct the testnet url (9a5f265)
  • corrected widget padding (b6f771a)
  • correctly process long integers for displaying balance (d3d7366)
  • Correctly showing Algorand icons instead of Voi icons when using the Algorand network. (a29037d)
  • export account screen qr code where it was not displaying correctly on landscape (5951b99)
  • Fix bug when switching networks when viewing in a tablet or desktop where the left panel still shows an asset from the other network. (1ba1dde)
  • fixed bug where enable password switch and the provider were not in sync (6865299)
  • fixed bug where it would not remember the preference on asking for pin code (1a603de)
  • Fixed error showing when user selected network already active, causing it to re-init the account. Now correctly takes no action. (abf7341)
  • Fixed issue with searching and opting in to assets. (9deb1c9)
  • fixed issue wjere user preferences were not being set correctly on startup (05e9914)
  • forgot to check in this file for previous fix. (6642754)
  • incorrect version of test package for currently used dart sdk. Set to 1.24.9 (8fc7567)
  • not updating the active asset provider when selecting an asset from add assets screen (19b8e4b)
  • Now once again showing the date / time of transactions (aff392a)
  • prefetch authentication details from storage on pinpad initialisation (2adfe32)
  • reduce the confetti (86e76e8)
  • refactored app init functions (b1cde4e)
  • remove unused commented code (3c16486)
  • Remove unused variable (915d865)
  • Removed some irrelevant comments (0ee9aa6)
  • removed some unused code (63b5ce0)
  • Removed unused code (92940c4)
  • update the app reset function to delete all instead of deleting 1 by 1. (8397f4f)
  • update the version number (dbbf7fb)
  • update variable names to dart standards (cac1f28)
  • use correct fastlane option (8b64705)
  • version number updates for leak_tracker (880c1dd)

Features

  • add a delete contact button (65ca386)
  • add a different color to each of the fab submenu items (0fe1b56)
  • add adaptive icons (#13) (a6fe285)
  • add arc 0200 contract wrapper (#5) (ecaa62a)
  • add contact address book (ebd4b48)
  • add last used date on contacts and show the contact names in transaction items (21a8f53)
  • add pagination and ignore duplicate accounts scanned (3522678)
  • add release workflow and commit linting (#2) (b369557)
  • attempt to handle incoming outgoing from same account (446f9b3)
  • can now opt into arc-200 assets (ce2b36c)
  • can now search for arc200 assets by name (da178cc)
  • change security screen time picker to use bottom sheet (455c2b1)
  • implement arc0200 send assets. (6b8b0e1)
  • implement paginated scan imports (d3e6afd)
  • move fastlane to automatically publish (e364199)
  • now correctly opting in to arc200 assets (012228a)
  • Now polling balance every 30 seconds (f656987)
  • Now showing shimmer effect when loading sessions in place of the default circular spinner (394e84d)
  • Now showing shimmer effect when searching for assets, in place of the default circular spinner (535be5f)
  • Now showing visual difference in watch accounts on account list screen (c159c89)
  • shimmer loading effect on account name when fetching account details. (4067ec3)
  • update package mismatch (3979324)
  • use package version from pubspec (#15) (e41d456)
  • Users can now change between Voi and Algorand main and test networks. (eeaa20c)

1.0.0-beta.17 (2024-10-30)

Features

  • use package version from pubspec (#15) (e41d456)

1.0.0-beta.16 (2024-10-30)

Bug Fixes

  • update the version number (dbbf7fb)

1.0.0-beta.15 (2024-10-30)

Bug Fixes

  • update variable names to dart standards (cac1f28)

Features

  • Now polling balance every 30 seconds (f656987)

1.0.0-beta.14 (2024-10-30)

Bug Fixes

  • correct the testnet url (9a5f265)
  • corrected widget padding (b6f771a)
  • correctly process long integers for displaying balance (d3d7366)
  • fixed bug where enable password switch and the provider were not in sync (6865299)
  • fixed bug where it would not remember the preference on asking for pin code (1a603de)
  • fixed issue wjere user preferences were not being set correctly on startup (05e9914)
  • forgot to check in this file for previous fix. (6642754)
  • prefetch authentication details from storage on pinpad initialisation (2adfe32)
  • refactored app init functions (b1cde4e)

Features

  • can now opt into arc-200 assets (ce2b36c)
  • can now search for arc200 assets by name (da178cc)
  • now correctly opting in to arc200 assets (012228a)
  • Now showing visual difference in watch accounts on account list screen (c159c89)

1.0.0-beta.13 (2024-10-24)

Bug Fixes

1.0.0-beta.12 (2024-10-24)

Bug Fixes

  • Align action button to the left to prevent overlapping with floating action button. (189cb71)
  • Asset select field on the Send Transaction screen now fixed to handle long lists of items. (ddce1bd)
  • Bottom sheet now correctly scrolling with high long lists (a31f159)
  • Bottom sheet title now aligns correctyl to centre (6ba7139)
  • Change to allow user to open 'already added' assets in the asset search screen. (3c709c2)
  • Correctly showing Algorand icons instead of Voi icons when using the Algorand network. (a29037d)
  • Fix bug when switching networks when viewing in a tablet or desktop where the left panel still shows an asset from the other network. (1ba1dde)
  • Fixed error showing when user selected network already active, causing it to re-init the account. Now correctly takes no action. (abf7341)
  • Fixed issue with searching and opting in to assets. (9deb1c9)
  • Now once again showing the date / time of transactions (aff392a)
  • remove unused commented code (3c16486)
  • Removed some irrelevant comments (0ee9aa6)
  • removed some unused code (63b5ce0)
  • version number updates for leak_tracker (880c1dd)

Features

  • Now showing shimmer effect when loading sessions in place of the default circular spinner (394e84d)
  • Now showing shimmer effect when searching for assets, in place of the default circular spinner (535be5f)
  • shimmer loading effect on account name when fetching account details. (4067ec3)
  • Users can now change between Voi and Algorand main and test networks. (eeaa20c)

1.0.0-beta.11 (2024-10-16)

Features

1.0.0-beta.10 (2024-10-10)

Features

  • add a delete contact button (65ca386)

1.0.0-beta.9 (2024-10-10)

Bug Fixes

  • incorrect version of test package for currently used dart sdk. Set to 1.24.9 (8fc7567)
  • Remove unused variable (915d865)

1.0.0-beta.8 (2024-10-09)

Bug Fixes

  • export account screen qr code where it was not displaying correctly on landscape (5951b99)

1.0.0-beta.7 (2024-10-09)

Features

  • move fastlane to automatically publish (e364199)

1.0.0-beta.6 (2024-10-09)

Bug Fixes

  • use correct fastlane option (8b64705)

1.0.0-beta.5 (2024-10-09)

Features

  • update package mismatch (3979324)

1.0.0-beta.4 (2024-10-09)

Bug Fixes

  • check if the widget is mounted before using pagingcontroller (5b734a7)
  • not updating the active asset provider when selecting an asset from add assets screen (19b8e4b)
  • reduce the confetti (86e76e8)
  • update the app reset function to delete all instead of deleting 1 by 1. (8397f4f)

Features

  • add a different color to each of the fab submenu items (0fe1b56)
  • add contact address book (ebd4b48)
  • add last used date on contacts and show the contact names in transaction items (21a8f53)
  • add pagination and ignore duplicate accounts scanned (3522678)
  • change security screen time picker to use bottom sheet (455c2b1)
  • implement paginated scan imports (d3e6afd)

1.0.0-beta.2 (2024-09-26)

Features

  • add arc 0200 contract wrapper (#5) (ecaa62a)

1.0.0-beta.1 (2024-08-29)

Features

  • add release workflow and commit linting (#2) (b369557)