Releases: arendruni/homebridge-pihole
Releases · arendruni/homebridge-pihole
v0.4.2
Notable Changes
- Fix using auth when requesting Pi-hole status (#59)
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Notable Changes
- Fix removed callback to prevent the plugin to take down Homebridge.
- Bump axios from 0.21.1 to 0.21.2 by @dependabot in #48
Full Changelog: v0.3.5...v0.4.0
v0.3.5
Notable Changes
- #40: Prevent circular reference when logging Axios JSON response in debug (#39).
v0.3.4
Notable Changes
- #34 Fix Homebridge 1.3.1 "This plugin slows down Homebridge" warning.
v0.3.3
Notable Changes
- #29 Fix Homebridge 1.3.0 SET handler warning.
- #30 Bump axios from 0.19.2 to 0.21.1
v0.3.2
This release adds a new property that will allow self-signed certs to work:
rejectUnauthorized
If the HTTPS agent should check the validity of SSL cert, set it to false
to allow self-signed certs to work. Default is true
.
v0.3.1
This release adds a new property that reverses Pi-hole status:
reversed
When set to true
reverse the status of Pi-hole. When Pi-hole is off the switch will be set to on and when Pi-hole is on the switch will be set to off. Default is false
.
v0.3.0
This release fixes support for HTTPS (#15), adds new properties for custom Pi-hole configurations and new developers tools.
New Properties:
baseDirectory
The directory where Pi-hole is found on the server, default is /admin/
.
ssl
If the Pi-hole server should be connected to with SSL.
I’d like to thanks @ncovercash, who basically rewrote the plugin to make these changes.
v0.2.0
- Project converted to Typescript.