mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-02-23 17:39:44 +02:00
Release 3.29.1
This commit is contained in:
parent
ef83f58648
commit
2ddc0540a8
3 changed files with 21 additions and 5 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 516
|
versionCode 517
|
||||||
versionName "3.29.0"
|
versionName "3.29.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"version": "3.29.0",
|
"version": "3.29.1",
|
||||||
"code": "516",
|
"code": "517",
|
||||||
"note": "Added:\n- Allow to edit scheduled messages from server side\n\nChanged:\n- Order list name alphabetically in profiles\n\nFixed:\n- Push notifications\n- Peertube instances picker\n- Edit scheduled threads (local)\n- Instant search of Hashtag repeats results"
|
"note": "Added:\n- Allow to edit scheduled messages from server side\n\nChanged:\n- Order list name alphabetically in profiles\n- Remove registration for Google\n\nFixed:\n- Push notifications\n- Peertube instances picker\n- Edit scheduled threads (local)\n- Instant search of Hashtag repeats results\n- Quotes broken with Markdowns\n- Fix reports crashes after submitting\n- Fix emoji picker when there is no result\n- Fix other crashes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "3.28.2",
|
"version": "3.28.2",
|
||||||
|
|
16
src/fdroid/fastlane/metadata/android/en/changelogs/517.txt
Normal file
16
src/fdroid/fastlane/metadata/android/en/changelogs/517.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Added:
|
||||||
|
- Allow to edit scheduled messages from server side
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
- Order list name alphabetically in profiles
|
||||||
|
- Remove registration for Google
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Push notifications
|
||||||
|
- Peertube instances picker
|
||||||
|
- Edit scheduled threads (local)
|
||||||
|
- Instant search of Hashtag repeats results
|
||||||
|
- Quotes broken with Markdowns
|
||||||
|
- Fix reports crashes after submitting
|
||||||
|
- Fix emoji picker when there is no result
|
||||||
|
- Fix other crashes
|
Loading…
Reference in a new issue