Skip to content

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

2.0.1: Bugfix release

12 Dec 10:04
Compare
Choose a tag to compare

This release is just fixing some minor UI problems w.r.t. responsive layout.

Full Changelog: 2.0.0...2.0.1

2.0.0: DNS server as optional feature

10 Dec 14:55
Compare
Choose a tag to compare

What's Changed

  • Add DNS functionalities by @f18m in #18

This release is implementing a major change in the whole addon:

  • the configuration file schema has changed to enable the possibility to turn on the dnsmasq DNS server and to clearly indicate which settings will be used to configure the DHCP server and which ones are being used for the DNS server;
  • the web UI has been reworked to include a new tab "DNS server" that shows DNS server metrics;
  • many new DNS-related options have been added
  • screenshots and docs have been updated

If you want to migrate your config file from 1.x releases, please check out the CHANGELOG file which contains a basic migration guide.

Full Changelog: 1.5.2...2.0.0

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