version 1.0.0-RC2

This commit is contained in:
Diego Beraldin 2023-10-28 22:04:41 +02:00
parent 83a9af91ad
commit dfff1ed9fb
2 changed files with 15 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 32
versionName = "1.0.0-RC1"
versionCode = 33
versionName = "1.0.0-RC2"
buildConfigField(
"String",

View 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