diff --git a/app/build.gradle b/app/build.gradle index c08418195..67770a5d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 379 - versionName "2.37.0" + versionCode 380 + versionName "2.37.1" multiDexEnabled true renderscriptTargetApi 28 as int renderscriptSupportModeEnabled true diff --git a/app/src/main/assets/changelogs/380.txt b/app/src/main/assets/changelogs/380.txt index aaae0921f..79a8c8a35 100644 --- a/app/src/main/assets/changelogs/380.txt +++ b/app/src/main/assets/changelogs/380.txt @@ -1,11 +1,6 @@ Added: -- Offset for replies in threads with a new decoration to make them easier to read -- Fix translation issue (use https://translate.fedilab.app) -- Watermarks for pictures (default: disabled) -- Blur sensitive media for Pixelfed -- Put messages into drafts when replying to a deleted message -- Allow to schedule with another account +- notify when a followed user posts (subscribe by clicking the bell icon on profiles). Fixed: -- Quick replies lose text when doing another action -- Fix refresh token (Peertube/Pixelfed) \ No newline at end of file +- Crash when importing media due to photo editor +- Some crashes when doing actions \ No newline at end of file diff --git a/src/fdroid/fastlane/metadata/android/en-US/changelogs/380.txt b/src/fdroid/fastlane/metadata/android/en-US/changelogs/380.txt new file mode 100644 index 000000000..79a8c8a35 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en-US/changelogs/380.txt @@ -0,0 +1,6 @@ +Added: +- notify when a followed user posts (subscribe by clicking the bell icon on profiles). + +Fixed: +- Crash when importing media due to photo editor +- Some crashes when doing actions \ No newline at end of file