From db2f6bbfde2d473ceed9429e4713bb02761220f4 Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Tue, 6 Feb 2018 18:31:03 -0800 Subject: [PATCH 01/17] Frozen Wasteland 0.5.10 new Quad Golomb Ruler Rhythm Module --- plugins/FrozenWasteland.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index 504bb8e3..58b16f12 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -3,23 +3,23 @@ "name": "Frozen Wasteland", "author": "almostEric", "license": "CC0 1.0 Universal", - "version": "0.5.9", + "version": "0.5.10", "homepage": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "manual": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "donation": "https://paypal.me/FrozenWasteland", "source": "https://github.com/almostEric/FrozenWasteland", "downloads": { "win": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.9/FrozenWasteland-0.5.9-win.zip", - "sha256": "715a2dbb447ffa046e50ebcd8e0a58dd4a9883bb5d7f4bc857ea11923392963b" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.10/FrozenWasteland-0.5.10-win.zip", + "sha256": "2b2c650039d14adc3457e9bce00d1641e61ef8a0caca5f3d928678e9a6572d39" }, "lin": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.9/FrozenWasteland-0.5.9-lin.zip", - "sha256": "cf25d2120ad839a86af6036b0a90546346c13e200c1fdbe5fc00a2ecf01cbd4e" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.10/FrozenWasteland-0.5.10-lin.zip", + "sha256": "6885d7b069c2a3dd98f58c5f2eb30a910965fc3de8c65c8b02b7b3984409cc80" }, "mac": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.9/FrozenWasteland-0.5.9-mac.zip", - "sha256": "f391751036f0ec78cb5ff5bced85bad84c0e899d67fcfd0d4c964d6032d6d02e" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.10/FrozenWasteland-0.5.10-mac.zip", + "sha256": "1b09992f25fbf5b1d51c9f84181d17c3eb52b8ae730b360bf5732b1fa939a29b" } } } From 342d64e120d45cc1d52f3e42f6202ee67712d5f0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 7 Feb 2018 11:41:40 -0500 Subject: [PATCH 02/17] Disable email notifications in Travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 076963c7..3cb657ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,7 @@ node_js: before_install: - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" -- git fetch \ No newline at end of file +- git fetch + +notifications: + email: false From 6ec6b60de416ad79f0feb87ae017694cbd30cb88 Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Wed, 7 Feb 2018 19:46:28 -0800 Subject: [PATCH 03/17] 0.5.11 (#250) New VC Crossover module --- plugins/FrozenWasteland.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index 58b16f12..04d0640c 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -3,23 +3,23 @@ "name": "Frozen Wasteland", "author": "almostEric", "license": "CC0 1.0 Universal", - "version": "0.5.10", + "version": "0.5.11", "homepage": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "manual": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "donation": "https://paypal.me/FrozenWasteland", "source": "https://github.com/almostEric/FrozenWasteland", "downloads": { "win": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.10/FrozenWasteland-0.5.10-win.zip", - "sha256": "2b2c650039d14adc3457e9bce00d1641e61ef8a0caca5f3d928678e9a6572d39" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.11/FrozenWasteland-0.5.11-win.zip", + "sha256": "df233bb718ff171fd9d9b120e44adcbf77924178e848816930356876df07c689" }, "lin": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.10/FrozenWasteland-0.5.10-lin.zip", - "sha256": "6885d7b069c2a3dd98f58c5f2eb30a910965fc3de8c65c8b02b7b3984409cc80" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.11/FrozenWasteland-0.5.11-lin.zip", + "sha256": "fd218cdc3a973e1993a9d67c183f70060050bce3f60bbdad2c5912fe1b9a3495" }, "mac": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.10/FrozenWasteland-0.5.10-mac.zip", - "sha256": "1b09992f25fbf5b1d51c9f84181d17c3eb52b8ae730b360bf5732b1fa939a29b" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.11/FrozenWasteland-0.5.11-mac.zip", + "sha256": "931b01fd11533e005f9c74bc950e58399dc82bd64113ae7d53d4dd5f086ba52f" } } } From b4ce0968604e5629d37887ef9dd316a7b5433e45 Mon Sep 17 00:00:00 2001 From: gbrandt1 Date: Thu, 8 Feb 2018 04:53:14 +0100 Subject: [PATCH 04/17] manifests for Aepelzens Modules and Parasites (#244) * manifests for Aepelzens Modules and Parasites * fix slugs * removing unknown properties * adding default version * Southpole Release 0.5.2 --- plugins/AepelzensModules.json | 9 +++++++++ plugins/AepelzensParasites.json | 9 +++++++++ plugins/Southpole.json | 14 +++++++------- 3 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 plugins/AepelzensModules.json create mode 100644 plugins/AepelzensParasites.json diff --git a/plugins/AepelzensModules.json b/plugins/AepelzensModules.json new file mode 100644 index 00000000..2ab3ed4d --- /dev/null +++ b/plugins/AepelzensModules.json @@ -0,0 +1,9 @@ +{ + "slug": "AepelzensModules", + "name": "Aepelzens Modules", + "version": "0.5", + "author": "Aepelzen", + "homepage": "https://github.com/Aepelzen/AepelzensModules", + "manual": "https://github.com/Aepelzen/AepelzensModules/blob/master/README.md", + "source": "https://github.com/Aepelzen/AepelzensModules" +} diff --git a/plugins/AepelzensParasites.json b/plugins/AepelzensParasites.json new file mode 100644 index 00000000..0238fe17 --- /dev/null +++ b/plugins/AepelzensParasites.json @@ -0,0 +1,9 @@ +{ + "slug": "AepelzensParasites", + "name": "Aepelzens Parasites", + "version": "0.5", + "author": "Aepelzen", + "homepage": "https://github.com/Aepelzen/AepelzensParasites", + "manual": "https://github.com/Aepelzen/AepelzensParasites/blob/master/README.md", + "source": "https://github.com/Aepelzen/AepelzensParasites" +} diff --git a/plugins/Southpole.json b/plugins/Southpole.json index d5d006d5..4a6ea634 100644 --- a/plugins/Southpole.json +++ b/plugins/Southpole.json @@ -3,23 +3,23 @@ "name": "Southpole Modular", "author": "Gerhard Brandt", "license": "BSD 3-clause", - "version": "0.5.1.1", + "version": "0.5.2", "source": "https://github.com/gbrandt1/southpole-vcvrack", "homepage": "https://github.com/gbrandt1/southpole-vcvrack", "manual": "https://github.com/gbrandt1/southpole-vcvrack/blob/master/README.md", "donation": "https://www.paypal.me/southpolemodular", "downloads": { "win": { - "download": "https://github.com/gbrandt1/southpole-vcvrack/releases/download/0.5.1.1/Southpole-0.5.1.1-win.zip", - "sha256": "c81c7e0beca33c2ab0c89fe9005d27223ecdb28a56a7d3c4a3767e81e2b61f3f" + "download": "https://github.com/gbrandt1/southpole-vcvrack/releases/download/0.5.2/Southpole-0.5.2-win.zip", + "sha256": "c8553f2c967df96b43d534ac95fc01a722fd3d65ad995910f263a3aced3f6b86" }, "lin": { - "download": "https://github.com/gbrandt1/southpole-vcvrack/releases/download/0.5.1.1/Southpole-0.5.1.1-lin.zip", - "sha256": "5afa9a4dd0e29f3450f244cca4c226528a1abc73753ebf6f5b4af3669661357a" + "download": "https://github.com/gbrandt1/southpole-vcvrack/releases/download/0.5.2/Southpole-0.5.2-lin.zip", + "sha256": "4ee9efb4eb5bf18d40cece3b91b453d0e67fc963455e423a555b2652c32f6353" }, "mac": { - "download": "https://github.com/gbrandt1/southpole-vcvrack/releases/download/0.5.1.1/Southpole-0.5.1.1-mac.zip", - "sha256": "5c9010feff08750a12d60ce61aba0d9f3eb07e3c74e0e5f311ba4e92fa1f1ad9" + "download": "https://github.com/gbrandt1/southpole-vcvrack/releases/download/0.5.2/Southpole-0.5.2-mac.zip", + "sha256": "744fddeea6ee4de2f2fb07a64895befb56498151bc583b4514cf745bd9a6b16d" } } } From 3017855db46fabef181992f0c212e413282a8b00 Mon Sep 17 00:00:00 2001 From: Eric Sterling Date: Thu, 8 Feb 2018 12:54:33 -0800 Subject: [PATCH 05/17] Frozen Wasteland 0.5.12 Bug fixes to quad crossover --- plugins/FrozenWasteland.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/FrozenWasteland.json b/plugins/FrozenWasteland.json index 04d0640c..5b2b8f56 100644 --- a/plugins/FrozenWasteland.json +++ b/plugins/FrozenWasteland.json @@ -3,23 +3,23 @@ "name": "Frozen Wasteland", "author": "almostEric", "license": "CC0 1.0 Universal", - "version": "0.5.11", + "version": "0.5.12", "homepage": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "manual": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "donation": "https://paypal.me/FrozenWasteland", "source": "https://github.com/almostEric/FrozenWasteland", "downloads": { "win": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.11/FrozenWasteland-0.5.11-win.zip", - "sha256": "df233bb718ff171fd9d9b120e44adcbf77924178e848816930356876df07c689" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.12/FrozenWasteland-0.5.12-win.zip", + "sha256": "d6d987ec40877e6810eedf8ca0b55829183dfffbfe87e034ca591e77838a73b5" }, "lin": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.11/FrozenWasteland-0.5.11-lin.zip", - "sha256": "fd218cdc3a973e1993a9d67c183f70060050bce3f60bbdad2c5912fe1b9a3495" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.12/FrozenWasteland-0.5.12-lin.zip", + "sha256": "d591acc040af049eb54c25cf3994d6c0d8b962c002650e01bec243aed0a8e88e" }, "mac": { - "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.11/FrozenWasteland-0.5.11-mac.zip", - "sha256": "931b01fd11533e005f9c74bc950e58399dc82bd64113ae7d53d4dd5f086ba52f" + "download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.12/FrozenWasteland-0.5.12-mac.zip", + "sha256": "3c4aad3dca826493d03b76cfdae9bb31685427158afb9563e9843ca18f795ef1" } } } From 39c380724fa1ba4c45122377b4263a0f56b024bf Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 8 Feb 2018 23:57:45 -0500 Subject: [PATCH 06/17] Remove "downloads" from dBiz because SHA256 mismatch --- plugins/dBiz.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/plugins/dBiz.json b/plugins/dBiz.json index 8e839519..7215faa4 100644 --- a/plugins/dBiz.json +++ b/plugins/dBiz.json @@ -4,19 +4,5 @@ "author": "dBiz", "version": "0.5.2", "source": "https://github.com/dBiz/dBiz", - "manual": "https://github.com/dBiz/dBiz/blob/master/README.md", - "downloads": { - "win": { - "download": "https://github.com/dBiz/dBiz/releases/download/v0.5.3/dBiz-0.5.2-win.zip", - "sha256": "789cd48657be314e5eaf841c827fe50bdfcd230787fa68cd762c68c8e674b4f7" - }, - "lin": { - "download": "https://github.com/dBiz/dBiz/releases/download/v0.5.3/dBiz-0.5.2-lin_2.zip", - "sha256": "31de07c13c43e5f9fef0802eba397e15db9632ab19a81fecc788130abd745ba0" - }, - "mac": { - "download": "https://github.com/dBiz/dBiz/releases/download/v0.5.3/dBiz-0.5.2-mac.zip", - "sha256": "f3b21e4ccedb0cd5d584b63144df79e2594deb97581412512bc31accc1d54da0" - } - } + "manual": "https://github.com/dBiz/dBiz/blob/master/README.md" } From 5a680423a1d2d658cba7cee6c16a65dc0c0a24db Mon Sep 17 00:00:00 2001 From: Patrick Lindenberg Date: Fri, 9 Feb 2018 12:28:36 +0100 Subject: [PATCH 07/17] Update LindenbergResearch.json --- plugins/LindenbergResearch.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/LindenbergResearch.json b/plugins/LindenbergResearch.json index ff5c0361..69118a96 100644 --- a/plugins/LindenbergResearch.json +++ b/plugins/LindenbergResearch.json @@ -2,20 +2,20 @@ "slug": "LindenbergResearch", "name": "Lindenberg Research", "author": "Patrick Lindenberg / Lindenberg Research Tec.", - "version": "0.5.210", + "version": "0.5.3", "source": "https://github.com/lindenbergresearch/LRTRack", "downloads": { "win": { - "download": "https://github.com/lindenbergresearch/LRTRack/files/1663394/LindenbergResearch-0.5.210-win.zip", - "sha256": "ac1c67ff862af056bc462817c6d65cecfd236f9ebaab76f58253ee820039abac" + "download": "https://github.com/lindenbergresearch/LRTRack/releases/download/v0.5.3/LindenbergResearch-0.5.3-win.zip", + "sha256": "3bc2867edbbe7db6dcde2e314cd8a25bdb3fc4866eb1cf4ec91578df317d9dbc" }, "mac": { - "download": "https://github.com/lindenbergresearch/LRTRack/files/1663377/LindenbergResearch-0.5.210-mac.zip", - "sha256": "300e661a89ff17e5057e455969374efb39f042aac63b56e920d3b2d4d3c0f3a1" + "download": "https://github.com/lindenbergresearch/LRTRack/releases/download/v0.5.3/LindenbergResearch-0.5.3-mac.zip", + "sha256": "65e0229237b1cf07f7c1622eb62638702c788367ca296baca5a7022ffd58d591" }, "lin": { - "download": "https://github.com/lindenbergresearch/LRTRack/files/1663455/LindenbergResearch-0.5.210-lin.zip", - "sha256": "0acf6ea9faac90cdc88b52fc49641edf0013c275f06044323e6ef81d7b250fd8" + "download": "https://github.com/lindenbergresearch/LRTRack/releases/download/v0.5.3/LindenbergResearch-0.5.3-lin.zip", + "sha256": "3eecacf59da4ae25d4f868ae0f134cbd8369118acc3c2969fa0adbaf20368546" } } } From 9ceedde4b7b77575a2bdd9198bc25b7299d2f35d Mon Sep 17 00:00:00 2001 From: KieranPringle Date: Sat, 10 Feb 2018 14:02:44 +0000 Subject: [PATCH 08/17] Update CastleRocktronics.json Windows binary had the wrong root directory name. The link to the fixed one is the same, but the sha256 is not --- plugins/CastleRocktronics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CastleRocktronics.json b/plugins/CastleRocktronics.json index 51dc4ac0..60d12e5c 100644 --- a/plugins/CastleRocktronics.json +++ b/plugins/CastleRocktronics.json @@ -10,7 +10,7 @@ "downloads": { "win": { "download": "https://github.com/KieranPringle/CastleRocktronics/releases/download/v0.5.0/CastleRocktronics-0.5.0-win.zip", - "sha256": "d70931b721ef4e150519b6440c1704f503621c302986c0ebf912c528875e9d3a" + "sha256": "2d3fd769567b10d730f051f8dd9d2ce360a2cdae244f34c3d478c363520712bc" }, "lin": { "download": "https://github.com/KieranPringle/CastleRocktronics/releases/download/v0.5.0/CastleRocktronics-0.5.0-lin.zip", From e4671ab1c4e0dd13c8e6bd4372b60c43a1e8a888 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 11 Feb 2018 22:22:45 -0500 Subject: [PATCH 09/17] Update VultModules --- plugins/VultModules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/VultModules.json b/plugins/VultModules.json index 6bceefd1..dbc85e09 100644 --- a/plugins/VultModules.json +++ b/plugins/VultModules.json @@ -2,7 +2,7 @@ "slug": "VultModules", "name": "Vult Modules", "author": "Leonardo Laguna Ruiz", - "version": "0.5.6", + "version": "0.5.7", "homepage": "https://modlfo.github.io/VultModules", "manual": "https://modlfo.github.io/VultModules", "productId": "937306325035" From ba8431a69214cc4ac800fedcbf695151f9448865 Mon Sep 17 00:00:00 2001 From: DomiKamu Date: Mon, 12 Feb 2018 16:15:46 +0100 Subject: [PATCH 10/17] Update (or create) Ohmer.json Updated with all platforms, but previous Pull Request was accepted, but not in /plugins directory. I'm not familiar with GitHub procedures, though. Thanks. --- plugins/Ohmer.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 plugins/Ohmer.json diff --git a/plugins/Ohmer.json b/plugins/Ohmer.json new file mode 100644 index 00000000..37906c49 --- /dev/null +++ b/plugins/Ohmer.json @@ -0,0 +1,25 @@ +{ + "slug": "Ohmer", + "name": "Ohmer Modules", + "author": "Dominique Camus", + "license": "CC-BY-3.0", + "version": "0.5.2", + "homepage": "https://github.com/DomiKamu/Ohmer-Modules", + "donation": "https://www.paypal.me/DominiqueCAMUS/3", + "manual": "https://github.com/DomiKamu/Ohmer-Modules/blob/master/README.md", + "source": "https://github.com/DomiKamu/Ohmer-Modules.git", + "downloads": { + "win": { + "download": "https://github.com/DomiKamu/Ohmer-Modules/releases/download/v0.5.2/Ohmer-0.5.2-win.zip", + "sha256": "771bef18a5463b2e2d504a6e43a0c6d0a0b25f216ddcadb422e0868f1a4517bc" + }, + "lin": { + "download": "https://github.com/DomiKamu/Ohmer-Modules/releases/download/v0.5.2/Ohmer-0.5.2-lin.zip", + "sha256": "605ea4e5ef7621bc5255db3588a910a1856eccdf870f89b31e947ade8805aa38" + }, + "mac": { + "download": "https://github.com/DomiKamu/Ohmer-Modules/releases/download/v0.5.2/Ohmer-0.5.2-mac.zip", + "sha256": "473cf317e9f0673dec69906d96e2e1309c278801f86094a3266dc2b7f51656e5" + } + } +} From 89db8e6f42d0d467566b9898cb2c9dd0fc0bf49d Mon Sep 17 00:00:00 2001 From: DomiKamu Date: Mon, 12 Feb 2018 21:30:14 +0100 Subject: [PATCH 11/17] Update Ohmer.json --- plugins/Ohmer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Ohmer.json b/plugins/Ohmer.json index 37906c49..b504ee19 100644 --- a/plugins/Ohmer.json +++ b/plugins/Ohmer.json @@ -2,10 +2,10 @@ "slug": "Ohmer", "name": "Ohmer Modules", "author": "Dominique Camus", - "license": "CC-BY-3.0", + "license": "proprietary", "version": "0.5.2", "homepage": "https://github.com/DomiKamu/Ohmer-Modules", - "donation": "https://www.paypal.me/DominiqueCAMUS/3", + "donation": "https://www.paypal.me/DominiqueCAMUS", "manual": "https://github.com/DomiKamu/Ohmer-Modules/blob/master/README.md", "source": "https://github.com/DomiKamu/Ohmer-Modules.git", "downloads": { From 9f9c150b3c6002167b63715535682d4b0553ab92 Mon Sep 17 00:00:00 2001 From: Phal-anx <31989694+Phal-anx@users.noreply.github.com> Date: Mon, 12 Feb 2018 22:32:27 +0100 Subject: [PATCH 12/17] Update MSM.json --- plugins/MSM.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/MSM.json b/plugins/MSM.json index d9071363..110895a0 100644 --- a/plugins/MSM.json +++ b/plugins/MSM.json @@ -4,6 +4,7 @@ "author": "Phal-anx", "license": "CC BY-NC-ND 4.0", "version": "0.5.6", + "homepage": "https://github.com/Phal-anx/MSM", "manual": "https://github.com/Phal-anx/MSM/blob/master/Help/MSM%20Help.pdf", "downloads": { "win": { From f0081756520c7086091bd340b934742a2f94fdf4 Mon Sep 17 00:00:00 2001 From: DomiKamu Date: Mon, 12 Feb 2018 22:58:57 +0100 Subject: [PATCH 13/17] Update Ohmer.json (#262) License definitively changed to BSD 3-clause. --- plugins/Ohmer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Ohmer.json b/plugins/Ohmer.json index b504ee19..e8e37c21 100644 --- a/plugins/Ohmer.json +++ b/plugins/Ohmer.json @@ -2,7 +2,7 @@ "slug": "Ohmer", "name": "Ohmer Modules", "author": "Dominique Camus", - "license": "proprietary", + "license": "BSD 3-clause", "version": "0.5.2", "homepage": "https://github.com/DomiKamu/Ohmer-Modules", "donation": "https://www.paypal.me/DominiqueCAMUS", From 18581530a547d581f47f22c6085570e835bb236b Mon Sep 17 00:00:00 2001 From: squinkylabs Date: Mon, 12 Feb 2018 18:12:02 -0800 Subject: [PATCH 14/17] Create squinkylabs-plug1.json (#263) First plugin submission from Squinky Labs. --- plugins/squinkylabs-plug1.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plugins/squinkylabs-plug1.json diff --git a/plugins/squinkylabs-plug1.json b/plugins/squinkylabs-plug1.json new file mode 100644 index 00000000..ecfb014d --- /dev/null +++ b/plugins/squinkylabs-plug1.json @@ -0,0 +1,23 @@ +{ + "slug": "squinkylabs-plug1", + "name": "Squinky Labs I", + "author": "Squinky Labs", + "license": "MIT", + "version": "0.5.0", + "manual": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", + "source": "https://github.com/squinkylabs/SquinkyVCV", + "downloads": { + "win": { + "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.0/squinkylabs-plug1-0.5.0.zip", + "sha256": "d580b098278317300bced777b4efff413adbcd2e293c2063501548cbaa2ce56d" + }, + "lin": { + "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.0/squinkylabs-plug1-0.5.0.zip", + "sha256": "d580b098278317300bced777b4efff413adbcd2e293c2063501548cbaa2ce56d" + }, + "mac": { + "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.0/squinkylabs-plug1-0.5.0.zip", + "sha256": "d580b098278317300bced777b4efff413adbcd2e293c2063501548cbaa2ce56d" + } + } +} From da3cd837ca76bb4665c8ba1d64f79bb5071c4794 Mon Sep 17 00:00:00 2001 From: Animated Circuits <33923788+AnimatedCircuits@users.noreply.github.com> Date: Tue, 13 Feb 2018 16:14:58 +0100 Subject: [PATCH 15/17] Create AnimatedCircuits_Panimated.json (#265) --- plugins/AnimatedCircuits_Panimated.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/AnimatedCircuits_Panimated.json diff --git a/plugins/AnimatedCircuits_Panimated.json b/plugins/AnimatedCircuits_Panimated.json new file mode 100644 index 00000000..107f6522 --- /dev/null +++ b/plugins/AnimatedCircuits_Panimated.json @@ -0,0 +1,9 @@ +{ + "slug": "AnimatedCircuits_Panimated", + "name": "Panimated", + "author": "Animated Circuits", + "license": "proprietary", + "version": "0.5.0", + "manual": "https://drive.google.com/open?id=1Jgdg09juZ30JEBcDD7idwRQFtNLpWrj3", + "productId": "1000264106027" +} From 8b3409f7000f0d4e1322a06ca2ebb6d4960d48d2 Mon Sep 17 00:00:00 2001 From: Dale Emery Date: Tue, 13 Feb 2018 18:15:33 -0800 Subject: [PATCH 16/17] Create DHE-Modules.json (#267) --- plugins/DHE-Modules.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 plugins/DHE-Modules.json diff --git a/plugins/DHE-Modules.json b/plugins/DHE-Modules.json new file mode 100644 index 00000000..a3208436 --- /dev/null +++ b/plugins/DHE-Modules.json @@ -0,0 +1,25 @@ +{ + "slug": "DHE-Modules", + "name": "DHE Modules", + "author": "Dale Emery", + "license": "MIT", + "version": "0.5.0", + "homepage": "https://github.com/dhemery/DHE-Modules/wiki", + "donation": "https://paypal.me/DaleHEmery", + "source": "https://github.com/dhemery/DHE-Modules", + "manual": "https://github.com/dhemery/DHE-Modules/wiki", + "downloads": { + "lin": { + "download": "https://github.com/dhemery/DHE-Modules/releases/download/v0.5.0/DHE-Modules-0.5.0-lin.zip", + "sha256": "6de889e9cd043aea2202b349e95236314114b104b4c82b8ae13802e3e3ae1233" + }, + "mac": { + "download": "https://github.com/dhemery/DHE-Modules/releases/download/v0.5.0/DHE-Modules-0.5.0-mac.zip", + "sha256": "22da98c62c9ff6c38bbb2fc907ba2581237cdceb10919cf97f359cee9c5f43ca" + }, + "win": { + "download": "https://github.com/dhemery/DHE-Modules/releases/download/v0.5.0/DHE-Modules-0.5.0-win.zip", + "sha256": "65ba50d14ddf8e14cd57b21d312b948096d6bf3ac54cb3c7a336235c26ed86c9" + } + } +} From 0b48ffbd0d55a2d3495f03960bc78a5ebf6282be Mon Sep 17 00:00:00 2001 From: squinkylabs Date: Wed, 14 Feb 2018 08:23:39 -0800 Subject: [PATCH 17/17] Update squinkylabs-plug1.json (#268) bug fix release 0.5.1 --- plugins/squinkylabs-plug1.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/squinkylabs-plug1.json b/plugins/squinkylabs-plug1.json index ecfb014d..48946940 100644 --- a/plugins/squinkylabs-plug1.json +++ b/plugins/squinkylabs-plug1.json @@ -3,21 +3,21 @@ "name": "Squinky Labs I", "author": "Squinky Labs", "license": "MIT", - "version": "0.5.0", + "version": "0.5.1", "manual": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", "source": "https://github.com/squinkylabs/SquinkyVCV", "downloads": { "win": { - "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.0/squinkylabs-plug1-0.5.0.zip", - "sha256": "d580b098278317300bced777b4efff413adbcd2e293c2063501548cbaa2ce56d" + "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.1/squinkylabs-plug1-0.5.1.zip", + "sha256": "4f0fbf3f30ef93025aa7ea4d363ab42f561a92c3245140aad586674ce652e613" }, "lin": { - "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.0/squinkylabs-plug1-0.5.0.zip", - "sha256": "d580b098278317300bced777b4efff413adbcd2e293c2063501548cbaa2ce56d" + "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.1/squinkylabs-plug1-0.5.1.zip", + "sha256": "4f0fbf3f30ef93025aa7ea4d363ab42f561a92c3245140aad586674ce652e613" }, "mac": { - "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.0/squinkylabs-plug1-0.5.0.zip", - "sha256": "d580b098278317300bced777b4efff413adbcd2e293c2063501548cbaa2ce56d" + "download": "https://github.com/squinkylabs/SquinkyVCV/releases/download/v0.5.1/squinkylabs-plug1-0.5.1.zip", + "sha256": "4f0fbf3f30ef93025aa7ea4d363ab42f561a92c3245140aad586674ce652e613" } } }