Skip to content

Commit 0586939

Browse files
authored
prepare release 132 (#5097)
1 parent 7bb2ab4 commit 0586939

File tree

9 files changed

+34
-2
lines changed

9 files changed

+34
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66

77
### Significant bug fixes
88

9+
## v29.0
10+
11+
### New features and other improvements
12+
13+
- New iconset https://github.com/tuskyapp/Tusky/pull/5012
14+
- The layout of polls has been improved and a "show results" button was added https://github.com/tuskyapp/Tusky/pull/4980 https://github.com/tuskyapp/Tusky/pull/5047 https://github.com/tuskyapp/Tusky/pull/5095
15+
- Support for the "blur" filter action (Mastodon 4.4 feature) https://github.com/tuskyapp/Tusky/pull/5038
16+
- The quality of the image viewer has been improved https://github.com/tuskyapp/Tusky/pull/5068 https://github.com/tuskyapp/Tusky/pull/5067
17+
- An additional dialog will now prevent accidentally dismissing the media caption dialog https://github.com/tuskyapp/Tusky/pull/4999
18+
- Tusky will now send a `delete_media` parameter when deleting a post to help servers clean up their media faster (Mastodon 4.4 feature) https://github.com/tuskyapp/Tusky/pull/5082
19+
- Boosts and favorites are now confirmed via a bottom sheet instead of a drop down https://github.com/tuskyapp/Tusky/pull/5084
20+
- All account list views now have better error handling https://github.com/tuskyapp/Tusky/pull/5028
21+
- Support for Android 16 https://github.com/tuskyapp/Tusky/pull/5071
22+
- Several internal code improvements https://github.com/tuskyapp/Tusky/pull/5036 https://github.com/tuskyapp/Tusky/pull/5094 https://github.com/tuskyapp/Tusky/pull/5055 https://github.com/tuskyapp/Tusky/pull/5024
23+
- Improved localizations
24+
25+
### Significant bug fixes
26+
27+
- caches are now correctly deleted when logging out https://github.com/tuskyapp/Tusky/pull/4997 https://github.com/tuskyapp/Tusky/pull/5004
28+
- several layout fixes on Android 15+ https://github.com/tuskyapp/Tusky/pull/5053 https://github.com/tuskyapp/Tusky/pull/5041 https://github.com/tuskyapp/Tusky/pull/5003
29+
- fixes a crash that occurs when Tusky is used on a device with two or more UnifiedPush providers https://github.com/tuskyapp/Tusky/pull/5015
30+
931
## v28.0
1032

1133
### New features and other improvements

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
namespace "com.keylesspalace.tusky"
3333
minSdk 24
3434
targetSdk 36
35-
versionCode 131
36-
versionName "28.0"
35+
versionCode 132
36+
versionName "29.0 beta 1"
3737
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3838
vectorDrawables.useSupportLibrary = true
3939

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Tusky 29.0
2+
3+
- New iconset
4+
- The layout of polls has been improved and a "show results" button was added
5+
- Support for the "blur" filter action (Mastodon 4.4 feature)
6+
- The quality of the image viewer has been improved
7+
- An additional dialog will now prevent accidentally dismissing the media caption dialog
8+
- Boosts and favorites are now confirmed via a bottom sheet instead of a drop down
9+
10+
See https://github.com/tuskyapp/Tusky/blob/develop/CHANGELOG.md for the full changelog
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)