mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
Update changelog
This commit is contained in:
parent
0e6b1cde1d
commit
af22f2c8ab
3 changed files with 22 additions and 16 deletions
|
@ -22,4 +22,7 @@
|
|||
* Betreff-Funktion nur bei deaktivierter Verschlüsselung anzeigen
|
||||
* Mehr konturierte Icons
|
||||
* Sprachaufnahme pausieren, wenn auf Timer getippt wird
|
||||
* Standard-Chat-Hintergrund aktualisiert
|
||||
* Blaues Theme entfernt
|
||||
* Option zum Öffnen von Weblinks in einem externen Browser hinzugefügt
|
||||
* Weitere Korrekturen
|
||||
|
|
|
@ -22,4 +22,7 @@
|
|||
* Only show subject feature when encryption disabled
|
||||
* More outlined icons
|
||||
* Pause voice recording when tapped on timer
|
||||
* Update default chat background
|
||||
* Remove blue theme
|
||||
* Add option to open weblinks in external browser
|
||||
* Further fixes
|
||||
|
|
|
@ -15,6 +15,19 @@
|
|||
"versionName": "1.7.8.9",
|
||||
"outputFile": "monocles chat-1.7.8.9-git-universal-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16003,
|
||||
"versionName": "1.7.8.9",
|
||||
"outputFile": "monocles chat-1.7.8.9-git-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
|
@ -28,19 +41,6 @@
|
|||
"versionName": "1.7.8.9",
|
||||
"outputFile": "monocles chat-1.7.8.9-git-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16004,
|
||||
"versionName": "1.7.8.9",
|
||||
"outputFile": "monocles chat-1.7.8.9-git-arm64-v8a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
|
@ -59,13 +59,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16003,
|
||||
"versionCode": 16004,
|
||||
"versionName": "1.7.8.9",
|
||||
"outputFile": "monocles chat-1.7.8.9-git-x86_64-release.apk"
|
||||
"outputFile": "monocles chat-1.7.8.9-git-arm64-v8a-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
Loading…
Reference in a new issue