From 97c9f27dc09b83ab8a422e792d1f2fab2264f015 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 27 Feb 2020 05:50:35 -0500 Subject: [PATCH 1/3] Fix URLs. Use correct "Hardware clone" tag. --- plugin.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/plugin.json b/plugin.json index 4db8a40..bc16fe0 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,13 @@ { "slug": "AudibleInstruments", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-3.0-only", "name": "Audible Instruments", "author": "VCV", "authorEmail": "contact@vcvrack.com", "authorUrl": "https://vcvrack.com/", - "pluginUrl": "https://vcvrack.com/AudibleInstruments.html", - "manualUrl": "https://vcvrack.com/AudibleInstruments.html#manual", + "pluginUrl": "https://vcvrack.com/AudibleInstruments", + "manualUrl": "https://vcvrack.com/AudibleInstruments#manual", "sourceUrl": "https://github.com/VCVRack/AudibleInstruments", "donateUrl": "", "modules": [ @@ -17,7 +17,7 @@ "description": "Based on Mutable Instruments Braids", "tags": [ "Oscillator", - "Hardware" + "Hardware clone" ] }, { @@ -26,7 +26,7 @@ "description": "Based on Mutable Instruments Plaits", "tags": [ "Oscillator", - "Hardware" + "Hardware clone" ] }, { @@ -35,7 +35,7 @@ "description": "Based on Mutable Instruments Elements", "tags": [ "Physical modeling", - "Hardware" + "Hardware clone" ] }, { @@ -47,7 +47,7 @@ "Oscillator", "Waveshaper", "Function generator", - "Hardware" + "Hardware clone" ] }, { @@ -59,7 +59,7 @@ "Oscillator", "Waveshaper", "Function generator", - "Hardware" + "Hardware clone" ] }, { @@ -69,7 +69,7 @@ "tags": [ "Granular", "Reverb", - "Hardware" + "Hardware clone" ] }, { @@ -79,7 +79,7 @@ "tags": [ "Ring modulator", "Waveshaper", - "Hardware" + "Hardware clone" ] }, { @@ -88,7 +88,7 @@ "description": "Based on Mutable Instruments Rings", "tags": [ "Physical modeling", - "Hardware" + "Hardware clone" ] }, { @@ -98,7 +98,7 @@ "tags": [ "Multiple", "Mixer", - "Hardware" + "Hardware clone" ] }, { @@ -109,7 +109,7 @@ "Utility", "Sample and hold", "Noise", - "Hardware" + "Hardware clone" ] }, { @@ -118,7 +118,7 @@ "description": "Based on Mutable Instruments Shades", "tags": [ "Mixer", - "Hardware" + "Hardware clone" ] }, { @@ -128,7 +128,7 @@ "tags": [ "Random", "Dual", - "Hardware" + "Hardware clone" ] }, { @@ -138,7 +138,7 @@ "tags": [ "Mixer", "Attenuator", - "Hardware" + "Hardware clone" ] }, { @@ -147,7 +147,7 @@ "description": "Based on Mutable Instruments Veils", "tags": [ "Mixer", - "Hardware" + "Hardware clone" ] }, { @@ -159,7 +159,7 @@ "Mixer", "Attenuator", "LFO", - "Hardware" + "Hardware clone" ] }, { @@ -169,7 +169,7 @@ "tags": [ "Function generator", "Envelope generator", - "Hardware" + "Hardware clone" ] }, { @@ -178,7 +178,7 @@ "description": "Based on Mutable Instruments Marbles", "tags": [ "Random", - "Hardware" + "Hardware clone" ] } ] From a9e2ff46fa8107533bb1337d11ea10337743abd2 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 27 Feb 2020 06:54:15 -0500 Subject: [PATCH 2/3] Update changelog. --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9501b79..559dbe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ +### 1.0.1 (2020-02-27) +- Fix tags and module descriptions. -### 0.6.3 (2018-10-10) +### 1.0.0 (2019-06-13) +- Port to v1. -- Added Segment Generator +### 0.6.3 (2018-10-10) +- Add Segment Generator. ### 0.6.2 (2018-10-09) - -- Added Random Sampler from Audible Instruments Preview +- Add Random Sampler from Audible Instruments Preview. ### 0.6.1 (2018-09-12) - -- Added Macro Oscillator 2 from Audible Instruments Preview +- Add Macro Oscillator 2 from Audible Instruments Preview. From f91a0a913a67cabaf0f054933918a0384977d26a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 27 Feb 2020 06:55:05 -0500 Subject: [PATCH 3/3] Add changelogUrl. --- plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.json b/plugin.json index bc16fe0..0b98ee9 100644 --- a/plugin.json +++ b/plugin.json @@ -9,6 +9,7 @@ "pluginUrl": "https://vcvrack.com/AudibleInstruments", "manualUrl": "https://vcvrack.com/AudibleInstruments#manual", "sourceUrl": "https://github.com/VCVRack/AudibleInstruments", + "changelogUrl": "https://github.com/VCVRack/AudibleInstruments/blob/v1/CHANGELOG.md", "donateUrl": "", "modules": [ {