Release 3.8.0

This commit is contained in:
Thomas 2022-11-25 18:21:03 +01:00
parent f029f785cc
commit 401eb4f1ae
3 changed files with 25 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 432
versionName "3.7.5"
versionCode 433
versionName "3.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.8.0",
"code": "433",
"note": "Added:\n- List of blocked domains (allow to unblock)\n- Support gemini links\n- Suggested followers\n- Mod/Adm: Manage instance blocked domains\n- Open messages with another account\n- Allow to disable notifications for admins\n- Sort lists\n\nChanged:\n- Allow search term to be edited\n\nFixed:\n- Drafts deleted with no warning\n- Remove lists from \"Manage timelines\"\n- App crashes when proxy is set\n- Filter not synced after being edited\n- Some crashes / improvements"
},
{
"version": "3.7.5",
"code": "432",

View File

@ -0,0 +1,18 @@
Added:
- List of blocked domains (allow to unblock)
- Support gemini links
- Suggested followers
- Mod/Adm: Manage instance blocked domains
- Open messages with another account
- Allow to disable notifications for admins
- Sort lists
Changed:
- Allow search term to be edited
Fixed:
- Drafts deleted with no warning
- Remove lists from "Manage timelines"
- App crashes when proxy is set
- Filter not synced after being edited
- Some crashes / improvements