-
Notifications
You must be signed in to change notification settings - Fork 325
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
Display channel-appropriate release notes upon Companion version update #913
Conversation
@lidel, for review at your leisure -- please note this works as intended if I swap (Thanks @rafaelramalho19 for the help!) |
This makes it possible to turn off release notes on each update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thank you @jessicaschilling !
I was a bit worried there will be a set of users very vocal that they can't turn this type of behavior off. I've added toggle to Preferences – similar to the one we already had for disabling all OS-level notifications.
Let me know if it is ok.
@lidel Great idea to put it in a preference, thank you! I tweaked the text ever so slightly. Merging. 😊 |
Just released v2.14.0.959 and it worked 🚀 👌 |
This PR adds functionality for displaying the GitHub page for latest version release notes (taken from
browser.runtime.getManifest().version
in order to be accurate for Beta channel users) upon version update of the extension.Closes #912