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

Commit f3732cc

Browse files
authored
Release 26.1 (#4614)
1 parent e3e0784 commit f3732cc

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

77
### Significant bug fixes
88

9+
## v26.1
10+
11+
### New features and other improvements
12+
13+
- The "Reply privacy" account preference now has two additional options: "Match default post privacy" and "Direct". "Match default post privacy" is the default for new accounts. https://github.com/tuskyapp/Tusky/pull/4568
14+
- Tusky now includes ISRG root certificates to keep working on Android 7 and servers that use Let's Encrypt. https://github.com/tuskyapp/Tusky/pull/4609
15+
- The soft keyboard will now be hidden after performing a search. https://github.com/tuskyapp/Tusky/pull/4578
16+
17+
### Significant bug fixes
18+
19+
- Fixes a bug where Tusky sometimes mixes up timelines and/or notifications of accounts. https://github.com/tuskyapp/Tusky/pull/4577 https://github.com/tuskyapp/Tusky/pull/4599
20+
- Fixes two bugs where Tusky would not provide the translation option even though the server is configured correctly. https://github.com/tuskyapp/Tusky/pull/4560 https://github.com/tuskyapp/Tusky/pull/4590
21+
- Fixes a rare bug where Tusky would sometimes randomly crash on startup. https://github.com/tuskyapp/Tusky/pull/4569
22+
- Fixes a bug where the timeline would randomly jump to the position of the last clicked "show more" placeholder when "Reading order" was set to "Oldest first". https://github.com/tuskyapp/Tusky/pull/4619
23+
924
## v26.0
1025

1126
### 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 123
33-
versionName "26.0"
32+
versionCode 124
33+
versionName "26.1"
3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
vectorDrawables.useSupportLibrary = true
3636

doc/Release.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ This approach of having ~500 user on the nightly releases and ~5000 users on the
3737
- Do a quick check to make sure the build doesn't crash, e.g. by enrolling yourself into the test track.
3838
- In case there are any problems, delete the GitHub release, fix the problems and start again
3939
- Download the build as apk from Google Play (App Bundle Explorer -> choose the release -> Downloads -> Signed, universal APK). Attach it to the GitHub Release.
40-
- Update the download link in the [index.html of the website](https://github.com/tuskyapp/tuskyapp.github.io/blob/main/index.html) to point to the apk attached to the GitHub release.
4140
- Create a new full release on Google Play. Reuse the build from the Internal Testing track.
4241
- Announce the release
4342

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Tusky 26.1
2+
3+
- The "Reply privacy" account preference now has two additional options: "Match default post privacy" and "Direct".
4+
- Tusky now includes ISRG root certificates to keep working on Android 7 and servers that use Let's Encrypt.
5+
- Fixes a bug where Tusky sometimes mixes up timelines and/or notifications of accounts.
6+
See https://github.com/tuskyapp/Tusky/blob/develop/CHANGELOG.md for the full changelog

0 commit comments

Comments
 (0)