Releases: SmilyOrg/screenmqtt
screenmqtt 0.4.1
Newer build incorporating @MrHacky's changes (thanks again!).
It seems to work better for changing brightness (addressing #6), not sure if that's because of those changes or because it was built with a newer Visual Studio (2022).
What's Changed
- Make sure 'WindowProcedure' signature exactly matches WNDPROC declaration. by @MrHacky in #3
- Fix to make POST_BUILD event work for any build directory. by @MrHacky in #4
- When reconnecting after a connection loss, also resubscribe to previously subscribed topics. by @MrHacky in #5
- Ignore .vs dir and build with RelWithDebInfo by @SmilyOrg in #7
New Contributors
Full Changelog: v0.4.0...v0.4.1
screenmqtt 0.4.0
More robust connection logic including reconnection after loss! Also less stalling due to updated paho mqtt dependency. See config for additional parameters regarding this.
screenmqtt 0.3.1
Small hotfix for /all functionality!
Probably fairly broken, see config.yaml
on how to configure it.
Log output for when it inevitably breaks would be welcome.
If it complains about missing DLLs you probably need some sort of a C++ runtime.
Edit: Added missing Paho MQTT DLL.
screenmqtt 0.3
First release!
Probably fairly broken, see config.yaml
on how to configure it.
Log output for when it inevitably breaks would be welcome.
If it complains about missing DLLs you probably need some sort of a C++ runtime.