From 1bb72209715f8caaa3e5ea9c14a7858ebd76c98e Mon Sep 17 00:00:00 2001 From: Leonardo Laguna Ruiz Date: Wed, 20 Dec 2017 16:10:55 -0600 Subject: [PATCH 01/13] Fixes version problems - Adds the version in the C++ code - Separates the binaries by platform --- plugins/VultModules.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/VultModules.json b/plugins/VultModules.json index 21a87567..4922d107 100644 --- a/plugins/VultModules.json +++ b/plugins/VultModules.json @@ -8,16 +8,16 @@ "source": "https://github.com/modlfo/VultModules", "downloads": { "win": { - "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.2/VultModules.zip", - "sha256": "0e130d414ed76630118fe63eff9f586b93f982b0b972d0251266dc818a7229cb" + "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-win.zip", + "sha256": "0c32fb89f6c80a8a70cd5b51e916553ca00819ccf99f2bf8b654c1278a509f35" }, "mac": { - "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.2/VultModules.zip", - "sha256": "0e130d414ed76630118fe63eff9f586b93f982b0b972d0251266dc818a7229cb" + "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-mac.zip", + "sha256": "52d5a59c7db23a830c3874c519b46125cb2e6eb89a8e7278bc388de34615fe05" }, "lin": { - "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.2/VultModules.zip", - "sha256": "0e130d414ed76630118fe63eff9f586b93f982b0b972d0251266dc818a7229cb" + "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-lin.zip", + "sha256": "e101f49f289a3dd6e5342e27f68389458d031ecc1a51604f835426afd47009de" } } -} \ No newline at end of file +} From 493e4370ad56ed303b3fa027991b9d349d21bdf3 Mon Sep 17 00:00:00 2001 From: Stellare Modular <33414770+stellare-modular@users.noreply.github.com> Date: Wed, 20 Dec 2017 23:11:58 +0100 Subject: [PATCH 02/13] Update StellareModular.json --- plugins/StellareModular.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/plugins/StellareModular.json b/plugins/StellareModular.json index 108523c7..df9ec4ca 100644 --- a/plugins/StellareModular.json +++ b/plugins/StellareModular.json @@ -1,22 +1,24 @@ { "slug": "StellareModular", - "name": "Stellare Modular", + "name": "Turing Machine + Blank", + "author": "Stellare Modular", "license": "MIT", - "homepage": "https://www.facebook.com/stellaremodular/", + "version": "0.5.1", + "homepage": "https://www.facebook.com/stellaremodular", + "donation": "https://paypal.me/stellaremodular" "manual": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md", - "source": "https://github.com/stellare-modular", "downloads": { "win": { - "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip", - "sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7" + "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.1/Stellare-Modular-0.5.1.zip", + "sha256": "406fe11b1e908709226a9014590d72871e8de8301a3b0239e8ddd85d02baefc5" }, "mac": { - "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip", - "sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7" + "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.1/Stellare-Modular-0.5.1.zip", + "sha256": "406fe11b1e908709226a9014590d72871e8de8301a3b0239e8ddd85d02baefc5" }, "lin": { - "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip", - "sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7" + "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.1/Stellare-Modular-0.5.1.zip", + "sha256": "406fe11b1e908709226a9014590d72871e8de8301a3b0239e8ddd85d02baefc5" } } -} \ No newline at end of file +} From 4b955aff918a65fce09cb47b5ff5719754e861aa Mon Sep 17 00:00:00 2001 From: Stellare Modular <33414770+stellare-modular@users.noreply.github.com> Date: Wed, 20 Dec 2017 23:19:04 +0100 Subject: [PATCH 03/13] Create VCV-Link.json --- plugins/VCV-Link.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 plugins/VCV-Link.json diff --git a/plugins/VCV-Link.json b/plugins/VCV-Link.json new file mode 100644 index 00000000..c1099c63 --- /dev/null +++ b/plugins/VCV-Link.json @@ -0,0 +1,25 @@ +{ + "slug": "VCV-Link", + "name": "VCV-Link", + "author": "Stellare Modular", + "license": "GPL-3", + "version": "0.5.1", + "homepage": "https://www.facebook.com/stellaremodular", + "donation": "https://paypal.me/stellaremodular" + "manual": "https://github.com/stellare-modular/vcv-link/blob/master/README.md", + "source": "https://github.com/stellare-modular/vcv-link" + "downloads": { + "win": { + "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/VCV-Link-0.5.1.zip", + "sha256": "b584edbf2a759c4bb615e2bd2cc146d31c292bbe5a7f34c672a439e0f65f4105" + }, + "mac": { + "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/VCV-Link-0.5.1.zip", + "sha256": "b584edbf2a759c4bb615e2bd2cc146d31c292bbe5a7f34c672a439e0f65f4105" + }, + "lin": { + "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/VCV-Link-0.5.1.zip", + "sha256": "b584edbf2a759c4bb615e2bd2cc146d31c292bbe5a7f34c672a439e0f65f4105" + } + } +} From 5c0e82bc30135c700809b3fa7d055353b3bb7bd8 Mon Sep 17 00:00:00 2001 From: Stellare Modular <33414770+stellare-modular@users.noreply.github.com> Date: Wed, 20 Dec 2017 23:19:58 +0100 Subject: [PATCH 04/13] Update VCV-Link.json --- plugins/VCV-Link.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/VCV-Link.json b/plugins/VCV-Link.json index c1099c63..da1b30eb 100644 --- a/plugins/VCV-Link.json +++ b/plugins/VCV-Link.json @@ -5,9 +5,9 @@ "license": "GPL-3", "version": "0.5.1", "homepage": "https://www.facebook.com/stellaremodular", - "donation": "https://paypal.me/stellaremodular" + "donation": "https://paypal.me/stellaremodular", "manual": "https://github.com/stellare-modular/vcv-link/blob/master/README.md", - "source": "https://github.com/stellare-modular/vcv-link" + "source": "https://github.com/stellare-modular/vcv-link", "downloads": { "win": { "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/VCV-Link-0.5.1.zip", From c19d609ac864856ae68168fcf11dca58728da577 Mon Sep 17 00:00:00 2001 From: Stellare Modular <33414770+stellare-modular@users.noreply.github.com> Date: Wed, 20 Dec 2017 23:23:38 +0100 Subject: [PATCH 05/13] Update StellareModular.json --- plugins/StellareModular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/StellareModular.json b/plugins/StellareModular.json index df9ec4ca..56968737 100644 --- a/plugins/StellareModular.json +++ b/plugins/StellareModular.json @@ -5,7 +5,7 @@ "license": "MIT", "version": "0.5.1", "homepage": "https://www.facebook.com/stellaremodular", - "donation": "https://paypal.me/stellaremodular" + "donation": "https://paypal.me/stellaremodular", "manual": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md", "downloads": { "win": { From a0c2f0bea31fa68b191237f2c632c20970e54ae7 Mon Sep 17 00:00:00 2001 From: Antonio Tuzzi Date: Wed, 20 Dec 2017 23:42:14 +0100 Subject: [PATCH 06/13] update to support Rack 0.5.1 done the scan on https://www.virustotal.com/#/file/cdba68f3c5fa59af37ea0f4eb271c9ade583c2dea35fa3a0a56288fec142dca3/details --- plugins/NYSTHI.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/NYSTHI.json b/plugins/NYSTHI.json index 7a134a67..8874a2af 100644 --- a/plugins/NYSTHI.json +++ b/plugins/NYSTHI.json @@ -1,21 +1,21 @@ { "slug": "NYSTHI", "name": "NYSTHI", - "version": "0.5.8", + "version": "0.5.9", "homepage": "https://github.com/nysthi/nysthi", "manual": "https://github.com/nysthi/nysthi/blob/master/README.md", "downloads": { "win": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.8/nysthi.zip", - "sha256": "2af97913c1074d0c989b2ecbcfc62b4c90fe03746ff8d30d9c9e423fc7bc9f17" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.9/nysthi.zip", + "sha256": "cdba68f3c5fa59af37ea0f4eb271c9ade583c2dea35fa3a0a56288fec142dca3" }, "mac": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.8/nysthi.zip", - "sha256": "2af97913c1074d0c989b2ecbcfc62b4c90fe03746ff8d30d9c9e423fc7bc9f17" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.9/nysthi.zip", + "sha256": "cdba68f3c5fa59af37ea0f4eb271c9ade583c2dea35fa3a0a56288fec142dca3" }, "lin": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.8/nysthi.zip", - "sha256": "2af97913c1074d0c989b2ecbcfc62b4c90fe03746ff8d30d9c9e423fc7bc9f17" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.9/nysthi.zip", + "sha256": "cdba68f3c5fa59af37ea0f4eb271c9ade583c2dea35fa3a0a56288fec142dca3" } } -} \ No newline at end of file +} From c2cabb91b6366324219229cdb93d8ec3276d3684 Mon Sep 17 00:00:00 2001 From: Leonardo Laguna Ruiz Date: Wed, 20 Dec 2017 17:10:50 -0600 Subject: [PATCH 07/13] Fixes a mistake in my previous release --- plugins/VultModules.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/VultModules.json b/plugins/VultModules.json index 4922d107..48787223 100644 --- a/plugins/VultModules.json +++ b/plugins/VultModules.json @@ -9,15 +9,15 @@ "downloads": { "win": { "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-win.zip", - "sha256": "0c32fb89f6c80a8a70cd5b51e916553ca00819ccf99f2bf8b654c1278a509f35" + "sha256": "7d2560aa197aac48efc8e7a0327ff0d1af13db036e1caca2cd053835962208c1" }, "mac": { "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-mac.zip", - "sha256": "52d5a59c7db23a830c3874c519b46125cb2e6eb89a8e7278bc388de34615fe05" + "sha256": "1c8039c0e69704e979e4e77a3fb35773bbabef352f1c47e4712878d9823f0bc2" }, "lin": { "download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-lin.zip", - "sha256": "e101f49f289a3dd6e5342e27f68389458d031ecc1a51604f835426afd47009de" + "sha256": "b950914ff6ecd3aad05c7f56fbd08839e2ddf52a7a7d57bae653f547d396fe5e" } } } From 61c53a94297d2cd067b1f29f2075854c18e3ca36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foulc?= <33777744+cfoulc@users.noreply.github.com> Date: Thu, 21 Dec 2017 08:11:23 +0100 Subject: [PATCH 08/13] Update cf.json --- plugins/cf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/cf.json b/plugins/cf.json index b1083005..8f5a9c44 100644 --- a/plugins/cf.json +++ b/plugins/cf.json @@ -1,7 +1,9 @@ { "slug": "cf", "name": "cf", - "author": "cfoulc", + "author": "clément foulc", + "version": "0.5.10", + "donation": "https://www.paypal.me/cfoulc", "source": "https://github.com/cfoulc/cf", "manual": "https://github.com/cfoulc/cf/blob/master/README.md", "downloads": { From 88aba0de7638739989e575dc196ebd2e8e9f98ab Mon Sep 17 00:00:00 2001 From: Giovanni Ghisleni Date: Thu, 21 Dec 2017 19:44:10 +0100 Subject: [PATCH 09/13] Updated with correct SHA --- plugins/dBiz.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/dBiz.json b/plugins/dBiz.json index 52a67f5d..c4e472bf 100644 --- a/plugins/dBiz.json +++ b/plugins/dBiz.json @@ -7,8 +7,8 @@ "manual": "https://github.com/dBiz/dBiz/blob/master/README.md", "downloads": { "win": { - "download": "https://github.com/dBiz/dBiz/files/1513107/dBiz--win.zip", - "sha256": "b2da8c7711d85da8ba99cc683b05f6f7dc6c3f634e28010aff0693e3002af99b" + "download": "https://github.com/dBiz/dBiz/releases/download/v0.5.2/dBiz-0.5.1-win.zip", + "sha256": "120378b562ff7a74e96f09314a3d9de0a69574b87edddc6cf52ea37957e6fa43" } } -} \ No newline at end of file +} From 11e7a88bd1504213dc5688a36faace4f90ac0e48 Mon Sep 17 00:00:00 2001 From: bidoo Date: Thu, 21 Dec 2017 22:21:07 +0100 Subject: [PATCH 10/13] 0.5.9 --- plugins/Bidoo.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/plugins/Bidoo.json b/plugins/Bidoo.json index e4dc6024..f5fa6717 100644 --- a/plugins/Bidoo.json +++ b/plugins/Bidoo.json @@ -2,19 +2,15 @@ "slug": "Bidoo", "name": "bid°°", "author": "sebastien-bouffier", - "version": "0.5.8", + "version": "0.5.9", "license": "BSD 3-clause", "source": "https://github.com/sebastien-bouffier/Bidoo", "manual": "https://github.com/sebastien-bouffier/Bidoo/wiki", "donation": "https://paypal.me/sebastienbouffier", "downloads": { "win": { - "download": "https://github.com/sebastien-bouffier/Bidoo/files/1575756/Bidoo.WIN.0.5.8.zip", - "sha256": "f05ef2128b0457ee48c42482894e20aea8f8ff1c6271e82c6a24439d0e8dc83d" - }, - "lin": { - "download": "https://github.com/sebastien-bouffier/Bidoo/files/1576565/Bidoo.LIN.0.5.8.zip", - "sha256": "b7501a59b8aa0390cb939ee5ce0754a2ca3c912683938bbc7cb049ce6db5ee99" + "download": "https://github.com/sebastien-bouffier/Bidoo/files/1580630/Bidoo-0.5.9-win.zip", + "sha256": "ff1c15c3095e40bf275a05725574db248568bf3ecc6fe3dc409add54bcab1d38" } } } From 05afdd95b3331f28386f0cc85014134ae0b7e9c9 Mon Sep 17 00:00:00 2001 From: Dale Johnson Date: Fri, 22 Dec 2017 11:22:44 +0000 Subject: [PATCH 11/13] Update Valley Free.json Added comma to donation entry --- plugins/Valley Free.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Valley Free.json b/plugins/Valley Free.json index ccfa2f1a..8d69a6c8 100644 --- a/plugins/Valley Free.json +++ b/plugins/Valley Free.json @@ -4,6 +4,7 @@ "author": "ValleyAudio", "license": "GPL-3.0 and BSD-3-Clause", "version": "0.5.3", + "donation" : "https://www.paypal.me/valleyvcv", "manual": "https://github.com/ValleyAudio/ValleyRackFree/", "source": "https://github.com/ValleyAudio/ValleyRackFree/", "downloads": { From 83e919e8d5435460af4f31c07f81f95dd4a80355 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 22 Dec 2017 09:23:30 -0500 Subject: [PATCH 12/13] Correct license and source URL of Grayscale --- plugins/Grayscale.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/Grayscale.json b/plugins/Grayscale.json index 07dcea29..8ed27a56 100644 --- a/plugins/Grayscale.json +++ b/plugins/Grayscale.json @@ -2,10 +2,9 @@ "slug": "Grayscale", "name": "Grayscale", "author": "VCV", - "license": "BSD 3-clause", + "license": "proprietary", "version": "0.5.0", "manual": "https://vcvrack.com/manual/Grayscale.html", - "source": "https://github.com/VCVRack/Grayscale", "downloads": { "win": { "download": "https://vcvrack.com/downloads/plugins/Grayscale-0.5.0.zip", From 7e141c2ef4ff4dc14f16ccb5e2cade6474be8e77 Mon Sep 17 00:00:00 2001 From: Stellare Modular <33414770+stellare-modular@users.noreply.github.com> Date: Fri, 22 Dec 2017 15:57:34 +0100 Subject: [PATCH 13/13] Update and rename VCV-Link.json to StellareModular-Link.json --- .../{VCV-Link.json => StellareModular-Link.json} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename plugins/{VCV-Link.json => StellareModular-Link.json} (55%) diff --git a/plugins/VCV-Link.json b/plugins/StellareModular-Link.json similarity index 55% rename from plugins/VCV-Link.json rename to plugins/StellareModular-Link.json index da1b30eb..882e56a2 100644 --- a/plugins/VCV-Link.json +++ b/plugins/StellareModular-Link.json @@ -1,6 +1,6 @@ { - "slug": "VCV-Link", - "name": "VCV-Link", + "slug": "StellareModular-Link", + "name": "Stellare Link", "author": "Stellare Modular", "license": "GPL-3", "version": "0.5.1", @@ -10,16 +10,16 @@ "source": "https://github.com/stellare-modular/vcv-link", "downloads": { "win": { - "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/VCV-Link-0.5.1.zip", - "sha256": "b584edbf2a759c4bb615e2bd2cc146d31c292bbe5a7f34c672a439e0f65f4105" + "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/StellareModular-Link-0.5.1.zip", + "sha256": "ebe352951876af91d9139bf51491c94d45bbebd94bc9b906d05f4621ed7f0d77" }, "mac": { - "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/VCV-Link-0.5.1.zip", - "sha256": "b584edbf2a759c4bb615e2bd2cc146d31c292bbe5a7f34c672a439e0f65f4105" + "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/StellareModular-Link-0.5.1.zip", + "sha256": "ebe352951876af91d9139bf51491c94d45bbebd94bc9b906d05f4621ed7f0d77" }, "lin": { - "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/VCV-Link-0.5.1.zip", - "sha256": "b584edbf2a759c4bb615e2bd2cc146d31c292bbe5a7f34c672a439e0f65f4105" + "download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/StellareModular-Link-0.5.1.zip", + "sha256": "ebe352951876af91d9139bf51491c94d45bbebd94bc9b906d05f4621ed7f0d77" } } }