diff --git a/CHANGELOG.md b/CHANGELOG.md index 652ffc317..13e1caa5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ ### Significant bug fixes +## v27.0 + +### New features and other improvements + +- Tusky has been redesigned with Material 3 https://github.com/tuskyapp/Tusky/pull/4637 https://github.com/tuskyapp/Tusky/pull/4673 +- Support for Notification Policies (Mastodon 4.3 feature) https://github.com/tuskyapp/Tusky/pull/4768 +- Hashtags at the end of posts are now shown in a separate bar https://github.com/tuskyapp/Tusky/pull/4761 +- Full support for folding devices https://github.com/tuskyapp/Tusky/pull/4689 +- Improved post rendering in some edge cases https://github.com/tuskyapp/Tusky/pull/4650 https://github.com/tuskyapp/Tusky/pull/4672 https://github.com/tuskyapp/Tusky/pull/4723 +- Descriptions can now be added to audio attachments https://github.com/tuskyapp/Tusky/pull/4711 +- The screen keyboard now pops up automatically when opening a dialog that contains a textfield https://github.com/tuskyapp/Tusky/pull/4667 + +### Significant bug fixes + +- fixes a bug where Tusky would drop your draft when switching apps https://github.com/tuskyapp/Tusky/pull/4685 +- fixes a bug where Tusky would drop media that is being added to a post https://github.com/tuskyapp/Tusky/pull/4662 + ## v26.2 ### Significant bug fixes diff --git a/app/build.gradle b/app/build.gradle index 3ddec6a2b..0d3494f9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 24 targetSdk 34 - versionCode 125 - versionName "26.2" + versionCode 126 + versionName "27.0 beta 1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/127.txt b/fastlane/metadata/android/en-US/changelogs/127.txt new file mode 100644 index 000000000..995da4a22 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/127.txt @@ -0,0 +1,8 @@ +Tusky 27.0 + +- Tusky has been redesigned with Material 3 +- Support for Notification Policies (Mastodon 4.3 feature) +- Hashtags at the end of posts are now shown in a separate bar +- Full support for folding devices + +See https://github.com/tuskyapp/Tusky/blob/develop/CHANGELOG.md for the full changelog diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/00_login.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/00_login.png index 15f1d9bf2..aec3b5d21 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/00_login.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/00_login.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png index 63208205b..439f560b6 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/02_compose.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/02_compose.png index 5ddca5d5d..cd405a423 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/02_compose.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/02_compose.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png index 4459d6745..a1893f44c 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/04_favourites.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/04_favourites.png index 74dd7e6b3..7bcc74d32 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/04_favourites.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/04_favourites.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/05_reply.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/05_reply.png index 6cb002573..f52b04eef 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/05_reply.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/05_reply.png differ