mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Prepare release 3.1.0
This commit is contained in:
parent
e622c9afbd
commit
83bacc12ea
3 changed files with 21 additions and 2 deletions
|
@ -9,8 +9,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 401
|
||||
versionName "3.0.11"
|
||||
versionCode 402
|
||||
versionName "3.1.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.1.0",
|
||||
"code": "402",
|
||||
"note": "Added:\n- New theme: Dark Elephant from S1m\n- Error messages from server side when posting fails\n\nChanged:\n- Fetch more buttons more visible\n\nFixed:\n- Issue when fetching missing messages\n- Some issues with themes\n- Too much lost space with reaction (Pleroma)\n- Delete and redraft crashes\n- Crash when playing a video\n- Other crash fixes"
|
||||
},
|
||||
{
|
||||
"version": "3.0.11",
|
||||
"code": "401",
|
||||
|
|
14
src/fdroid/fastlane/metadata/android/en/changelogs/402.txt
Normal file
14
src/fdroid/fastlane/metadata/android/en/changelogs/402.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
Added:
|
||||
- New theme: Dark Elephant from S1m
|
||||
- Error messages from server side when posting fails
|
||||
|
||||
Changed:
|
||||
- Fetch more buttons more visible
|
||||
|
||||
Fixed:
|
||||
- Issue when fetching missing messages
|
||||
- Some issues with themes
|
||||
- Too much lost space with reaction (Pleroma)
|
||||
- Delete and redraft crashes
|
||||
- Crash when playing a video
|
||||
- Other crash fixes
|
Loading…
Reference in a new issue