diff --git a/app/build.gradle b/app/build.gradle index 7281c3ef8..0b28e4e70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 31 - versionCode 430 - versionName "3.7.3" + versionCode 431 + versionName "3.7.4" 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 fb0f1edb7..9d9f8e1f7 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.7.4", + "code": "431", + "note": "Added:\n- Full support to new filters for Mastodon 4\n- Visit profiles without being authenticated / Allow to display all their messages\n\nChanged:\n- Compose view takes the whole width even in threads\n- Accounts can be timed-mute from their profile\n\nFixed:\n- Draft stored when replying \"no\" or dialog prompted without changes\n- Empty pages when starting the app\n- Saving and sharing media fails on some devices\n- Add support for admin notifications\n- Copying content of a message" + }, { "version": "3.7.3", "code": "430", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/431.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/431.txt new file mode 100644 index 000000000..2b47c8e79 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/431.txt @@ -0,0 +1,14 @@ +Added: +- Full support to new filters for Mastodon 4 +- Visit profiles without being authenticated / Allow to display all their messages + +Changed: +- Compose view takes the whole width even in threads +- Accounts can be timed-mute from their profile + +Fixed: +- Draft stored when replying "no" or dialog prompted without changes +- Empty pages when starting the app +- Saving and sharing media fails on some devices +- Add support for admin notifications +- Copying content of a message \ No newline at end of file