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 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