Skip to content

Releases: SmilyOrg/screenmqtt

screenmqtt 0.4.1

25 Aug 20:49
29f7dab
Compare
Choose a tag to compare

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

08 Oct 00:06
Compare
Choose a tag to compare

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

17 May 03:03
Compare
Choose a tag to compare
screenmqtt 0.3.1 Pre-release
Pre-release

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

17 May 02:44
Compare
Choose a tag to compare
screenmqtt 0.3 Pre-release
Pre-release

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.