Browse Source

prepare release 132 (#5097)

pull/5116/head v29.0-beta.1
Konrad Pozniak 10 months ago committed by GitHub
parent
commit
0586939ce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 22
      CHANGELOG.md
  2. 4
      app/build.gradle
  3. 10
      fastlane/metadata/android/en-US/changelogs/133.txt
  4. BIN
      fastlane/metadata/android/en-US/images/phoneScreenshots/00_login.png
  5. BIN
      fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png
  6. BIN
      fastlane/metadata/android/en-US/images/phoneScreenshots/02_compose.png
  7. BIN
      fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png
  8. BIN
      fastlane/metadata/android/en-US/images/phoneScreenshots/04_favourites.png
  9. BIN
      fastlane/metadata/android/en-US/images/phoneScreenshots/05_reply.png

22
CHANGELOG.md

@ -6,6 +6,28 @@
### Significant bug fixes
## v29.0
### New features and other improvements
- New iconset https://github.com/tuskyapp/Tusky/pull/5012
- 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
- Support for the "blur" filter action (Mastodon 4.4 feature) https://github.com/tuskyapp/Tusky/pull/5038
- The quality of the image viewer has been improved https://github.com/tuskyapp/Tusky/pull/5068 https://github.com/tuskyapp/Tusky/pull/5067
- An additional dialog will now prevent accidentally dismissing the media caption dialog https://github.com/tuskyapp/Tusky/pull/4999
- 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
- Boosts and favorites are now confirmed via a bottom sheet instead of a drop down https://github.com/tuskyapp/Tusky/pull/5084
- All account list views now have better error handling https://github.com/tuskyapp/Tusky/pull/5028
- Support for Android 16 https://github.com/tuskyapp/Tusky/pull/5071
- 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
- Improved localizations
### Significant bug fixes
- caches are now correctly deleted when logging out https://github.com/tuskyapp/Tusky/pull/4997 https://github.com/tuskyapp/Tusky/pull/5004
- 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
- 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
## v28.0
### New features and other improvements

4
app/build.gradle

@ -32,8 +32,8 @@ android {
namespace "com.keylesspalace.tusky"
minSdk 24
targetSdk 36
versionCode 131
versionName "28.0"
versionCode 132
versionName "29.0 beta 1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

10
fastlane/metadata/android/en-US/changelogs/133.txt

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

BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/00_login.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 564 KiB

BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 KiB

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/02_compose.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 731 KiB

BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 640 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/04_favourites.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 KiB

After

Width:  |  Height:  |  Size: 778 KiB

BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/05_reply.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 809 KiB

After

Width:  |  Height:  |  Size: 858 KiB

Loading…
Cancel
Save