Release 3.6.1

This commit is contained in:
Thomas 2022-11-08 18:10:53 +01:00
parent 86e371b4f5
commit e93f194bb5
3 changed files with 20 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 421
versionName "3.6.0"
versionCode 422
versionName "3.6.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.6.1",
"code": "422",
"note": "Added:\n- Display client in detailed messages\n- Visual support for quotes starting with \">\"\n- Increase indentations for threads (zero to 20, default 5)\n- Visibility for public replies set to unlisted (can be disabled)\n\nChanged:\n- Reduce title size when text size is increased\n\nFixed:\n- Filters are not applied\n- Blocking an account doesn't remove messages in cache\n- Fix some crashes"
},
{
"version": "3.6.0",
"code": "421",

View File

@ -0,0 +1,13 @@
Added:
- Display client in detailed messages
- Visual support for quotes starting with ">"
- Increase indentations for threads (zero to 20, default 5)
- Visibility for public replies set to unlisted (can be disabled)
Changed:
- Reduce title size when text size is increased
Fixed:
- Filters are not applied
- Blocking an account doesn't remove messages in cache
- Fix some crashes