Skip to content

Commit

Permalink
version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent committed Apr 26, 2022
1 parent d726428 commit 31a5213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions elementanalayser.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ import Qt.labs.settings 1.0

/**********************
/* Parking B - MuseScore - Element analyser
/* v1.0.1
/* v1.1.0
/* ChangeLog:
/* - 1.0.0: Initial release
/* - 1.0.1: Striketrough of non investigated elements
/* - 1.1.0: Striketrough of non investigated elements
/* - 1.1.0: Choice between Non Nulls / All analysis
/**********************************************/
MuseScore {
menuPath: "Plugins.Element analyser"
Expand Down
4 changes: 2 additions & 2 deletions elementanalayser/elementanalayser.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

/**********************
/* Parking B - MuseScore - Solo Analyser core plugin
/* v1.0.0
/* v1.1.0
/* ChangeLog:
/* - 1.0.0: Initial release
/* - 1.0.1: Improved robustness in CompareObjects
/* - 1.0.1: New don't dig into list that applies in include mode
/* - 1.1.0: New don't dig into list that applies in include mode
/**********************************************/
var default_nodiglist = ["bbox", /^pos/i, /color/i, /align/i, "next", "prev", "nextInMeasure", "prevInMeasure", "lastMeasure", "firstMeasure", "lastMeasureMM", "firstMeasureMM", "prevMeasure", "nextMeasure", "prevMeasureMM", "nextMeasureMM", "lastTiedNote", "firstTiedNote"];
var default_filterList = ["elements", "staff", "page"].concat(default_nodiglist);
Expand Down

0 comments on commit 31a5213

Please sign in to comment.