diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 14fb1192f..3fffb0ac3 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.joinmastodon.android.sk" minSdk 23 targetSdk 33 - versionCode 81 - versionName "1.2.0+fork.81" + versionCode 82 + versionName "1.2.0+fork.82" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resConfigs "ar-rSA", "be-rBY", "bn-rBD", "bs-rBA", "ca-rES", "cs-rCZ", "da-rDK", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fa-rIR", "fi-rFI", "fil-rPH", "fr-rFR", "ga-rIE", "gd-rGB", "gl-rES", "hi-rIN", "hr-rHR", "hu-rHU", "hy-rAM", "ig-rNG", "in-rID", "is-rIS", "it-rIT", "iw-rIL", "ja-rJP", "kab", "ko-rKR", "my-rMM", "nl-rNL", "no-rNO", "oc-rFR", "pl-rPL", "pt-rBR", "pt-rPT", "ro-rRO", "ru-rRU", "si-rLK", "sl-rSI", "sv-rSE", "th-rTH", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW" } diff --git a/metadata/de-DE/changelogs/82.txt b/metadata/de-DE/changelogs/82.txt new file mode 100644 index 000000000..7b1b4eea3 --- /dev/null +++ b/metadata/de-DE/changelogs/82.txt @@ -0,0 +1,5 @@ +- Favorisieren/Lesezeichen/Antworten direkt über Android-Benachrichtigungen +- Verbesserte Kopfzeilen für Reblogs und Antworten in der Timeline +- Benachrichtigungs-Punkt (Benachrichtigungen werden aktuell noch nicht automatisch nachgeladen) +- Für Akkoma-Benutzer_innen: Antwort-Sichtbarkeit, sortierte Thread-Antworten, Zitate, … +- Crashes behoben und kleinere Verbesserungen \ No newline at end of file diff --git a/metadata/en-US/changelogs/82.txt b/metadata/en-US/changelogs/82.txt new file mode 100644 index 000000000..35613d354 --- /dev/null +++ b/metadata/en-US/changelogs/82.txt @@ -0,0 +1,5 @@ +- Like/bookmark/reply directly from notification shade +- Prettier and more consistent headers for reblogs and replies in timeline +- Notification dot (which doesn't actually load the notifications just yet) +- For Akkoma users: Reply visibility, sorted thread replies, quoting, … +- Crash fixes and minor tweaks \ No newline at end of file