forked from mirrors/Fedilab
Release 3.6.1
This commit is contained in:
parent
86e371b4f5
commit
e93f194bb5
3 changed files with 20 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
13
src/fdroid/fastlane/metadata/android/en/changelogs/422.txt
Normal file
13
src/fdroid/fastlane/metadata/android/en/changelogs/422.txt
Normal 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
|
Loading…
Reference in a new issue