commit dbc2a75d202cebe165aee7f3abcefe76bae7259f parent 702b4e48b1012dcbbcef4cf23738d88ed82b6dbb Author: Bohdan Potuzhnyi <bohdan.potuzhnyi@gmail.com> Date: Sun, 7 Jun 2026 19:48:35 +0200 [merchant-terminal] version bump Diffstat:
| M | merchant-terminal/build.gradle | | | 4 | ++-- |
| A | merchant-terminal/fastlane/metadata/android/en-US/changelogs/23.txt | | | 10 | ++++++++++ |
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle @@ -13,8 +13,8 @@ android { applicationId "net.taler.merchantpos" minSdkVersion 23 targetSdkVersion 36 - versionCode 22 - versionName "1.5.1" + versionCode 23 + versionName "1.6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField("String", "BACKEND_API_VERSION", "\"20:0:8\"") diff --git a/merchant-terminal/fastlane/metadata/android/en-US/changelogs/23.txt b/merchant-terminal/fastlane/metadata/android/en-US/changelogs/23.txt @@ -0,0 +1,9 @@ +New features: +- Multi-factor authentication (MFA) screen updates +- Force-delete orders that have been claimed by customer +- Improved inventory stock tracking for products with limited availability +- Better error messages for different errors +- Password visibility toggle in settings +- New app icon +- Updated Italian and German translations +- Bug fixing +\ No newline at end of file