Skip to content

Commit

Permalink
Bump plugin to v2.0.0-beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsmith committed Nov 2, 2024
1 parent fedce84 commit 8b3b675
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.0.0-beta8 2 Nov 2024

- Added custom parameter labels
- [FIX] Mitigate Electra One 3.7 beta firmware bug that only allows run lua sysex commands up to 80 bytes long
- [FIX] Prevented OSCSender spamming VCVRack log with "OscSender trying to send with empty socket" messages
- [FIX] Commented - out DEBUG statements
- [MAP] Mapped Sapphire modules
- [MAP] Mapped Squinktronix modules
- [DOC] Re-sized Wiki images

## 2.0.0-beta7 25 Oct 2024

- [MAP] Mapped Instruō modules
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.0.0--beta7-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-2.0.0--beta8-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
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "RSBATechModules",
"name": "RSBATech Modules",
"version": "2.0.0-beta7",
"version": "2.0.0-beta8",
"license": "GPL-3.0-or-later",
"brand": "RSBATech",
"author": "Richard Smith",
Expand Down

0 comments on commit 8b3b675

Please sign in to comment.