Skip to content

Commit

Permalink
v1.1.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelgk committed Jul 30, 2020
1 parent 1770264 commit 951a4ce
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 393 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.1.0
===
Added features:
- New module, more.ideas

Bug fixes:
- Fixed a memory leak in table


v1.0.2
===
Added features:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

## Modules

<img src="res/img/all.png" height=360>
<img src="https://github.com/IggyLabs/IggyLabsModulesManual/blob/master/img/all.png" height=360>

See the [wiki](https://github.com/IggyLabs/IggyLabsModules/wiki/Manual) for more information.
See the [manual](https://github.com/IggyLabs/IggyLabsModulesManual) for more information.

Subscribe to the collection in the [VCV Library](https://library.vcvrack.com/?brand=iggy.labs).

Expand Down
8 changes: 5 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"slug": "IggyLabsModules",
"name": "iggy.labs",
"version": "1.1.0-alpha",
"version": "1.1.0",
"license": "GPL-3.0-or-later",
"brand": "iggy.labs",
"author": "Isabel Kaspriskie",
"authorEmail": "ikaspriskie@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Manual",
"manualUrl": "https://github.com/IggyLabs/IggyLabsModulesManual",
"sourceUrl": "https://github.com/IggyLabs/IggyLabsModules",
"donateUrl": "https://www.buymeacoffee.com/iggylabs",
"changelogUrl": "",
Expand All @@ -35,7 +35,9 @@
"slug": "more-ideas",
"name": "more-ideas",
"description": "Elementary cellular automata sequencer (modeled after less concepts for norns)",
"tags": []
"tags": [
"random"
]
}
]
}
172 changes: 0 additions & 172 deletions scripts/.ipynb_checkpoints/cellular-automata-checkpoint.ipynb

This file was deleted.

Loading

0 comments on commit 951a4ce

Please sign in to comment.