diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..46c4024 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.4.1] - 2021-05-13 +# Fixed +- interea: the selection of the chord quality when the harmonic option +is on is now based on the V/Octave input only, using thus the frequency +knob as the root note of the scale. \ No newline at end of file diff --git a/plugin.json b/plugin.json index 84c39b3..f5b97bc 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "forsitan", "name": "forsitan modulare", - "version": "1.4.0", + "version": "1.4.1", "license": "GPL-3.0-or-later", "brand": "forsitan modulare", "author": "Giampaolo Guiducci", @@ -11,7 +11,7 @@ "manualUrl": "https://github.com/gosub/forsitan-modulare#forsitan-modulare", "sourceUrl": "https://github.com/gosub/forsitan-modulare", "donateUrl": "", - "changelogUrl": "", + "changelogUrl": "https://github.com/gosub/forsitan-modulare/CHANGELOG.md", "modules": [ { "slug": "alea",