mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-27 07:24:13 +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
|
* Betreff-Funktion nur bei deaktivierter Verschlüsselung anzeigen
|
||||||
* Mehr konturierte Icons
|
* Mehr konturierte Icons
|
||||||
* Sprachaufnahme pausieren, wenn auf Timer getippt wird
|
* 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
|
* Weitere Korrekturen
|
||||||
|
|
|
@ -22,4 +22,7 @@
|
||||||
* Only show subject feature when encryption disabled
|
* Only show subject feature when encryption disabled
|
||||||
* More outlined icons
|
* More outlined icons
|
||||||
* Pause voice recording when tapped on timer
|
* Pause voice recording when tapped on timer
|
||||||
|
* Update default chat background
|
||||||
|
* Remove blue theme
|
||||||
|
* Add option to open weblinks in external browser
|
||||||
* Further fixes
|
* Further fixes
|
||||||
|
|
|
@ -15,6 +15,19 @@
|
||||||
"versionName": "1.7.8.9",
|
"versionName": "1.7.8.9",
|
||||||
"outputFile": "monocles chat-1.7.8.9-git-universal-release.apk"
|
"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",
|
"type": "ONE_OF_MANY",
|
||||||
"filters": [
|
"filters": [
|
||||||
|
@ -28,19 +41,6 @@
|
||||||
"versionName": "1.7.8.9",
|
"versionName": "1.7.8.9",
|
||||||
"outputFile": "monocles chat-1.7.8.9-git-x86-release.apk"
|
"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",
|
"type": "ONE_OF_MANY",
|
||||||
"filters": [
|
"filters": [
|
||||||
|
@ -59,13 +59,13 @@
|
||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
"filterType": "ABI",
|
"filterType": "ABI",
|
||||||
"value": "x86_64"
|
"value": "arm64-v8a"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 16003,
|
"versionCode": 16004,
|
||||||
"versionName": "1.7.8.9",
|
"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"
|
"elementType": "File"
|
||||||
|
|
Loading…
Add table
Reference in a new issue