From d0fcc92afe9dda95bd38feaf115a5f47ab9a8aff Mon Sep 17 00:00:00 2001 From: Artur Brynka Date: Tue, 3 Feb 2026 21:57:09 +0100 Subject: [PATCH 1/2] Update of README.md, test CI workflow --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7fd3219..0342e15 100644 --- a/README.md +++ b/README.md @@ -168,3 +168,11 @@ Commands are logged to `pc-control.log` in the working directory with timestamps ## Authors * Original creator: [Artur Brynka](https://github.com/FireHawken) + +## Version history + +| Version | Date | Notes | +|---------|------------|---------------------------------------------------------------------------------------------------------------| +| 1.1.0 | 02.03.2026 | Add new, separate "invisible" executable and statically link paho-mqtt, so only 1 file is required for distribution | +| 1.0.1 | 02.02.2026 | Add logging to file, improved Home Assistant support, status topic (`online`/`offline`) via LWT, monitor off command. | +| 1.0.0 | 01.02.2026 | Initial release | \ No newline at end of file From 065ae6ce25c67f74f1419ea2e11e7cd709b4bbb4 Mon Sep 17 00:00:00 2001 From: Artur Brynka Date: Tue, 3 Feb 2026 22:02:06 +0100 Subject: [PATCH 2/2] Fix Github Actions --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8732d9..473fcc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,8 @@ jobs: -DPAHO_BUILD_SHARED=FALSE ` -DPAHO_WITH_SSL=FALSE ` -DPAHO_BUILD_SAMPLES=FALSE ` - -DPAHO_BUILD_DOCUMENTATION=FALSE + -DPAHO_BUILD_DOCUMENTATION=FALSE ` + -DPAHO_ENABLE_TESTING=FALSE C:/ProgramData/mingw64/mingw64/bin/mingw32-make.exe -C paho.mqtt.c/build -j2 C:/ProgramData/mingw64/mingw64/bin/mingw32-make.exe -C paho.mqtt.c/build install