mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
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:
parent
aae4e337cd
commit
8620b85416
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue