commit df5972846c484f534e37548cca16ab3c7ecfd693 parent b9f5684a28da307bdb21fbe6ed6736b2d6572b70 Author: Iván Ávalos <avalos@disroot.org> Date: Tue, 1 Sep 2026 13:58:01 +0200 [wallet] release 1.6.7 Diffstat:
| M | wallet/build.gradle | | | 2 | +- |
| A | wallet/fastlane/metadata/android/en-US/changelogs/97.txt | | | 5 | +++++ |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -42,7 +42,7 @@ android { applicationId "net.taler.wallet" minSdkVersion 24 targetSdkVersion 37 - versionCode 96 + versionCode 97 versionName "1.6.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/wallet/fastlane/metadata/android/en-US/changelogs/97.txt b/wallet/fastlane/metadata/android/en-US/changelogs/97.txt @@ -0,0 +1,4 @@ +- Upgraded wallet-core to v1.6.41. +- Fixed errors from a previous payment appearing in a new one. +- Fixed more issues that could cause infinite loading screens. +- Show expired non-spendable legacy balances in the UI. +\ No newline at end of file