Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 85a59ec

Browse files
authored
prepare release 26.2 (#4646)
1 parent 2a1cc75 commit 85a59ec

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
### Significant bug fixes
88

9+
## v26.2
10+
11+
### Significant bug fixes
12+
13+
- Fixes a bug where Tusky would not correctly switch between accounts https://github.com/tuskyapp/Tusky/pull/4636
14+
- 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
15+
- Long video descriptions can no longer cover the video controls https://github.com/tuskyapp/Tusky/pull/4632
16+
- Fixes a bug where Tusky's URL detection algorithm was different from Mastodon's https://github.com/tuskyapp/Tusky/pull/4642
17+
918
## v26.1
1019

1120
### New features and other improvements

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
namespace "com.keylesspalace.tusky"
3030
minSdk 24
3131
targetSdk 34
32-
versionCode 124
33-
versionName "26.1"
32+
versionCode 125
33+
versionName "26.2"
3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
vectorDrawables.useSupportLibrary = true
3636

0 commit comments

Comments
 (0)