Contributors:
Stable version of v2.33.x series.
Changes
- Hot fix to support Bosch OTA images ota_plugin/#57
Build Systems
To move closer to bring macOS and Windows in automatic builds the respective scripts have been updated.
macOS
- Now builds "self contained" without homebrew by building OpenSSL from source and getting Qt6 via wonderful aqtinstall.
- Intel platform deCONZ is now cross compiled on Apple Silicon and also uses Qt6. Formerly Qt5 build was done on an old Intel Mac which just died.
- Note: cross compiling Intel Mac on Apple Silicon is deprecated by Apple at the end of 2027. It's unclear if after 2027 Apple even supports notarizing 32-bit apps anymore.
Windows
- Major refactor of build system to compile OpenSSL from source as well as getting official Qt6/Qt5 libraries via
aqtinstall. - Note 32-bit Windows builds are stuck with Qt 5.15.x since there aren't any Qt6 builds for it.