Skip to content

Releases: f18m/ha-addon-dnsmasq-dhcp-server

1.5.2: Dark mode support

13 Nov 10:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.5.2

1.5.1: Bugfix release

30 Oct 21:34
Compare
Choose a tag to compare

This release contains a small fix around excessive logging.

Full Changelog: 1.5.0...1.5.1

1.5.0: New "link" feature

29 Oct 09:33
Compare
Choose a tag to compare

What's Changed

  • New feature: associate a link with each DHCP client by @f18m in #16

Full Changelog: 1.4.1...1.5.0

1.4.1: Fix new "Past DHCP client"

28 Oct 15:39
Compare
Choose a tag to compare

What's Changed

  • Use StartEpoch instead of StartCounter to track DHCP-server sessions by @f18m in #15

Full Changelog: 1.4.0...1.4.1

1.4.0: New "past DHCP clients" feature

24 Oct 23:37
Compare
Choose a tag to compare

What's Changed

This release adds a major new feature: the ability to inspect past DHCP clients, that are not "connected" to the DHCP server anymore.

For more details see:

  • New feature: add a small sqlite3 database to keep track of the 'last-seen' for each DHCP client by @f18m in #14

Full Changelog: 1.3.1...1.4.0

1.3.1: Bugfix release

16 Oct 07:56
Compare
Choose a tag to compare

What's Changed

  • Get rid of SSL nginx reverse proxy configuration by @f18m in #12

Full Changelog: 1.3.0...1.3.1

1.3.0: Switch to a responsive UI to make this addon mobile-friendly

12 Oct 20:27
Compare
Choose a tag to compare

What's Changed

This release is featuring a new Javascript table that is responsive and mobile-friendly.
The previous Javascript library used to render the table of DHCP clients was not responsive and was unusable from mobile.

Full Changelog: 1.2.2...1.3.0

1.2.2: Fix websocket connections when using HTTP

07 Oct 22:58
Compare
Choose a tag to compare

What's Changed

  • Fix for websocket connection happening over HTTP (no HTTPS) by @f18m in #9

Full Changelog: 1.2.1...1.2.2

1.2.1: Fix DHCP pool usage

03 Oct 08:39
Compare
Choose a tag to compare

This release is:

  • UI: fixing the computation of DHCP pool usage when IP reservations are present that associate IPs outside the range of the DHCP dynamic pool
  • UI: adding mention of how many DHCP clients live in the actual DHCP pool
  • UI: fixing sorting by IP address all DHCP clients (at startup the sort was not happening)
  • UI: adding new column "Static IP?" to the DHCP client table in the UI

What's Changed

  • Populate Has-Static-IP field by @f18m in #8

Full Changelog: 1.2.0...1.2.1

1.2.0

29 Sep 21:18
Compare
Choose a tag to compare

What's Changed

  • Remove hardcoded port 8080 and replace with configurable port by @f18m in #7

Full Changelog: 1.1.0...1.2.0