-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showing Release Notes for a given Version in the app #172
Comments
if you want to sketch some draft image how it could look like, that would help! as browser has the benefits of:
but for a quick view, certainly it would be easier to view inside launcher. |
That's a good point. I'm all for giving the user options! |
To make it better than browser experience (with original release notes)
other random comments:
|
Hey!
Looking through the API fetch for the versions in the Updates tab, I noticed a section for release notes:
If we follow the link we can see that the entire file is markdown (also indicated in the json as well as the file extension). I think this would be a great way to easily display a popup-window inside the app, maybe even with a search bar. That way there's no need for a browser opening or anything to be opened separately.
I am also not sure if having both Release Notes and Cumulative Release Notes is that useful (Maybe allowing multi-select in the Updates tab and only then showing the cumulative button which would then open the website with the correct query).
Another way to fetch release notes which would also support cumulative ones is this API fetch from the actual website:
https://alpha.release-notes.ds.unity3d.com/ajax/search?fromVersion=6000.0.20f1&toVersion=6000.0.22f1
It returns a json instead of a markdown and looking at the javascript, they also do some processing to display it nice on the website. Should be easy to replicate, even though I find straight release notes in the app better, and the cumulative ones for the website maybe?
The text was updated successfully, but these errors were encountered: