From 8620b85416ade6f3d064cfa5244e4fbe1cba0b73 Mon Sep 17 00:00:00 2001 From: bjoern Date: Thu, 9 Feb 2023 23:21:00 +0100 Subject: [PATCH] prepare 1.34.13 (#2472) * update CHANGELOG for 1.34.13 * nudge outselves to drop a line about what to test the changelog is not always sufficient for that. * bump version to 1.34.13 --- CHANGELOG.md | 8 ++++++++ build.gradle | 4 ++-- scripts/upload-beta.sh | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9759158d..e8cee10a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Delta Chat Android Changelog +## v1.34.13 +2023-02 + +* fix sending status updates of private apps +* show full messages: do not load remote content for requests automatically +* using to core107.1 + + ## v1.34.12 2023-02 diff --git a/build.gradle b/build.gradle index 48bb63286..ee3b834b2 100644 --- a/build.gradle +++ b/build.gradle @@ -96,8 +96,8 @@ android { useLibrary 'org.apache.http.legacy' defaultConfig { - versionCode 648 - versionName "1.34.12" + versionCode 649 + versionName "1.34.13" applicationId "com.b44t.messenger" multiDexEnabled true diff --git a/scripts/upload-beta.sh b/scripts/upload-beta.sh index a2f3e6a98..3e95245db 100755 --- a/scripts/upload-beta.sh +++ b/scripts/upload-beta.sh @@ -30,5 +30,7 @@ echo "and now: here is Delta Chat $VERSION - choose your flavour and mind your b echo "- 🍋 https://download.delta.chat/android/beta/deltachat-gplay-release-$VERSION.apk (android, overwrites existing gplay installs, should keep data)" echo "- 🍉 https://download.delta.chat/android/beta/deltachat-fat-debug-$VERSION.apk (android, can be installed beside gplay)" echo "- 🍏 https://testflight.apple.com/join/uEMc1NxS (ios, update to $VERSION may take a day or so)" +echo "" +echo "what to test: PLEASE_FILL_OUT"