From 85a59ec1f52af4a5459813ccb93fbdd001bfa7e6 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Wed, 4 Sep 2024 20:17:35 +0200 Subject: [PATCH] prepare release 26.2 (#4646) --- CHANGELOG.md | 9 +++++++++ app/build.gradle | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 699602830..652ffc317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ ### Significant bug fixes +## v26.2 + +### Significant bug fixes + +- Fixes a bug where Tusky would not correctly switch between accounts https://github.com/tuskyapp/Tusky/pull/4636 +- Fixes a crash when a status in a notification contains a reblog (happens when subscribed to a Friendica group) https://github.com/tuskyapp/Tusky/pull/4638 +- Long video descriptions can no longer cover the video controls https://github.com/tuskyapp/Tusky/pull/4632 +- Fixes a bug where Tusky's URL detection algorithm was different from Mastodon's https://github.com/tuskyapp/Tusky/pull/4642 + ## v26.1 ### New features and other improvements diff --git a/app/build.gradle b/app/build.gradle index cb7d7e993..446ba09e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 24 targetSdk 34 - versionCode 124 - versionName "26.1" + versionCode 125 + versionName "26.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true