Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Add a notification possibility to upgrade MuseScore to the latest #2

Open
thomasbonte opened this issue Apr 6, 2016 · 4 comments
Open
Assignees

Comments

@thomasbonte
Copy link
Contributor

  • Retrieve the version of MuseScore
  • If not the latest, put up a message to upgrade MuseScore
@thomasbonte
Copy link
Contributor Author

if (window.location.search.split("2.0.3").length != 2) {
  // display upgrade message
};

@IsaacWeiss
Copy link

Currently, I have 2.3.2 and MuseScore Connect is showing me a message to upgrade to 2.3.1.

@thomasbonte
Copy link
Contributor Author

@IsaacWeiss good catch. Will fix today, and a better future proof solution on Friday.

@thomasbonte
Copy link
Contributor Author

To retrieve the MuseScore version, use mscore.version() via the MuseScore Javascript interface.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants