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
This commit is contained in:
bjoern 2023-02-09 23:21:00 +01:00 committed by GitHub
parent aae4e337cd
commit 8620b85416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Delta Chat Android Changelog # 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 ## v1.34.12
2023-02 2023-02

View file

@ -96,8 +96,8 @@ android {
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
defaultConfig { defaultConfig {
versionCode 648 versionCode 649
versionName "1.34.12" versionName "1.34.13"
applicationId "com.b44t.messenger" applicationId "com.b44t.messenger"
multiDexEnabled true multiDexEnabled true

View file

@ -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-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://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 "- 🍏 https://testflight.apple.com/join/uEMc1NxS (ios, update to $VERSION may take a day or so)"
echo ""
echo "what to test: PLEASE_FILL_OUT"