Releases: ETCLabs/OSCWidgets
Releases · ETCLabs/OSCWidgets
OSCWidgets 1.0.3
Minor updates
OSCWidgets 1.0.2
- Fix TCP connect retry
- High DPI updates
OSCWidgets 1.0.1
- crash fix on macOS when deleting widgets
- cosmetic improvements for High DPI displays
OSCWidgets 1.0.0
- update to Qt 6
- fix for bringing activated windows to the foreground on macOS
- fix for saving persistent show on Quit on macOS
- fix for receiving UDP broadcast packets on macOS
OSCWidgets v0.12
- Bug Fix: sine wave min/max constraints
- Sign & Notarize App
- Updated Libraries
OSCWidgets v0.11
High DPI Support
Dark Mode Title Bar
OSCWidgets v0.10
Add support for quoted OSC strings
Ex:
/cmd=abc,def // arg[0]=abc arg[1]=def
/cmd="abc,def" // arg[0]=abd,def
/cmd="{""json_property"":4}" // arg[0]={"json_property":4}
OSCWidgets v0.9
Added support for incoming OSC bundles
OSCWidgets v0.8
Mac crash on startup due to missing Qt framework
OSCWidgets v0.7
Some great fixes from @laseranichris and @hef!
Also Update to Qt 5.6 and 64-bit app for Mac