Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Dec 12, 2022
1 parent 9078667 commit c9f4df3
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mastodon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions metadata/de-DE/changelogs/59.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c9f4df3

Please sign in to comment.