Releases: nutechsoftware/alarmdecoder
Releases · nutechsoftware/alarmdecoder
1.13.14
What's Changed
- Remove travis references by @ajschmidt8 in #80
- Use
setuptools_scm
by @ajschmidt8 in #81 - Fix Python 2 wheel installs by @ajschmidt8 in #85
Full Changelog: 1.13.13...1.13.14
1.13.13
What's Changed
- Add GitHub Actions workflow for pull requests by @ajschmidt8 in #76
- Handle ValueError during socket device shutdown by @jjlawren in #65
- Be Sure that Expander Zones are Marked as Such by @krkeegan in #62
- Fix faulted zones clearing iteration logic by @edrikk in #77
- Add automated workflows by @ajschmidt8 in #79
New Contributors
Full Changelog: 1.13.12...1.13.13
1.13.12
What's Changed
- Fix firmware compatibility and regex issues by @pleasantone in #75
New Contributors
- @pleasantone made their first contribution in #75
Full Changelog: 1.13.11...1.13.12
v1.13.11
This release includes the following changes:
- Parse regex result as
int
- #60 (@ajschmidt8)
v1.13.10
This release includes the following changes:
- Serial
read_line
fixes - #56 & d809cb3 (@ajschmidt8, @f34rdotcom) - Improved Handling of New Zone Faults - #52 (@krkeegan)
- Improved Handling of Expander Zone Messages - #53 (@krkeegan)
- Fix Broken Unit Tests - #57 (@ajschmidt8)
fix setup to match requirements.
This release fixes setup to match requirements.
Stable
Merge pull request #38 from nutechsoftware/dev Improve handling of fire and other alarm state quirks with Ademco panels.
Many improvements over the past few months.
Many changes and lots of testing over the past few months. Time to get it out to production.
Added on_chime event handling
This release is a minor update to .3 with new on_chime support.
1.13.3: Merge pull request #19 from nutechsoftware/dev
added on_ready_change event handler and tests