damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
84 stars 4 forks source link

Add parsing to get app update notes #316

Closed damontecres closed 3 months ago

damontecres commented 3 months ago

Adds the ability to parse out "app notes" from a GitHub release body. This allows the app to show important information about an app update such as breaking changes.

They are encoded as comments, one per line: <!-- app-note:This is the app note --> in the body message of a GitHub release.