Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.1.0](v1.0.1...v1.1.0) (2024-11-19) ### Bug Fixes * add intl as a dependency override to fix package incompaitibility issues ([75c55c0](75c55c0)) * adjust app icons to remove alpha for compatibility with apple store ([8d3c75d](8d3c75d)) * Apply number shortener to amount in transaction list items ([8bc5b8c](8bc5b8c)) * correctly copying public key from transaction screen even when contact name is showing ([3886753](3886753)) * correctly showing appropriate network icon after the balance ([5100cae](5100cae)) * dispose the private key textfield when leaving the screen for additional security ([a81327b](a81327b)) * fixed a bug where it wasnt showing the correct balance in the balance info bottom sheet on the send transaction screen ([7e6d2ac](7e6d2ac)) * fixed bug where it was not showing the next button at the bottom of the screen when adding a new account ([9e24c53](9e24c53)) * fixed bug where it was not switching to a newly created account ([48da901](48da901)) * fixed bug where sometimes transactions are being fetched twice and showing duplicates. Refactored. ([b01f415](b01f415)) * Fixed bug where the FAB would stay open after navigating to a subscreen and back. ([ef514c8](ef514c8)) * Multi line text fields now show 7 lines. Up from 3. ([81edb9c](81edb9c)) * Now correctly importing Base64 privateKeys ([7317204](7317204)) * reduced spacing around icon in the appIcon to make it more visible and bring into alignment with the kibisis extension icon ([11f93b9](11f93b9)) * Remove the back button from the Select Account Screen. ([3cbe574](3cbe574)) ### Features * Add language picker to the welcome screen. ([572bf3b](572bf3b)) * Added Vietnamese and Turkish languages ([a0b2ed0](a0b2ed0)) * added view seedphrase screen under the security screen ([4582d12](4582d12)) * Can now open transactions for more details ([8ce76ca](8ce76ca)) * Can now opt out of arc200s that are being tracked locally. ([a8799a2](a8799a2)) * Can now toggle between languages. English and Thai implemented ([9ed1a3a](9ed1a3a)) * new option to move the floating action button to the left or right of the screen ([5f15082](5f15082)) * Now formatting long displays of voi with comma separation for clarity ([d3b16c9](d3b16c9)) * Now highlighting new transactions since last time updated ([6493031](6493031)) * spanish lanugage now added ([62aa4a4](62aa4a4)) * track arc200 assets locally and poll balance for indexed arc200s ([26dd8c8](26dd8c8))
- Loading branch information