Release 3.4.0

This commit is contained in:
Thomas 2022-10-07 19:04:07 +02:00
parent 10f2ac396c
commit 6b2d3670d3
3 changed files with 15 additions and 15 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 412
versionName "3.4-beta-3"
versionCode 413
versionName "3.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,18 +1,8 @@
[
{
"version": "3.4-beta-3",
"code": "412",
"note": "- Fix post message with media\n- Fix encoding issue with media descriptions\n- Fix Friendica tag search\n- Fixes when composing\n- Some other small fixes\n"
},
{
"version": "3.4-beta-2",
"code": "411",
"note": "- Fix post message with media\n- Set thumbnails load behavior Always/Wifi only /ask\n- Some other small fixes"
},
{
"version": "3.4-beta-1",
"code": "410",
"note": "- New cache mechanism\n- Cache can be disabled in settings\n- Add counters for new messages\n- Some fixes."
"version": "3.4.0",
"code": "413",
"note": "Added:\n- New cache mechanism (can be disabled in settings)\n- Set thumbnails load behavior Always/Wifi only /ask\n- Add counters for new messages in timelines\nFixed:\n- Contextual menu not working in threads\n- Tag search issue with Friendica\n- Notifications click open the wrong tab\n- Encoding issue with media descriptions\n- Some other fixes."
},
{
"version": "3.3.2",

View File

@ -0,0 +1,10 @@
Added:
- New cache mechanism (can be disabled in settings)
- Set thumbnails load behavior Always/Wifi only /ask
- Add counters for new messages in timelines
Fixed:
- Contextual menu not working in threads
- Tag search issue with Friendica
- Notifications click open the wrong tab
- Encoding issue with media descriptions
- Some other fixes.