UnityLauncherPro icon indicating copy to clipboard operation
UnityLauncherPro copied to clipboard

add link to release notes comparison tool

Open unitycoder opened this issue 2 years ago • 1 comments

could be context menu or another button next to view release notes? https://alpha.release-notes.ds.unity3d.com/search?fromVersion=2023.1.16f1&toVersion=2023.1.17f1

or somehow compare your installed version to latest or next published version.. (although you can set compared version easily on that website too)

unitycoder avatar Oct 20 '23 07:10 unitycoder

Actually, it'd be cool to even use that page for the 'Release Notes' button; they are a lot easier to parse compared to the normal one.

SixParQuatre avatar Oct 30 '23 22:10 SixParQuatre

So I wanted to do a fork and a pull request for this but for some reason I can't push anything on the new repo; so here's an implementation of the improvement as a patch based on the latest master.... I had to zip the .diff because the site won't let me upload that type of file. :eyeroll: Here's the commit message associated with the change:

  • Add option in settings/general to use alpha release note sites and use it in Tools.OpenReleaseNotes. As 6000 version changelog don't appear on the alpha site always use GetUnityReleaseNotes in that case.
  • When using the alpha sites, we use it in comparison mode with the closest previous installed version. if none is found, use the same version as queried
  • Added an extra parameter in Tools.FindNearestVersion to find the nearest below rather than above. Default value is false to maintain existing behaviour in existing calls.

Cheers!

AlphaNotes.zip

SixParQuatre avatar Apr 17 '24 05:04 SixParQuatre

@SixParQuatre thanks! i'll have a look at it later.

unitycoder avatar Apr 17 '24 06:04 unitycoder

this is now live!, thanks

unitycoder avatar Apr 20 '24 08:04 unitycoder

Pleasure to help!

SixParQuatre avatar Apr 20 '24 19:04 SixParQuatre