Release 3.5.0

This commit is contained in:
Thomas 2022-10-24 18:00:23 +02:00
parent dbaf2a379a
commit e508e40849
3 changed files with 20 additions and 5 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 416
versionName "3.4.3"
versionCode 417
versionName "3.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,8 +1,8 @@
[
{
"version": "3.4.3",
"code": "416",
"note": "Changed:\n- Swipe between timelines\n- Improve cache\n- Button sizes in messages follow defined scale\n\nFixed:\n- Pleroma: Emoji reactions\n- Sharing (several fixes)\n- Theme issues\n- Rendering issue for links\n- Notifications not removed from cache\n- Some crashes"
"version": "3.5.0",
"code": "417",
"note": "Changed:\n- Swipe between timelines\n- Improve cache\n- Button sizes in messages follow defined scale\n- French translation\n\nFixed:\n- Pleroma: Emoji reactions\n- Sharing (several fixes)\n- Theme issues\n- Rendering issue for links\n- Notifications not removed from cache\n- Issue with watermarks\n- Pagination with bookmarks/favourites\n- Some crashes"
},
{
"version": "3.4.2",

View File

@ -0,0 +1,15 @@
Changed:
- Swipe between timelines
- Improve cache
- Button sizes in messages follow defined scale
- French translation
Fixed:
- Pleroma: Emoji reactions
- Sharing (several fixes)
- Theme issues
- Rendering issue for links
- Notifications not removed from cache
- Issue with watermarks
- Pagination with bookmarks/favourites
- Some crashes