mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-09-15 08:20:18 +03:00
Release 3.34.0
This commit is contained in:
parent
8ff3566498
commit
0e6409d7d8
3 changed files with 23 additions and 5 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 536
|
||||
versionName "3.34.0-beta-2"
|
||||
versionCode 537
|
||||
versionName "3.34.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[
|
||||
{
|
||||
"version": "3.34.0-beta-2",
|
||||
"code": "536",
|
||||
"note": "Added:\n- 3-Dots menu for remote conversations (Federation in background)\n- Quote support for Mastodon\n- Long press on tags: Follow / Mute\n\nChanged:\n- Improve accessibility in media activity\n- Improve content descriptions\n- Update languages\n- Update launcher icons, add more monochrome icons\n- Limit the number of highlighted hashtags at the bottom of messages\n\nFixed:\n- Fix text selection stop working when composing\n- Fix a crash with threads\n- Fix empty Hashtags"
|
||||
"version": "3.34.0",
|
||||
"code": "537",
|
||||
"note": "Added:\n- 3-Dots menu for remote conversations (Federation in background)\n- Quote support for Mastodon\n- Long press on tags: Follow / Mute\n\nChanged:\n- Improve accessibility in media activity\n- Improve content descriptions\n- Update languages\n- Update launcher icons, add more monochrome icons\n- Limit the number of highlighted hashtags at the bottom of messages\n\nFixed:\n- Fix text selection stop working when composing\n- Fix a crash with threads\n- Fix empty Hashtags\n- Fix automatically expand media does not work with the Pixelfed presentation\n- Fix a crash with fit preview images feature"
|
||||
},
|
||||
{
|
||||
"version": "3.33.1",
|
||||
|
|
18
src/fdroid/fastlane/metadata/android/en/changelogs/537.txt
Normal file
18
src/fdroid/fastlane/metadata/android/en/changelogs/537.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
Added:
|
||||
- 3-Dots menu for remote conversations (Federation in background)
|
||||
- Quote support for Mastodon
|
||||
- Long press on tags: Follow / Mute
|
||||
|
||||
Changed:
|
||||
- Improve accessibility in media activity
|
||||
- Improve content descriptions
|
||||
- Update languages
|
||||
- Update launcher icons, add more monochrome icons
|
||||
- Limit the number of highlighted hashtags at the bottom of messages
|
||||
|
||||
Fixed:
|
||||
- Fix text selection stop working when composing
|
||||
- Fix a crash with threads
|
||||
- Fix empty Hashtags
|
||||
- Fix automatically expand media does not work with the Pixelfed presentation
|
||||
- Fix a crash with fit preview images feature
|
Loading…
Reference in a new issue