v3.2.2
Full Changelog: v3.2.1...v3.2.2
New features
- Bonjour / ZeroConf / DNSSD: Put DNS resolving in a thread to prevent stuckage on networks / OSes with buggy zeroconf
- This fixes the "New device" dialog getting stuck for seconds when selecting e.g. OSC or OSCQuery
Bugfixes
- OSC thread safety fix
- PureData: support looking for GUI in /usr/lib/puredata in addition of /usr/lib/pd to handle Fedora packaging.
- PureData: look for the exact version ossia in macOS first.
- Device explorer: Do not try to display binary buffers
- CoAP: recursive exploration implemented
- Fix building against Qt 6.8
- Fix that the copy-paste keyboard shortcut had been broken
- Many CI fixes
- Fix a potential crash when removing some devices
- Avnd: support reloading processes with new ports
- Avnd: Handle passing larger messages from exec to ui
- Various smaller code and performances fixes and improvements
- Fix BLE support in macOS info.plist (#1542) - thanks @coral for your first contribution !