forked from mirrors/Fedilab
Release 3.16.4
This commit is contained in:
parent
4ae8011eff
commit
ddbd3f8684
3 changed files with 14 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 475
|
||||
versionName "3.16.3"
|
||||
versionCode 476
|
||||
versionName "3.16.4"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.16.4",
|
||||
"code": "476",
|
||||
"note": "Added:\n- Cache home in background (default disabled -> New settings category and per account) / change frequency\n- Auto-fetch missing messages for the Home (default disabled -> in Settings - Timelines)\n- Automatically switch between tabs when searching\n\nFixed:\n- Some crashes"
|
||||
},
|
||||
{
|
||||
"version": "3.16.3",
|
||||
"code": "475",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
Added:
|
||||
- Cache home in background (default disabled -> New settings category and per account) / change frequency
|
||||
- Auto-fetch missing messages for the Home (default disabled -> in Settings - Timelines)
|
||||
- Automatically switch between tabs when searching
|
||||
|
||||
Fixed:
|
||||
- Some crashes
|
Loading…
Reference in a new issue