Releases: litecoin-foundation/litewallet-ios
Releases · litecoin-foundation/litewallet-ios
v3.7.1
What's Changed
- 🦺[Tech Debt] Update to match the v3.6.0 Binary by @kcw-grunt in #93
- 🦺[Tech Debt] Update to match the v3.6.0 Binary part deux by @kcw-grunt in #94
- 🚀[Release v3.6.1] Merge into Main by @kcw-grunt in #98
Full Changelog: v3.6.0...v3.7.1
v3.6.1
v3.6.0
Release Notes
It's bigger...it's badder! 🤖
New version for Litewallet-iOS.
🥳 Features
- Transfer from Litewallet to the Litecoin Card
- Add Two-Factor Authentication
- Add Turkish Language Support
- New logo
🚫 Bugfixes and Refactor
- Refactor of the Send Class
- Restruct Localizations
- Remove Cruft and Dead Code
v3.5.1 Hotfix 🔥🛠
Hotfix
Critical bug found in v3.5.0 where the tabs in Non-US Users couldn't navigate Receive
and Buy
tabs
Fix
The NonUS TabBarItems were using item.tag
and they were set incorrectly and this was set properly
Post Mortem
The design patterns leveraging the tag are inherently poor and this offers an example why. The migration to a SwiftUI paradigm may be an opportunity to strengthen the architecture removing the usage of tags.
Meanwhile, adding more tests to the current code base will always help. So, tests for the US and NonUS TabBarViewControllers were included. In addition, another currency test was refactored.