version 1.0.0-RC2
This commit is contained in:
parent
83a9af91ad
commit
dfff1ed9fb
@ -13,8 +13,8 @@ android {
|
|||||||
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
|
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
|
||||||
minSdk = libs.versions.android.minSdk.get().toInt()
|
minSdk = libs.versions.android.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.android.targetSdk.get().toInt()
|
targetSdk = libs.versions.android.targetSdk.get().toInt()
|
||||||
versionCode = 32
|
versionCode = 33
|
||||||
versionName = "1.0.0-RC1"
|
versionName = "1.0.0-RC2"
|
||||||
|
|
||||||
buildConfigField(
|
buildConfigField(
|
||||||
"String",
|
"String",
|
||||||
|
13
fastlane/metadata/android/en-US/changelogs/33.txt
Normal file
13
fastlane/metadata/android/en-US/changelogs/33.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
- feat: add formatting bar to editor screens
|
||||||
|
- feat: insert images in comment and post body
|
||||||
|
- feat: possibility to view raw contents
|
||||||
|
- feat: add French l10n
|
||||||
|
- fix: navigation and sidebar loading
|
||||||
|
- fix: subscription state in community
|
||||||
|
- fix: load more comments for deleted items
|
||||||
|
- fix: community name and title
|
||||||
|
- fix: add messages for empty lists
|
||||||
|
- fix: click in textual contents
|
||||||
|
- fix: layout improvements
|
||||||
|
- chore: update dependencies
|
||||||
|
- minor bug fixes and stability improvements
|
Loading…
x
Reference in New Issue
Block a user