diff --git a/app/build.gradle b/app/build.gradle index ba4df5654a0b2b6eab648128332452b00dc161aa..a711674461a7f1964845bed9480f9c9012eb8ddc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 34 - versionCode 520 - versionName "3.30.0-beta-2" + versionCode 521 + versionName "3.30.0" 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 201fb532ac3d0f781ace8074b1544da94d30f06a..35c88b585b930502648d4af9ca5d35e2250d7b55 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -2,7 +2,7 @@ { "version": "3.30.0", "code": "521", - "note": "Added:\n- Allow to follow the discover timelines of Pixelfed instances\n- Keep media proportions in timeline for Pixelfed\n- Add a like button in timelines for Pixelfed\n- Allow to login with a token\n\nChange:\n- Use Pixelfed layout when following Pixelfed instances\n- Allow to scroll buttons for larger screens in conversations\n- Move QR code into header\n\nFixed:\n- Not clickable URLs when Markdown is enabled\n- Nitter to follow Twitter accounts\n- Pixelfed timeline not displayed by default\n- Top bar coloring at scroll\n- Drafts not saved when adding/editing media descriptions\n- User search suggestions have duplicates\n- Some minor crashes" + "note": "Added:\n- Allow to follow the discover timelines of Pixelfed instances\n- Keep media proportions in timeline for Pixelfed\n- Add a like button in timelines for Pixelfed\n- Allow to login with a token\n\nChange:\n- Use Pixelfed layout when following Pixelfed instances\n- Allow to scroll buttons for larger screens in conversations\n- Move QR code into header\n\nFixed:\n- Not clickable URLs when Markdown is enabled\n- Nitter to follow Twitter accounts\n- Pixelfed timeline not displayed by default\n- Fix admin reports not accessible\n- Top bar coloring at scroll\n- Drafts not saved when adding/editing media descriptions\n- User search suggestions have duplicates\n- Some minor crashes" }, { "version": "3.29.2", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/521.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/521.txt index e9c524642da59c7d051ff99e1f73bd90775fe5eb..43243ba45989071ea3d8a5cab85a61bccf13e17d 100644 --- a/src/fdroid/fastlane/metadata/android/en/changelogs/521.txt +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/521.txt @@ -13,6 +13,7 @@ Fixed: - Not clickable URLs when Markdown is enabled - Nitter to follow Twitter accounts - Pixelfed timeline not displayed by default +- Fix admin reports not accessible - Top bar coloring at scroll - Drafts not saved when adding/editing media descriptions - User search suggestions have duplicates