Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent committed Mar 28, 2022
1 parent db1be39 commit 26a1572
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions soloanalyser.qml
Expand Up @@ -7,24 +7,26 @@ import "zparkingb/chordanalyser.js" as ChordHelper

/**********************
/* Parking B - MuseScore - Solo Analyser plugin
/* v1.2.0
/* v1.2.1
/* ChangeLog:
/* - 1.0.0: Initial release
/* - 1.0.1: Using of ChordAnalyzer shared library
/* - 1.1.0: New coloring approach
/* - 1.2.0: Colors and names (optionnaly) all the notes
/* - 1.2.1: Uses the bass note if specified in the chord
/* - 1.2.1: Minor improvments on the chord recognission
/**********************************************/

MuseScore {
menuPath: "Plugins." + pluginName
description: "Colors the notes part of each measure harmony."
version: "1.2.0"
version: "1.2.1"

readonly property var pluginName: "Solo Analyser"

readonly property var selHelperVersion: "1.2.0"
readonly property var noteHelperVersion: "1.0.3"
readonly property var chordHelperVersion: "1.2.4"
readonly property var chordHelperVersion: "1.2.7"

property var colorNonChord: false // should be managed by a GUI
property var nameNonChord: true // should be managed by a GUI
Expand Down

0 comments on commit 26a1572

Please sign in to comment.