Skip to content

CHANGELOG

v0.15.0 - 2025-07-31 20:10:08

Changes since v0.14.1

  • v0.15.0 (930462b)
  • Merge pull request #22 from JnyJny/features/kuando-keepalive-threading-fallback (a12de10)
  • docs: remove unnecessary Kuando-specific section from CLAUDE.md (b6c590f)
  • docs: remove keepalive mentions from user documentation (1fcfd94)
  • docs: update documentation for TaskableMixin and Kuando keepalive (d552aac)
  • style: ruff formatting cleanup (662176c)
  • fix: add missing interval parameter for periodic keepalive (4aa03f0)
  • refactor: simplify Kuando keepalive implementation (f5695ed)
  • feat: add threading fallback for TaskableMixin (663ba9a)
  • bug: Some serial devices have None for vendor or product IDs (665cb26)
  • feat: add new device support request issue template (7778b86)
  • Merge pull request #20 from JnyJny/docs/update-issue-template-version-info (25a6573)
  • docs: update issue templates with correct version commands (7bfeca3)
  • test: add version attribute validation tests (86c6ac1)
  • Merge pull request #19 from JnyJny/docs/api-reference-navbar (b70e98e)
  • docs: add Implementation links to vendor API reference navigation (d6c77a9)
  • Merge pull request #18 from JnyJny/refactor/vendor-implementation-modules (61ea2b0)
  • refactor: restructure vendor implementations into logical modules (25b16d7)
  • Merge pull request #17 from JnyJny/docs/api-reference-updates (140ee7f)
  • docs: restructure API reference documentation (603e01a)
  • bug: accidently commited working file (a9a089d)

Full Changelog

See CHANGELOG.md for complete release notes.

What's Changed

  • Restructure API reference documentation by @JnyJny in https://github.com/JnyJny/busylight-core/pull/17
  • Refactor vendor implementations into logical modules by @JnyJny in https://github.com/JnyJny/busylight-core/pull/18
  • Add Implementation links to vendor API reference navigation by @JnyJny in https://github.com/JnyJny/busylight-core/pull/19
  • Update issue templates with correct version commands by @JnyJny in https://github.com/JnyJny/busylight-core/pull/20
  • Threading fallback for Kuando keepalive compatibility by @JnyJny in https://github.com/JnyJny/busylight-core/pull/22

Full Changelog: https://github.com/JnyJny/busylight-core/compare/v0.14.1...v0.15.0

Feature

  • general:
  • add threading fallback for TaskableMixin (663ba9a) (#22)
  • add new device support request issue template (7778b86)

Bug Fixes

  • general:
  • Some serial devices have None for vendor or product IDs (665cb26)
  • accidently commited working file (a9a089d)

Bug Fixes

  • general:
  • add missing interval parameter for periodic keepalive (4aa03f0) (#22)

Documentation

  • general:
  • remove unnecessary Kuando-specific section from CLAUDE.md (b6c590f) (#22)
  • remove keepalive mentions from user documentation (1fcfd94) (#22)
  • update documentation for TaskableMixin and Kuando keepalive (d552aac) (#22)
  • update issue templates with correct version commands (7bfeca3) (#20)
  • add Implementation links to vendor API reference navigation (d6c77a9) (#19)
  • restructure API reference documentation (603e01a) (#17)

Refactor

  • general:
  • simplify Kuando keepalive implementation (f5695ed) (#22)
  • restructure vendor implementations into logical modules (25b16d7) (#18)

v0.14.1 - 2025-07-25 03:17:53

v0.12.0 - 2025-07-22 20:27:29

v0.9.2 - 2025-07-22 16:15:24

v0.9.1 - 2025-07-22 01:20:47

v0.8.0 - 2025-07-20 23:20:05

v0.6.0 - 2025-07-20 19:54:09

v0.5.0 - 2025-07-19 22:47:18

v0.4.1 - 2025-07-18 20:08:10

v0.4.0 - 2025-07-18 17:42:19

v0.3.5 - 2025-07-18 15:08:53

v0.3.3 - 2025-07-17 17:36:57

v0.3.2 - 2025-07-17 14:56:16

v0.3.0 - 2025-07-16 23:34:43

v0.2.4 - 2025-07-13 20:33:04

* This CHANGELOG was automatically generated by auto-generate-changelog