summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-10-08 17:51:06 +0200
committerThomas <tschneider.ac@gmail.com>2022-10-08 17:51:06 +0200
commit6fe0b25afa410cae60cf18039c03da97b41e8570 (patch)
tree4501f9fe95e440f5961f7d3440dca76f42e86978
parent5957daf956ae4fb4689be9d98b9312b67276b06b (diff)
Release 3.4.1
-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/414.txt7
3 files changed, 14 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b4bc60950..335b77699 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 413
- versionName "3.4.0"
+ versionCode 414
+ versionName "3.4.1"
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 de77ec553..9257f0526 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.4.1",
+ "code": "414",
+ "note": "Added:\n- Disable counters in settings\nFixed:\n- Duplicated messages from cache\n- Notifications in double\n- Drafts not automatically removed\n- Messages not removed from cache after deletion"
+ },
+ {
"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."
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/414.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/414.txt
new file mode 100644
index 000000000..9a204e954
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/414.txt
@@ -0,0 +1,7 @@
+Added:
+- Disable counters in settings
+Fixed:
+- Duplicated messages from cache
+- Notifications in double
+- Drafts not automatically removed
+- Messages not removed from cache after deletion