Skip to content

Releases: arendruni/homebridge-pihole

v0.4.3

02 Mar 18:59
63c5e39
Compare
Choose a tag to compare

Notable Changes

Full Changelog: v0.4.2...v0.4.3

v0.4.2

24 Dec 10:28
358ada1
Compare
Choose a tag to compare

Notable Changes

  • Fix using auth when requesting Pi-hole status (#59)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

09 Jan 15:08
24f5021
Compare
Choose a tag to compare

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

12 May 21:28
Compare
Choose a tag to compare

Notable Changes

  • #40: Prevent circular reference when logging Axios JSON response in debug (#39).

v0.3.4

07 Mar 21:07
Compare
Choose a tag to compare

Notable Changes

  • #34 Fix Homebridge 1.3.1 "This plugin slows down Homebridge" warning.

v0.3.3

06 Jan 13:05
Compare
Choose a tag to compare

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

27 Dec 18:10
Compare
Choose a tag to compare

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

28 Jun 17:07
Compare
Choose a tag to compare

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

02 Jun 19:55
Compare
Choose a tag to compare

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

01 May 20:54
Compare
Choose a tag to compare
  • Project converted to Typescript.