Skip to content

Releases: cziter15/ksIotFrameworkLib

1.0.39

07 Oct 19:24

Choose a tag to compare

Release 1.0.39

Refactors

  • Rename jsonEscape to json_escape for naming consistency (#60)

Other changes

  • Bump version to 1.0.39

1.0.38

07 Oct 18:57

Choose a tag to compare

Release 1.0.38

Fixes

  • Add JSON escaping for device parameter fields (id, label, value) (#59)

Other changes

  • Bump version to 1.0.38

1.0.37

07 Oct 18:32

Choose a tag to compare

Release 1.0.37

Features

  • Implement JSON escaping for hostname, WiFi SSID, and password to prevent JSON injection (#58)

Documentation

  • fix README component file tree - add missing directories and ksApplication (#56)
  • Remove git hook section as it no longer exists (#55)

Other changes

  • Bump version to 1.0.37

1.0.36

07 Oct 13:52

Choose a tag to compare

Release 1.0.36

Fixes

  • Update response field name from 'Library version' to 'Framework ver.' in device portal
  • Correct order of library version display in device portal response

Other changes

  • Bump version to 1.0.36

1.0.35

07 Oct 13:40

Choose a tag to compare

Release 1.0.35

Features

  • Add library version property to device portal with automatic version bumping (#54)

Other changes

  • Bump version to 1.0.35

1.0.34

07 Oct 13:23

Choose a tag to compare

Release 1.0.34

Features

  • add commit-msg hook to validate and suggest commit categories (#53)

Fixes

  • Remove githooks
  • Spelling errors and comment inconsistencies throughout the repository (#49)

Documentation

  • Add copilot-instructions.md with commit naming guidelines (#50)

Other changes

  • Bump version to 1.0.34
  • Revert test
  • Simplify commit message instructions
  • Remove empty line in copilot instructions
  • Revise commit message format and release notes guidance

1.0.33

07 Oct 06:35

Choose a tag to compare

Release 1.0.33

Fixes

  • improve scan networks

Other changes

  • Bump version to 1.0.33

1.0.32

07 Oct 06:11

Choose a tag to compare

Release 1.0.32

Fixes

  • two bugs in ksDevicePortal.cpp (#48)
  • Refine release notes generation logic

Other changes

  • Bump version to 1.0.32
  • Merge pull request #47 from cziter15/copilot/fix-device-portal-issues

1.0.31

06 Oct 20:34

Choose a tag to compare

Release 1.0.31

Other changes

  • Bump version to 1.0.31
  • (fix) ks dev stat file ending
  • (fix) Indentation in ks dev stat reporter
  • (fix) Introduce constexpr PROGMEM strings in ksDevStatMqttReporter

1.0.30

06 Oct 19:25

Choose a tag to compare

Release 1.0.30

Other changes

  • Bump version to 1.0.30
  • Fix environment variable usage in release workflow