From 5019cbb7729f2b61bc769db9535f6b792668f9d4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 27 Oct 2021 12:01:35 +0200 Subject: [PATCH] prepare release 2.39.0 --- app/build.gradle | 4 ++-- app/src/main/assets/changelogs/383.txt | 3 +++ .../fastlane/metadata/android/en-US/changelogs/383.txt | 8 ++++++++ .../fastlane/metadata/android/en-US/changelogs/383.txt | 8 ++++++++ 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 src/fdroid/fastlane/metadata/android/en-US/changelogs/383.txt create mode 100644 src/lite/fastlane/metadata/android/en-US/changelogs/383.txt diff --git a/app/build.gradle b/app/build.gradle index e0551427a..d82a5d889 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 382 - versionName "2.38.0-rc-1" + versionCode 383 + versionName "2.39.0" multiDexEnabled true renderscriptTargetApi 28 as int renderscriptSupportModeEnabled true diff --git a/app/src/main/assets/changelogs/383.txt b/app/src/main/assets/changelogs/383.txt index 280ad1ae7..2e050c6a6 100644 --- a/app/src/main/assets/changelogs/383.txt +++ b/app/src/main/assets/changelogs/383.txt @@ -1,4 +1,7 @@ +/!\ PIXELFED ACCOUNTS MUST BE LOGOUT/LOGIN AGAIN +- Use a new API for Pixelfed (fix 2FA issue) - Push notifications with UnifiedPush (More at https://fedilab.app/wiki/features/push-notifications) +- Support Scribe.rip and wikiless - Delayed and live notifications removed - Remove lost space for Pleroma accounts - Fix a crash with console mode diff --git a/src/fdroid/fastlane/metadata/android/en-US/changelogs/383.txt b/src/fdroid/fastlane/metadata/android/en-US/changelogs/383.txt new file mode 100644 index 000000000..2e050c6a6 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en-US/changelogs/383.txt @@ -0,0 +1,8 @@ +/!\ PIXELFED ACCOUNTS MUST BE LOGOUT/LOGIN AGAIN +- Use a new API for Pixelfed (fix 2FA issue) +- Push notifications with UnifiedPush (More at https://fedilab.app/wiki/features/push-notifications) +- Support Scribe.rip and wikiless +- Delayed and live notifications removed +- Remove lost space for Pleroma accounts +- Fix a crash with console mode +- Fix an issue with Pleroma accounts when visiting a profile \ No newline at end of file diff --git a/src/lite/fastlane/metadata/android/en-US/changelogs/383.txt b/src/lite/fastlane/metadata/android/en-US/changelogs/383.txt new file mode 100644 index 000000000..2e050c6a6 --- /dev/null +++ b/src/lite/fastlane/metadata/android/en-US/changelogs/383.txt @@ -0,0 +1,8 @@ +/!\ PIXELFED ACCOUNTS MUST BE LOGOUT/LOGIN AGAIN +- Use a new API for Pixelfed (fix 2FA issue) +- Push notifications with UnifiedPush (More at https://fedilab.app/wiki/features/push-notifications) +- Support Scribe.rip and wikiless +- Delayed and live notifications removed +- Remove lost space for Pleroma accounts +- Fix a crash with console mode +- Fix an issue with Pleroma accounts when visiting a profile \ No newline at end of file