Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 994 Bytes

Ivan's Changelog.md

File metadata and controls

22 lines (16 loc) · 994 Bytes

This change log will keep track of what has been done in the ivans-updates branch.

Added

  • VS Code workspace file to standardize editing environment.
  • Python
    • Custom logger class and simplier getLogger function that automatically prepends the LOG_PREFIX.
    • OH3.x support while maintaining backwards compatibility with OH2.x.
    • Date functions can now accept DateTime Items.
    • Type hints to make life easier! Inline where possible, stub files where not. See the openHAB Stubs repo for details.

Changed

  • Python
    • when and addRule now use scriptExtension instead of scope, see commit for details.
    • Some core logging changed from DEBUG TO TRACE.

Fixed

  • Python
    • Generic Event triggers (Item/Thing added/removed/modified, Thing Status, etc) will now work in OH2.x and OH3.x.