Releases: tuskyapp/Tusky
Tusky 27.1
New features and other improvements
- The width of the tab indicator has been increased #4849
Significant bug fixes
- Improves rendering of some animated custom emojis #4281
- Fixes an issue where the input field for media descriptions was too small in some cases #4831
- Fixes an issue where hashtags at the end of posts were duplicated #4845
- Fixes an issue that prevented lists from being edited #4851
If you like Tusky, consider supporting us on Open Collective!
Tusky 27.0
- The compose screen shows a warning icon again when attached media has no description #4806
- Improves the hashtag bar at the end of posts #4802 #4811
- Makes sure the compose screen is never hidden when bringing the app to the foreground #4813 #4818
For changes since v26.2 see CHANGELOG.md.
If you like Tusky, consider supporting us on Open Collective!
Tusky 27.0 beta 1
New features and other improvements
- Tusky has been redesigned with Material 3 #4637 #4673
- Support for Notification Policies (Mastodon 4.3 feature) #4768
- Hashtags at the end of posts are now shown in a separate bar #4761
- Full support for folding devices #4689
- Improved post rendering in some edge cases #4650 #4672 #4723
- Descriptions can now be added to audio attachments #4711
- The screen keyboard now pops up automatically when opening a dialog that contains a textfield #4667
Significant bug fixes
- fixes a bug where Tusky would drop your draft when switching apps #4685
- fixes a bug where Tusky would drop media that is being added to a post #4662
- fixes a bug that caused the login to fail in some cases #4704
If you like Tusky, please consider supporting us on Open Collective!
Tusky 26.2
- Fixes a bug where Tusky would not correctly switch between accounts #4636
- Fixes a crash when a status in a notification contains a reblog (happens when subscribed to a Friendica group) #4638
- Long video descriptions can no longer cover the video controls #4632
- Fixes a bug where Tusky's URL detection algorithm was different from Mastodon's #4642
If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky
Tusky 26.1
New features and other improvements
- 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. #4568
- Tusky now includes ISRG root certificates to keep working on Android 7 and servers that use Let's Encrypt. #4609
- The soft keyboard will now be hidden after performing a search. #4578
Significant bug fixes
- Fixes a bug where Tusky sometimes mixes up timelines and/or notifications of accounts. #4577 #4599
- Fixes two bugs where Tusky would not provide the translation option even though the server is configured correctly. #4560 #4590
- Fixes a rare bug where Tusky would sometimes randomly crash on startup. #4569
- 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". #4619
If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky
Tusky 26.0
This fixes a bug that caused Tusky to crash when encountering an unknown notification type. #4546
For changes since v25 see CHANGELOG.md.
Tusky 26.0 beta 1
New features and other improvements
- The blue primary color that previously was the same for all themes is now slightly lighter in the dark theme and darker in the light theme for better contrast.
Consequently, the color that is used on top of the primary color (e.g. on buttons) is now dark instead of white in the dark theme. PR#3921 PR#4507 - New account preference "default reply privacy".
Note that in contrast to the "default post privacy" this setting will not be synced with the server as Mastodon does not have this feature. PR#4496 - New preference "Show confirmation before following" PR#4445
- The notification tab is now cached on the device for better offline behavior.
Since it shares the cache with the home timeline, interactions with posts will now sync between those tabs more often than before. PR#4026 - Tusky will now only make one call to the server to check which version of the filters api is supported and cache the result instead of everytime filters are needed. PR#4539
- The "Hide compose button while scrolling" preference, which had the main purpose of making content behind the button accessible, has been removed and bottom padding added to all lists that could be obscured by buttons. PR#4486
- When viewing media of a translated post the media descriptions will now also be translated PR#4463
- The custom emojis in the emoji picker are now sorted by category PR#4533
- Various internal refactorings to improve performance and maintainability.
PR#4515
PR#4502
PR#4472
PR#4470
PR#4443
PR#4441
PR#4461
PR#4447
PR#4411
PR#4413
Significant bug fixes
- Posts with null media focus values will no longer cause Tusky to show an error PR#4462
- A lot of other bugfixes, mostly smaller display bugs
PR#4536
PR#4537
PR#4527
PR#4521
PR#4525
PR#4518
PR#4514
PR#4491
PR#4490
PR#4474
PR#4436
If you like Tuksy, please consider supporting us on Open Collective!
Tusky 25.2
- Fixes a bug that could sometimes crash Tusky when rotating the screen while viewing an account list PR#4430
- Fixes a bug that could crash Tusky at startup under certain conditions PR#4431
- Fixes a bug that caused Tusky to crash when custom emojis with too large dimensions were loaded PR#4429
- Makes Tusky work again with Iceshrimp by working around a quirk in their API implementation PR#4426
- Fixes a bug that made translations not work on some servers PR#4422
Tusky 25.1
Tusky 25.0
Tusky 25.0 is almost the same as 25.0 beta 1, with the exception of a few bugfixes for bugs found during the beta phase.
Changes to 24.1:
New features and other improvements
- Added support for the Mastodon translation api.
You can now find a new option "translate" in the three-dot-menu on posts that are not in your display language when your server supports the translation api.
Support is determined by checking theconfiguration.translation.enabled
attribute of the/api/v2/instance
endpoint.
PR#4307 - The language of a post is now shown in the metadata section of the detail post view, if it is available. PR#4127
- The transitions between screens have been changed to feel faster and align more with default Android transitions. PR#4285
- The post statistic section below the detail post view is now always shown to prevent layout shifts on the first like or boost.
PR#4205 PR#4260 - The filters for boosts/replies/self-boosts in the home timeline have moved from general preferences to account specific preferences. PR#4115
- The json parsing library has been migrated from Gson to Moshi. This change will make Tusky no longer crash on unexpected server responses. PR#4309
- Small layout improvements to the header of the profile view PR#4375 PR#4371
- support for Android 14 Upside Down Cake PR#4224
- Various internal refactorings to improve performance and maintainability.
PR#4269 PR#4290 PR#4291 PR#4296 PR#4364 PR#4366 PR#4372 PR#4356 PR#4348 PR#4339 PR#4337 PR#4336 PR#4330 PR#4235 PR#4081