You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@
6
6
7
7
### Significant bug fixes
8
8
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/4577https://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/4560https://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
Copy file name to clipboardExpand all lines: doc/Release.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ This approach of having ~500 user on the nightly releases and ~5000 users on the
37
37
- Do a quick check to make sure the build doesn't crash, e.g. by enrolling yourself into the test track.
38
38
- In case there are any problems, delete the GitHub release, fix the problems and start again
39
39
- 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.
41
40
- Create a new full release on Google Play. Reuse the build from the Internal Testing track.
0 commit comments