summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/release_notes/notes.json5
-rw-r--r--src/fdroid/fastlane/metadata/android/en/changelogs/400.txt9
3 files changed, 16 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4899929e2..f12def81c 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 3a73fa6b6..4efd06915 100644
--- a/app/src/main/assets/release_notes/notes.json
+++ b/app/src/main/assets/release_notes/notes.json
@@ -1,5 +1,10 @@
[
{
+ "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",
"note": "Added:\n- Set compose language (from compose menu -> three vertical dots)\n- Add reactions support for Pleroma\n- Add privacy indicator at the top right\n\nChanged\n- Improve the scrolling behaviour\n- Scroll to top (tab reselection) will fetch new messages and then scroll to top\n\nFixed:\n- Empty tag timelines\n- Remove focus point for fit media preview\n- Fix cannot share with one account\n- Fix black theme\n- Theme cannot be selected\n- Fix some button colors"
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 000000000..41446c8b5
--- /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