diff --git a/app/build.gradle b/app/build.gradle index 7aaca082b1d7cc9ec591d7726fd2475e42eb4a0f..06683f7478951e4b1789b83644204ade621de1b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 34 - versionCode 524 - versionName "3.31.0" + versionCode 525 + versionName "3.31.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 d67cd2b61251b6c905e13a8642ebcefe1be0c24e..dfbe9b17a914f0cb157f12043b6118c2c8ad21ff 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.31.1", + "code": "525", + "note": "Added:\n- Add MinT machine translation system support\n\nFixed:\n- GIF not displayed in timelines\n- Fix a crash when unpinning timelines\n- Top bar coloring at scroll for conversations\n- Black screen when going back from the Peertube section" + }, { "version": "3.31.0", "code": "524", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/525.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/525.txt new file mode 100644 index 0000000000000000000000000000000000000000..457a43d36ec2dcbcb00a2c091cf7c7030fae25ac --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/525.txt @@ -0,0 +1,8 @@ +Added: +- Add MinT machine translation system support + +Fixed: +- GIF not displayed in timelines +- Fix a crash when unpinning timelines +- Top bar coloring at scroll for conversations +- Black screen when going back from the Peertube section \ No newline at end of file