forked from mirrors/Fedilab
Release 3.7.1
This commit is contained in:
parent
aa768127ea
commit
d283340518
3 changed files with 21 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 427
|
||||
versionName "3.7.0"
|
||||
versionCode 428
|
||||
versionName "3.7.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.7.1",
|
||||
"code": "428",
|
||||
"note": "Added:\n- Support to open links containing /@display_name/ in their path (works on older devices)\n- Display reply count when counters are enabled\n- Add support for filtering profile messages\n\nChanged:\n- Compose view takes the whole width even in threads\n- Reset push notification marker when clearing cache\n\nFixed:\n- Draft stored when replying \"no\" or dialog prompted without changes\n- Filters not working with tags\n- Add a specific error message for followed tags\n- Empty pages when starting the app"
|
||||
},
|
||||
{
|
||||
"version": "3.7.0",
|
||||
"code": "427",
|
||||
|
|
14
src/fdroid/fastlane/metadata/android/en/changelogs/428.txt
Normal file
14
src/fdroid/fastlane/metadata/android/en/changelogs/428.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
Added:
|
||||
- Support to open links containing /@display_name/ in their path (works on older devices)
|
||||
- Display reply count when counters are enabled
|
||||
- Add support for filtering profile messages
|
||||
|
||||
Changed:
|
||||
- Compose view takes the whole width even in threads
|
||||
- Reset push notification marker when clearing cache
|
||||
|
||||
Fixed:
|
||||
- Draft stored when replying "no" or dialog prompted without changes
|
||||
- Filters not working with tags
|
||||
- Add a specific error message for followed tags
|
||||
- Empty pages when starting the app
|
Loading…
Reference in a new issue