mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-04-05 06:30:01 +03:00
Release 3.31.2
This commit is contained in:
parent
02d6ef3bf5
commit
fed33cf600
3 changed files with 17 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 526
|
||||
versionName "3.31.1"
|
||||
versionCode 527
|
||||
versionName "3.31.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.31.2",
|
||||
"code": "527",
|
||||
"note": "Added:\n- Add support to URL scheme \"web+ap\" for opening profiles with the app\n\nChanged:\n- Layout for media descriptions\n\nFixed:\n- Fix a crash when translating media descriptions\n- Handle included twice when replying to a self user's boost\n- Fix color issues when using a custom theme"
|
||||
},
|
||||
{
|
||||
"version": "3.31.1",
|
||||
"code": "526",
|
||||
|
|
10
src/fdroid/fastlane/metadata/android/en/changelogs/527.txt
Normal file
10
src/fdroid/fastlane/metadata/android/en/changelogs/527.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
Added:
|
||||
- Add support to URL scheme "web+ap" for opening profiles with the app
|
||||
|
||||
Changed:
|
||||
- Layout for media descriptions
|
||||
|
||||
Fixed:
|
||||
- Fix a crash when translating media descriptions
|
||||
- Handle included twice when replying to a self user's boost
|
||||
- Fix color issues when using a custom theme
|
Loading…
Reference in a new issue