diff --git a/app/build.gradle b/app/build.gradle index 4899929e..f12def81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { defaultConfig { minSdk 21 targetSdk 31 - versionCode 399 - versionName "3.0.9" + versionCode 400 + versionName "3.0.10" 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 3a73fa6b..4efd0691 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -1,4 +1,9 @@ [ + { + "version": "3.0.10", + "code": "400", + "note": "Added:\n- Allow to define the max chars count when not detected (In about the instance)\n- Add emoji one picker when composing (must be enabled in settings)\n- Add release notes with the ability to translate them\n\nFixed:\n- Friendica custom emojis not displayed\n- Long press to store media\n- Some bug fixes" + }, { "version": "3.0.9", "code": "399", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/400.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/400.txt new file mode 100644 index 00000000..41446c8b --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/400.txt @@ -0,0 +1,9 @@ +Added: +- Allow to define the max chars count when not detected (In about the instance) +- Add emoji one picker when composing (must be enabled in settings) +- Add release notes with the ability to translate them + +Fixed: +- Friendica custom emojis not displayed +- Long press to store media +- Some bug fixes \ No newline at end of file