diff --git a/README.md b/README.md index 7f82a23b9..1b71b6a1e 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,9 @@ There's also a handful of custom strings exclusive to this projects that would n * [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) +* [More distinct filled boost icon](https://github.com/sk22/megalodon/commits/more-distinct-filled-boost-icon) +* [Material You color theme] by [@LucasGGamerM](https://github.com/LucasGGamerM) +* [Animations for interaction buttons](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/animate-buttons) ## Building diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 797fbb95d..38f9b8042 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.joinmastodon.android.sk" minSdk 23 targetSdk 33 - versionCode 59 - versionName "1.1.5+fork.59" + versionCode 60 + versionName "1.1.5+fork.60" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resConfigs "ar-rSA", "be-rBY", "bn-rBD", "bs-rBA", "ca-rES", "cs-rCZ", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fi-rFI", "fil-rPH", "fr-rFR", "ga-rIE", "gd-rGB", "gl-rES", "hi-rIN", "hr-rHR", "hu-rHU", "hy-rAM", "in-rID", "is-rIS", "it-rIT", "iw-rIL", "ja-rJP", "kab", "ko-rKR", "nl-rNL", "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/en-US/changelogs/60.txt b/metadata/en-US/changelogs/60.txt new file mode 100644 index 000000000..353d0e6e4 --- /dev/null +++ b/metadata/en-US/changelogs/60.txt @@ -0,0 +1,5 @@ +- Material You color theme +- Replace dark gray tones for all themes +- More distinct filled boost icon +- Animations for interaction buttons +- Bugfixes (Crash on some posts, "Lists with", default posting language)