Skip to content

Commit

Permalink
Update to plugin v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsmith committed Nov 29, 2024
1 parent 2678321 commit 79e70f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.1 29 Nov 2024

- [FIX] Downgraded OscMessage FATAL to WARN log, to prevent crashing VCVRack
- [MAP] Mapped new NANO plugin modules v2.3.8.2
- [MAP] Mapped new Befaco plugin modules v2.8.2
- [MAP] Mapped new Hetrick plugin modules v2.5.0

## 2.1.0 24 Nov 2024

- Refactored Pylades OSC message names and arguments, hence need to bump minor version of plugin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RSBATech-Modules

<!-- Version and License Badges -->
![Version](https://img.shields.io/badge/version-2.1.0-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-2.1.1-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-GPLv3+-blue.svg?style=flat-square)
![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square)

Expand Down
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "RSBATechModules",
"name": "RSBATech Modules",
"version": "2.1.0",
"version": "2.1.1",
"license": "GPL-3.0-or-later",
"brand": "RSBATech",
"author": "Richard Smith",
Expand All @@ -17,13 +17,13 @@
"slug": "OrestesOne",
"name": "Orestes One",
"description": "Module control from Electra One",
"tags": ["Utility", "MIDI", "Controller"]
"tags": ["External", "Utility", "MIDI", "Controller"]
},
{
"slug": "Pylades",
"name": "Pylades",
"description": "Module control from TouchOSC",
"tags": ["Utility", "Controller"]
"tags": ["External", "Utility", "Controller"]
}
]
}

0 comments on commit 79e70f9

Please sign in to comment.