From 6f9ecfb0fdcd3c18cbd99580bb8da2b557729eec Mon Sep 17 00:00:00 2001 From: j4s0n-c Date: Tue, 2 Jan 2018 13:07:25 -0800 Subject: [PATCH 01/11] update new version --- plugins/trowaSoft.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/plugins/trowaSoft.json b/plugins/trowaSoft.json index a81d8267..20e90a33 100644 --- a/plugins/trowaSoft.json +++ b/plugins/trowaSoft.json @@ -2,17 +2,23 @@ "slug": "trowaSoft", "name": "trowaSoft", "author": "j4s0n-c", - "version": "", + "version": "0.5.5.1", "homepage": "http://www.geekasaurusrex.net/page/trowaSoft-Sequencer-Modules-for-VCV-Rack.aspx", + "donation": "https://paypal.me/j4s0n", + "manual": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md", "source": "https://github.com/j4s0n-c/trowaSoft-VCV", "downloads": { "win": { - "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5/trowaSoft-0.5.5-win.zip", - "sha256": "66d8e1d82fe2e2bd440139d76e347a449595ba2fecd3433ed2243263d1480be1" + "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5.1/trowaSoft-0.5.5.1-win.zip", + "sha256": "70b62c34b4243e0f230d2acf23de5628daaff07e0bb2d90e4b9fe0031dbcafa9" }, "mac": { - "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5/trowaSoft-0.5.5-mac.zip", - "sha256": "ac3525cb3aa9a821659042319baf327080fc00dd3ee440d03e5fe73c0dd9a3c0" + "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5.1/trowaSoft-0.5.5.1-mac.zip", + "sha256": "6956ba75471671de77a788076fe513d94ba7c184027fa68c56c2a989f807dd64" + }, + "lin": { + "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5.1/trowaSoft-0.5.5.1-lin.zip", + "sha256": "8770b69043b7c151d876ac3195e1262d6f63f1e69c3db57d4d683ad9de258f0f" } } -} \ No newline at end of file +} From 4f6019ca4ee776ae11f319f089e239507873388f Mon Sep 17 00:00:00 2001 From: Michael Hetrick Date: Tue, 2 Jan 2018 15:28:02 -0600 Subject: [PATCH 02/11] Added Unfiltered Volume 1 (#139) --- plugins/UnfilteredVolume1.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/UnfilteredVolume1.json diff --git a/plugins/UnfilteredVolume1.json b/plugins/UnfilteredVolume1.json new file mode 100644 index 00000000..af22ffc1 --- /dev/null +++ b/plugins/UnfilteredVolume1.json @@ -0,0 +1,9 @@ +{ + "slug": "UnfilteredVolume1", + "name": "Unfiltered Volume 1", + "author": "Unfiltered Audio", + "license": "proprietary", + "version": "0.5.0", + "manual": "https://www.unfilteredaudio.com/pages/vcv-manuals", + "productId": "679766392875" +} \ No newline at end of file From 659dd409a48b718e3634ffc0a68e412ce661f1d5 Mon Sep 17 00:00:00 2001 From: j4s0n-c Date: Tue, 2 Jan 2018 15:25:42 -0800 Subject: [PATCH 03/11] fixed binaries fix version in makefile and remove linking to GLEW in linux and mac build --- plugins/trowaSoft.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/trowaSoft.json b/plugins/trowaSoft.json index 20e90a33..ea41cca3 100644 --- a/plugins/trowaSoft.json +++ b/plugins/trowaSoft.json @@ -10,15 +10,15 @@ "downloads": { "win": { "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5.1/trowaSoft-0.5.5.1-win.zip", - "sha256": "70b62c34b4243e0f230d2acf23de5628daaff07e0bb2d90e4b9fe0031dbcafa9" + "sha256": "3e884697145e1c8e3288dcc478e0f139eb9e2f1f1172839ca330474f107574bf" }, "mac": { "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5.1/trowaSoft-0.5.5.1-mac.zip", - "sha256": "6956ba75471671de77a788076fe513d94ba7c184027fa68c56c2a989f807dd64" + "sha256": "1cc90a7c97a284cd461642091cd4a5a234efc36b36dbdb59c334a9184656f641" }, "lin": { "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5.1/trowaSoft-0.5.5.1-lin.zip", - "sha256": "8770b69043b7c151d876ac3195e1262d6f63f1e69c3db57d4d683ad9de258f0f" + "sha256": "3cafc58db1311ea45e9e64c97c3934a2c98abc5b7216b96b6fb5e96b672573fc" } } } From b6cd12e0417c0a54db87210d4bef17215e36c180 Mon Sep 17 00:00:00 2001 From: Freddy <34798768+AScustomWorks@users.noreply.github.com> Date: Tue, 2 Jan 2018 17:32:55 -0600 Subject: [PATCH 04/11] New release 0.5.2 release updated plugins --- plugins/AS.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 plugins/AS.json diff --git a/plugins/AS.json b/plugins/AS.json new file mode 100644 index 00000000..cbfad554 --- /dev/null +++ b/plugins/AS.json @@ -0,0 +1,25 @@ +{ + "slug": "AS", + "name": "AS", + "author": "Alfredo Santamaria", + "license": "MIT License", + "version": "0.5.2", + "homepage": "https://github.com/AScustomWorks/AS", + "donation": "https://www.paypal.me/frederius/", + "manual": "https://github.com/AScustomWorks/AS/blob/master/README.md", + "source": "https://github.com/AScustomWorks/AS", + "downloads": { + "win": { + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.2/AS-0.5.2-win.zip", + "sha256": "6bf55cfdc179a69402b77817dfaffd74da4e7ab6e99ab878e9cf86cb94108839" + }, + "lin": { + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.2/AS-0.5.2-lin.zip", + "sha256": "8a282b280980cde7dcd9af9c0d029407b4b9401f20864262d48af3064ff9134d" + }, + "mac": { + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.2/AS-0.5.2-mac.zip", + "sha256": "d6e6d0397b4a160dbdd048295d16adb87721805f89148fe5cd91c0ae50967cbb" + } + } +} From fe983b6de58c3c34ec2f814742d397ae808c53eb Mon Sep 17 00:00:00 2001 From: dllmusic <34119160+dllmusic@users.noreply.github.com> Date: Wed, 3 Jan 2018 00:37:06 -0500 Subject: [PATCH 05/11] Version 0.5.3 MIDI CV added controllers and updated PitchBend to read 14bit. TwinGlider with new functions. Updated manual with graphics. Added example patches. ...waiting on win binary. (I left win download empty until I get that) Thank you --- plugins/moDllz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/moDllz.json b/plugins/moDllz.json index 61855333..6dcfd9ff 100644 --- a/plugins/moDllz.json +++ b/plugins/moDllz.json @@ -3,17 +3,17 @@ "name": "moDllz", "author": "Pablo Delaloza", "license": "BSD 3-clause", - "version": "0.5.2", + "version": "0.5.3", "manual": "https://github.com/dllmusic/VCV_moDllz/blob/master/README.md", "source": "https://github.com/dllmusic/VCV_moDllz", "downloads": { "win": { - "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.2-win.zip?raw=true", - "sha256": "991296d60f03893c4325b7b2077ef84c4cf1f4d4651137ea877ae865cb7501cd" + "download": "", + "sha256": "" }, "mac": { - "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.2-mac.zip?raw=true", - "sha256": "664064185007b09cf7394a48e071ce0254f4e296c23abf945f1c0daf86af6c62" + "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.3-mac.zip?raw=true", + "sha256": "10cf40873ecb0726ab48d931ba628544dbffb42fdea15f77cdf4719e15212544" } } } From 925c3f7af5be85d543cf3328f38285885a273e45 Mon Sep 17 00:00:00 2001 From: Freddy <34798768+AScustomWorks@users.noreply.github.com> Date: Wed, 3 Jan 2018 03:23:50 -0600 Subject: [PATCH 06/11] Update AS.json releases naw include the updated license.txt file --- plugins/AS.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/AS.json b/plugins/AS.json index cbfad554..3511d8ec 100644 --- a/plugins/AS.json +++ b/plugins/AS.json @@ -11,15 +11,15 @@ "downloads": { "win": { "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.2/AS-0.5.2-win.zip", - "sha256": "6bf55cfdc179a69402b77817dfaffd74da4e7ab6e99ab878e9cf86cb94108839" + "sha256": "a929ac156763b382ee61f7ce4b00210544d6adf88ffe4f314104f0b41eea2c46" }, "lin": { "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.2/AS-0.5.2-lin.zip", - "sha256": "8a282b280980cde7dcd9af9c0d029407b4b9401f20864262d48af3064ff9134d" + "sha256": "805a73b0d766b6bf8b910f84477fe290f062b57054d370b9170479af71e18a2e" }, "mac": { "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.2/AS-0.5.2-mac.zip", - "sha256": "d6e6d0397b4a160dbdd048295d16adb87721805f89148fe5cd91c0ae50967cbb" + "sha256": "0e8da70ffecf44d542c6c9b7e30fc12fd174029aa0b3078fd3b94fdafc917b07" } } } From 50db3005f156cf27f7243cd148778ef8a8a0a162 Mon Sep 17 00:00:00 2001 From: dllmusic <34119160+dllmusic@users.noreply.github.com> Date: Wed, 3 Jan 2018 09:56:59 -0500 Subject: [PATCH 07/11] Update moDllz.json Added win 0.5.3 download --- plugins/moDllz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/moDllz.json b/plugins/moDllz.json index 6dcfd9ff..9dfd166f 100644 --- a/plugins/moDllz.json +++ b/plugins/moDllz.json @@ -8,8 +8,8 @@ "source": "https://github.com/dllmusic/VCV_moDllz", "downloads": { "win": { - "download": "", - "sha256": "" + "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.3-win.zip?raw=true", + "sha256": "e8d08eff204e0c02336ea1ca14a5b2ef3390e0261c97ab27718e5368476693d7" }, "mac": { "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.3-mac.zip?raw=true", From 3541f6be45fbdcbbfa32d6bff2ec9c9049f23e63 Mon Sep 17 00:00:00 2001 From: The XOR Date: Wed, 3 Jan 2018 17:12:03 +0100 Subject: [PATCH 08/11] Update TheXOR.json --- plugins/TheXOR.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/TheXOR.json b/plugins/TheXOR.json index 374e4b78..d9329c69 100644 --- a/plugins/TheXOR.json +++ b/plugins/TheXOR.json @@ -4,5 +4,11 @@ "author": "The XOR", "license": "CC0 1.0 Universal", "version": "0.5.1", - "source": "https://github.com/The-XOR/VCV-Sequencers" + "source": "https://github.com/The-XOR/VCV-Sequencers", + "downloads": { + "win": { + "download": "https://github.com/The-XOR/VCV-Sequencers/files/1600847/TheXOR-0.5.2-win.zip", + "sha256": "c65e4b8e5992d501d55066e45e071503fad3d2314762c34a01a36c6af5c05d28" + } + } } From 3cc87831e6c21b7253cad8766b0d28d338044f58 Mon Sep 17 00:00:00 2001 From: Phal-anx <31989694+Phal-anx@users.noreply.github.com> Date: Wed, 3 Jan 2018 17:33:19 +0100 Subject: [PATCH 09/11] Update Bidoo.json --- plugins/Bidoo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Bidoo.json b/plugins/Bidoo.json index b204a2c0..b2e7f88c 100644 --- a/plugins/Bidoo.json +++ b/plugins/Bidoo.json @@ -2,7 +2,7 @@ "slug": "Bidoo", "name": "bid°°", "author": "sebastien-bouffier", - "version": "0.5.10", + "version": "0.5.14", "license": "BSD 3-clause", "donation": "https://paypal.me/sebastienbouffier", "manual": "https://github.com/sebastien-bouffier/Bidoo/wiki", From 5c6b1f4b02b2a351c1b24765446394f103c36a57 Mon Sep 17 00:00:00 2001 From: Phal-anx <31989694+Phal-anx@users.noreply.github.com> Date: Wed, 3 Jan 2018 17:47:55 +0100 Subject: [PATCH 10/11] Update KarateSnoopy.json --- plugins/KarateSnoopy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/KarateSnoopy.json b/plugins/KarateSnoopy.json index 15c6585e..eb37b0ad 100644 --- a/plugins/KarateSnoopy.json +++ b/plugins/KarateSnoopy.json @@ -3,7 +3,7 @@ "name": "KarateSnoopy", "author": "KarateSnoopy", "license": "MIT", - "version": "", + "version": "0.5.0", "homepage": "https://github.com/KarateSnoopy/vcv-karatesnoopy", "source": "https://github.com/KarateSnoopy/vcv-karatesnoopy", "manual": "https://github.com/KarateSnoopy/vcv-karatesnoopy/blob/master/README.md", @@ -17,4 +17,4 @@ "sha256": "86c8e7068f425c2cd9a8d4022b3b74d784a705715aaf55587cef0d0229a4d10d" } } -} \ No newline at end of file +} From 5eb2d6a5e0ed373124a762164ad90de28ceef39e Mon Sep 17 00:00:00 2001 From: dllmusic <34119160+dllmusic@users.noreply.github.com> Date: Wed, 3 Jan 2018 12:15:38 -0500 Subject: [PATCH 11/11] Redid mac zip updated SHA ...the file was not unzipped by the plugin manager... --- plugins/moDllz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/moDllz.json b/plugins/moDllz.json index 9dfd166f..9cd322ce 100644 --- a/plugins/moDllz.json +++ b/plugins/moDllz.json @@ -13,7 +13,7 @@ }, "mac": { "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.3-mac.zip?raw=true", - "sha256": "10cf40873ecb0726ab48d931ba628544dbffb42fdea15f77cdf4719e15212544" + "sha256": "86c47c5631c8846d70c4f8ac159c6d9009ad89101362b7af71df28234c2ba213" } } }