From 97485b1337c835ee0b2889274fa1bb46fa60eaed Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 1 Apr 2018 13:55:13 -0400 Subject: [PATCH 1/3] Reuse existing issue in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6268fc0c..e64e9d68 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ All Rack plugins are welcome assuming they ## For plugin developers: Adding/updating your plugin -To add your plugin(s) to the Plugin Manager, update its information, or inform us of new builds, please create an [issue](https://github.com/VCVRack/community/issues) with the title equal to your plugin slug (or slugs, comma-separated). +To add your plugin(s) to the Plugin Manager, update its information, or inform us of new builds, create an [issue](https://github.com/VCVRack/community/issues) with the title equal to your plugin slug (or slugs, comma-separated). +If you already have an existing issue for your plugin, reuse it for additional requests. Give us each plugin name, your desired author name, license information, relevant URLs, and anything else under the *Manifest* section below. A Library Team member will handle your request. From 6edcf7a75dcbb51254f4e1fbacc64feedba0374c Mon Sep 17 00:00:00 2001 From: Matt Demanett Date: Sun, 1 Apr 2018 13:56:54 -0400 Subject: [PATCH 2/3] ImpromptuModular reviewed (#411) * Updates FrozenWasteland submodule commit. * Post-review update of ImpromptuModular pointer and manifest. --- manifests/ImpromptuModular.json | 1 + repos/ImpromptuModular | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/ImpromptuModular.json b/manifests/ImpromptuModular.json index e61df1a0..90dff5bf 100644 --- a/manifests/ImpromptuModular.json +++ b/manifests/ImpromptuModular.json @@ -6,5 +6,6 @@ "manualUrl": "https://github.com/MarcBoule/ImpromptuModular/blob/master/README.md", "sourceUrl": "https://github.com/MarcBoule/ImpromptuModular", "latestVersion": "0.6.0", + "repoVersion": "0.6.1", "status": "available" } diff --git a/repos/ImpromptuModular b/repos/ImpromptuModular index 61316044..767c200a 160000 --- a/repos/ImpromptuModular +++ b/repos/ImpromptuModular @@ -1 +1 @@ -Subproject commit 6131604464c5ffb8775574661c32123e72cbd05f +Subproject commit 767c200ad7c296193a209bb344257fedbd602731 From dd7e9288e7036c34c7fb15e09c0adaa485370c9f Mon Sep 17 00:00:00 2001 From: phdsg vn chfhn <33329578+phdsg@users.noreply.github.com> Date: Sun, 1 Apr 2018 21:26:33 +0200 Subject: [PATCH 3/3] New Repo: mscHack... (#412) * Reviewed Version Updates: Bogaudio #396, moDllz #389, Valley #407 * added mscHack Repo, Submodule. lotsa code, so maybe someone else could have a 2nd look. * mscHack version update --- .gitmodules | 4 ++++ manifests/mscHack.json | 3 ++- repos/mscHack | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 repos/mscHack diff --git a/.gitmodules b/.gitmodules index 8ddcc9e6..62e685e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -181,3 +181,7 @@ path = repos/KoralfxVCV url = https://github.com/koralfx/KoralfxVCV branch = master +[submodule "repos/mscHack"] + path = repos/mscHack + url = https://github.com/mschack/VCV-Rack-Plugins + branch = master diff --git a/manifests/mscHack.json b/manifests/mscHack.json index 4ad53321..ed23a773 100644 --- a/manifests/mscHack.json +++ b/manifests/mscHack.json @@ -3,5 +3,6 @@ "author": "Mark Schack", "license": "MIT", "manualUrl": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/README.md#demo-vids", - "sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins" + "sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins", + "repoVersion": "0.6.1" } diff --git a/repos/mscHack b/repos/mscHack new file mode 160000 index 00000000..2057b6e9 --- /dev/null +++ b/repos/mscHack @@ -0,0 +1 @@ +Subproject commit 2057b6e92deb128bf87c1c71cae8d98cc7625184