Release 3.5.0
This commit is contained in:
parent
dbaf2a379a
commit
e508e40849
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 416
|
versionCode 417
|
||||||
versionName "3.4.3"
|
versionName "3.5.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"version": "3.4.3",
|
"version": "3.5.0",
|
||||||
"code": "416",
|
"code": "417",
|
||||||
"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"
|
"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",
|
"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