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