Browse Source

Update changelog and bump version.

tags/v2.0.3
Andrew Belt 1 year ago
parent
commit
1de8e56b81
2 changed files with 7 additions and 3 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +3
    -3
      plugin.json

+ 4
- 0
CHANGELOG.md View File

@@ -1,5 +1,9 @@
# Fundamental changelog

### 2.0.3 (2021-12-31)
- Wavetable VCO and LFO
- Make wavetable loading lock-free, fixing hiccups and increasing performance.

### 2.0.2 (2021-12-26)
- Wavetable VCO and LFO
- Fix probabilistic crash when loading wavetable files.


+ 3
- 3
plugin.json View File

@@ -1,14 +1,14 @@
{
"slug": "Fundamental",
"name": "Fundamental",
"version": "2.0.2",
"version": "2.0.3",
"license": "GPL-3.0-or-later",
"brand": "VCV",
"author": "VCV",
"authorEmail": "support@vcvrack.com",
"pluginUrl": "https://vcvrack.com/Fundamental.html",
"pluginUrl": "https://vcvrack.com/Fundamental",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/Fundamental.html#manual",
"manualUrl": "https://vcvrack.com/Fundamental#manual",
"sourceUrl": "https://github.com/VCVRack/Fundamental",
"changelogUrl": "https://github.com/VCVRack/Fundamental/blob/v2/CHANGELOG.md",
"modules": [


Loading…
Cancel
Save