Releases: mkormendy/homebridge-konnected
v1.3.2
First off, apologies to anyone who thought this project was dead. Now, back on track with another update that fixes some very overdue changes that help with upgrading to the latest versions of NodeJS (v20 🎉) and various other node dependencies and security fixes.
Supported/Tested Versions:
NodeJS: v19+
Homebridge: v1.7.0
Bugs and Issues:
If you're having issues with the plugin and things are not working as expected, please report an issue here.
Changelog:
- Updates README with Discussions Forum link and cleans up links to Konnected.io unmanaged repo (5eb8577)
- Update bug-report.md (6b28857)
- Updates README Wiki links (b848626)
- Updates VS Code ESLint settings, console output, and TypeScript compiler options. (c007a1c)
- Updates node_module dependencies and resolves Dependabot alerts. (691af9b)
- Improves code to "next" ES module-based standards. (e6d47e0)
- Cleanup of logging and renaming of symbol for semantics. (e1c42aa)
- Ensure URL spec format for urls. (9230111)
- Corrects requirement for async/await in promise for fetch request. (5de1284)
- Resolves #40 in response to breaking changes with Node 19+ http agent keep-alive defaults which caused implications with the node-fetch module used. (30dbac9)
v1.3.1
v1.3.0
This release addresses some organizational changes with regards to the plugin. We see the move away from the officially hosted Konnected repository into my own personal repository based on my own efforts separate from the Konnected organization.
Since I am the original author of the plugin, I will continue to develop this as robustly as I have from the beginning. I will also be able to provide better control over what the public wants versus the corporate direction that Konnected is interested in going.
Nothing has changed from a functionality perspective in this release.
Changelog:
- Stops tracking nodemon.json changes, these are established now and static. (7fc1349)
- Merge branch 'master' of https://github.com/mkormendy/homebridge-konnected (0fe8848)
- Update issue templates (b06fe93)
- Update issue templates (f27d1d6)
- Updates README with links to personal repository and also moves information out and into that repository's wiki. (f372b76)
- Updates branding banner to reprioritize brands. (dee196b)
- Modifies gitignore changes. (a46b312)
v1.2.1
It's been a while for a new release, this one fixes a few items, cleans things up and adds a new exit delay feature.
Bugs and Issues:
If you're having issues with the plugin and things are not working as expected, please report an issue here.
Changelog:
- Adds new variables and logic for exit delay feature. (65dc4c1)
- Fixes typing for error handling to satisfy TypeScript hinting. (e42a7f2)
- Adds better logic for IP and port changes when writing to the homebridge config file. (108ac13)
- Cleans up and makes log output more consistent. (f81a8f5)
- Cleans up and makes log output more consistent. (4b64b77)
- Adjusts log output verbiage to clarify factory resets for panels previously provisioned with another platform. (763e44e)
- Refactors unifies binary states to fix issues with sensor state logic. (bc22344)
- Fixes entry delay configuration defaults and assignment. (a1938ec)
- Adds reference for interactive help on Discord, contributions and thanks to bottom of README markdown file. (e613265)
- Updates verbiage for the plugin's Advanced section of the configuration documentation. (db1454f)
- Adds new documentation points for exit delay feature as shown in the example configuration. (2b6fbf4)
- Adds new exit delay feature to the example configuration. (a3ff00d)
- Updates upcoming features list. (424b036)
- Updates feature set list. (e2e1d03)
- Updates badges at top of README markdown file and also verbiage for promo code. (f065ec4)
- Updates package.json with repo and links for submitting issues (used in Homebridge UI). (50608ff)
- Adjusts recommended example values for beeper pulses to coincide with firmware timings. (c8ffc69)
- Updates Homebridge UI configuration screen to accommodate new Exit delay settings. (5c9cb51)
- Adds vscode launch notes. (d03aa95)
- Renames method to fix typo. (b2f4bac)
- docs: Updates CHANGELOG with proper details. (9a501fb)
v1.1.7
Changelog:
- docs: Adds the CHANGELOG.md file to the repository, commits start using the Angular/ConventionalCommits commit conventions (672960b)
- Logging cleanup. (06cea66)
- Adds system environment variables for excluding panels when developing. (c0fcc05)
- Updates README with a screen capture of Konnected accessories being operated in HomeKit. (6d320c0)
v1.1.6
v1.1.5
Changelog:
- Fixes entry delay default of having a constantly 'on' state for beepers that don't have any custom momentary settings. (2949256)
- Fixes multiple sensor triggering, current Security System state assignments, and renames variable for semantics. (3c3d0d4)
- Resorts funding options. (c628419)
- Removes processing of temperature and humidity sensor actions. (f659a08)