Use release body text as release notes and display in UI #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We don't even have to download anything new to use the release's body text as some kind of release notes and display them, because it's already downloaded.
The game automatically downloads data about the newest available version online from the gitea releases page in the JSON format. That's how it knows where to get the executable, what the newest version number/patch (
0.4-3
for example) is, and other data.The gitea release's text is also grabbed, so all we'd have to do is display it.
Done in
65e38ef
!