Add a notification possibility to upgrade MuseScore to the latest
thomasbonte opened this issue · 4 comments
thomasbonte commented
- Retrieve the version of MuseScore
- If not the latest, put up a message to upgrade MuseScore
thomasbonte commented
if (window.location.search.split("2.0.3").length != 2) {
// display upgrade message
};
IsaacWeiss commented
Currently, I have 2.3.2 and MuseScore Connect is showing me a message to upgrade to 2.3.1.
thomasbonte commented
@IsaacWeiss good catch. Will fix today, and a better future proof solution on Friday.
thomasbonte commented
To retrieve the MuseScore version, use mscore.version()
via the MuseScore Javascript interface.