I am using Sparkle framework for application updates, and I am wondering what url in the <sparkle:ReleaseNotesLink>
tag is actually used for?
According to the documentation, "You can provide additional release notes for localization purposes." https://github.com/andymatuschak/Sparkle/wiki/publishing-an-update#localization
<sparkle:releaseNotesLink>http://you.com/app/2.0.html</sparkle:releaseNotesLink>
<sparkle:releaseNotesLink xml:lang="de">http://you.com/app/2.0_German.html</sparkle:releaseNotesLink>
I understand adding language codes to the tag for different languages. What I don't understand is how the link is utilized or accessed? A link to a "Release Notes" page does not show in the rss feed. So, if only using a single language, does the tag have a purpose?
I thought it might add a link to the description shown when there is an update that said "Complete Change log here" or something similar, but it does not. It also does not show a "link" when viewing the xml file in a web browser, so I am confused as to the tags purpose.