-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
noobhour #508
Comments
You don't need to submit a PR. I'll take it from here and let you know if I need anything else. Thank you for creating and submitting a module! |
This looks good. I added the module to the community manifest. When Andrew builds the next round of plugins your module will be included in the distribution and be available via the Plugin Manager. This takes usually a few days. You don't need to do anything else, except let us know in this issue when a new version becomes available. We will reopen the issue and process the new module information. |
Updated build |
Hi, a new version is available, it fixes two issues and introduces a new module, CustomScale. { |
Btw, where would I define the tags for modules? Haven't found anything, so maybe here? If so:
|
It's one of the arguments of the Model definition, usually at the end of the module source code file. |
Ah! Thanks - repo's updated. |
Updated build |
Hi, there's a new version available under https://github.com/NicolasNeubauer/noobhour_modules/tree/0.6.2
{ |
Hi, found a bug playing around, re-made the 0.6.2 release, could you rebuild please? Correct commit is c3fae38 |
Updated build |
Hi, new version 1.0.0 available under https://github.com/NicolasNeubauer/noobhour_modules/releases/tag/1.0.0 (commit Thanks |
Minor |
new version 1.0.2 available under https://github.com/NicolasNeubauer/noobhour_modules/releases/tag/1.0.2 (commit |
new version available 1.0.3 under |
is it possible to retract this release? nothing wrong with it, just that I'd follow up with another one very soon as I've created another bugfix |
Sure. Let us know when a new version is available. |
new version available 1.0.3 under bugfixes and new module: Normaliser |
new version available 2.0.0 under Migration to v2 |
Hi,
I created a plugin, here's the content of my manifest. I'm not 100% sure if the parts in the docs about adding the repo and the manifest mean that I should do that and submit a PR, or if that's done by the community members. From a first look, it seems the latter, but please let me know if I should submit the PR. Thanks!
Nic
{
"name": "noobhour modules",
"author": "Nicolas Neubauer",
"license": "BSD-3-Clause",
"manualUrl": "https://github.com/NicolasNeubauer/noobhour_modules/blob/master/README.md",
"pluginUrl": "https://github.com/NicolasNeubauer/noobhour_modules",
"authorEmail": "noobhourmusic@gmail.com",
"latestVersion": "0.6.0",
"status": "available"
}
The text was updated successfully, but these errors were encountered: