diff --git a/app/build.gradle b/app/build.gradle index e5ead0d70..b4bc60950 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json index be72c91a3..de77ec553 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -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", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/413.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/413.txt new file mode 100644 index 000000000..32bec3a39 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/413.txt @@ -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. \ No newline at end of file