Release 3.5.0
This commit is contained in:
parent
dbaf2a379a
commit
e508e40849
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue