bump version, update changelog

This commit is contained in:
sk
2022-12-12 23:35:54 +01:00
parent 9078667d51
commit c9f4df3d4e
9 changed files with 10 additions and 2 deletions

View File

@@ -161,6 +161,7 @@ There's also a handful of custom strings exclusive to this projects that would n
* [Profile header tweaks](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:ui/profile-header-tweaks)
* [Custom color themes](https://github.com/sk22/megalodon/pull/124) by [@LucasGGamerM](https://github.com/LucasGGamerM)
* [Custom "megalodon" text logo](https://github.com/sk22/megalodon/commit/563afd487ca5c608cfbb00fa3909d3c27384acc0) by [@LucasGGamerM](https://github.com/LucasGGamerM)
* [Custom login screen](https://github.com/sk22/megalodon/commit/9bbf8c4618dbe13accaeb3b5482bf3fe88cac4c0)
## Building

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android.sk"
minSdk 23
targetSdk 33
versionCode 58
versionName "1.1.4+fork.58"
versionCode 59
versionName "1.1.4+fork.59"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "en", "ar-rSA", "bs-rBA", "ca-rES", "cs-rCZ", "de-rDE", "el-rGR", "es-rES",
"eu-rES", "fi-rFI", "fr-rFR", "gl-rES", "hr-rHR", "hy-rAM", "it-rIT", "iw-rIL",

View File

@@ -0,0 +1,6 @@
- Sprachauswahl hinzugefügt
- Übersetz-Funktion hinzugefügt
- Semantik bei Umfragen verbessert (Radio-Buttons, Checkboxen)
- Mehrfachauswahl als Option bei Umfragen
- Neuer Anmelde-Bildschirm
- Fehlerbehebungen

View File

@@ -2,4 +2,5 @@
- Add translate function
- Improve semantics for voting on polls (radio buttons and checkboxes)
- Add option to allow voting for multiple options on polls
- New login screen
- Bugfixes