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