mastodon / mastodon-android

Official Android app for Mastodon
https://app.joinmastodon.org/android
GNU General Public License v3.0
1.63k stars 250 forks source link

Please Add Changelog to F-Droid Store Listing. #858

Open Coehill opened 3 days ago

Coehill commented 3 days ago

Other apps list a changelog but Mastodon does not.

Additionally, other apps offer a "NEW IN VERSION ..." Header on the app store listing so you fan see what's been updated at a glance.

Screenshot from F-Droid Store

grishka commented 3 days ago

I do provide changelogs in the Fastlane format that F-Droid is supposed to pick up: https://github.com/mastodon/mastodon-android/tree/master/fastlane/metadata/android/en-US/changelogs

Though I just looked at Fastlane docs and it turns out my assumption that it uses the newest file if a changelog isn't provided is wrong. That's very inconvenient for how I sometimes do several consecutive releases in a short timespan with just bug fixes.

linsui commented 2 days ago

You can add default.txt as a link to the latest changelog and it will be used as a fallback.