Skip to content

1.0.46

Choose a tag to compare

@github-actions github-actions released this 12 Oct 23:16
· 0 commits to 9d7c2643dfe81c8e1e2aeb005c09c24e50dcf255 since this release

Release 1.0.46

✨ Features

  • add [[maybe_unused]] attribute to unused function parameters (#82)

🐛 Bug Fixes

  • mark app parameter as unused in ksLed::loop
  • add [[maybe_unused]] attribute to isA parameter
  • missing space
  • formatting of getInstanceType method declaration

♻️ Code Refactoring

  • standardize ksApplication* parameter name to 'app' (#83)
  • replace C includes with C++ equivalents for consistency (#80)
  • remove redundant inline keywords from internal functions (#76)

🔨 Chores

  • bump version to 1.0.46
  • add stricter compilation warnings for better code quality (#78)

📝 Other Changes

  • Fix redundant std::move by making savedBroker movable (#84)
  • Initial plan (#81)