Changes since your save link on new version game transfer #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will create a link on the new version game transfer dialogue on webtiles when there is a newer crawl-git version than your currently saved game, comparing the hash of your game with the hash of the new version, using github's compare page. This is a neat little convenience feature for those curious about what exactly is changing from build to build and how it may impact their current game.
Tested with the provided docker build, inserting a bogus value into the versions table to indicate a new version had been created, resulting in the following screenshot. Currently looks like this: https://i.imgur.com/wzTf04g.png
The concept seems fine, could be room to improve in design/implementation. That is, how it's configured, where the link appears, the text of the link, etc. Could be edge cases I'm not thinking of.