Skip to content

Releases: pi-hole/PADD

v3.11.1

25 Sep 04:30
fb92108
Compare
Choose a tag to compare

Fixes

  • Use unset to reset CPU temp variable on each iteration by @rdwebdesign in #370

Other

  • Add note regarding the update status of special Docker tags by @yubiuser in #356
  • Remove leftover stickler file by @yubiuser in #360

Full Changelog: v3.11.0...v3.11.1

v3.11.0

27 May 22:30
bd2bc34
Compare
Choose a tag to compare

What's Changed

New

Fixed

New Contributors

Full Changelog: v3.10.1...v3.11.0

v3.10.1

20 Jan 08:28
a968126
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.10.0...v3.10.1

v3.10.0

29 Dec 19:05
1933bd3
Compare
Choose a tag to compare

What's Changed

  • Try to reduce flickering by @yubiuser in #300

  • Check if this is a Pi-hole instead of throwing a random error by @DL6ER in #297

  • Don't use hashes to check for updates on master by @yubiuser in #302

  • Fix check if FTL is running by @DL6ER in #304

  • Explicitly test for sysinfo files by @DL6ER in #296

  • Fix status message by @yubiuser in #312

  • Using a function to remove undesired text from sys_model to improve code readability by @rdwebdesign in #317

  • Don't use zero to signal failure by @yubiuser in #310

  • Use getFTLPID instead of pidof by @yubiuser in #313

  • No blocking isn't a fatal error by @DL6ER in #319

  • and a few internal PRs


This is mainly a bugfix release but a really big one :-)


Full Changelog: v3.9.0...v3.10.0

v3.9.0

11 Dec 20:20
89853fa
Compare
Choose a tag to compare

What's Changed

Note: this requires Pi-hole Core v5.14.1!

  • Adds the ability to get temperature and device model on x86 device (#267)
  • Improve how and when the dashboard is drawn. After a terminal resize, the dashboard should adapt to the new size instantly now. Additionally, an xoff and yoff offset can be set, moving the dashboard by the set offset within the terminal (#268)
  • Automatically center PADD output on screen (#278)
    • To disable centering and restore the old behavior, start PADD with padd.sh -yoff 0 -xoff 0
  • Removes the ConnectivityCheck (#270).
  • Re-order network info in mini (#272)
  • Use /etc/pihole/versions file to gather version information (#274)
  • Fix dhcp_ipv6_heatmap on mega (#277)
  • Remove special handling of certain upstream DNS server (#280 )
  • Add version info to slim (#281)
  • Reduce punctuation (#282)
  • Add space bewteeen Tx and Rx (#283)

New Contributors

Full Changelog: v3.8.1...v3.9.0

PADD v3.8.1

12 Oct 07:47
9218e0d
Compare
Choose a tag to compare

What's Changed

  • 📝 add howto run padd.sh with dockerized Pi-hole and remove link to wiki from README by @thomasmerz in #208

  • Remove empty line after IPv6 on tiny and regular by @yubiuser in #253

  • Wait until telnet server said everything by @yubiuser in #254

  • Allow to set local variables by @yubiuser in #255

  • Get API port from pihole-FTL.conf instead of port file by @yubiuser in #260

  • Update the print functions by @yubiuser in #257

  • and a few internal/github changes

Full Changelog: v3.8.0...v3.8.1

v3.8.0

26 Jul 05:21
380636a
Compare
Choose a tag to compare

PADD v3.8.0

This requires the latest FTL version (>= v5.16), so do not upgrade PADD before you upgraded your Pi-hole installation.

New:

  • add the hardware device model to PADD #229
  • add the default network interface and the traffic (from that interface) #233

Improvements:

  • if users run non-master branches of any Pi-hole component the script won't fail now #232
  • Improve PADD version comparison #238
  • get the gateway IP directly from FTL #235
  • each of the five functions that collects information has now an individual polling time, e.g. information less likely to be updated every 5 sec (e.g. hostname) can be updated less frequently #245
  • PADD now collects information, displays them and then sleeps for 5sec instead of collecting, sleeping, displaying #245

Bugfix:

  • fix alignment of ipv6 value in padd tiny #226
  • fix an issue with wrong reported kernel count and arithmetic expansion #227
  • added GetPiholeInformation to the startup routine for ${padd_size}=mini #245
  • add a few missing status updates #245

Other:

  • we removed the old transition script chronometer2.sh #230
  • the piHoleVersion file is now not longer needed and was removed #245

v3.7.1

24 May 19:57
a134724
Compare
Choose a tag to compare

Hotfix v3.7.1.

  • Fixes #218 by referencing /usr/bin/env sh instead of /usr/bin/sh within the shebang (by @yubiuser in #219)

Full Changelog: v3.7.0...v3.7.1

v3.7.0

23 May 08:46
de74c85
Compare
Choose a tag to compare

What's Changed

  • biggest change: we switched from bash to sh and made the script more POSIX compliant. This should allow to run it on even more OS (by @yubiuser in #212)
  • we removed the padd.pid file (by @yubiuser in #197)
  • we get Pi-hole's status now by directly communicating with FTL's API endpoint without invoking the pihole script (@yubiuser in #209)
  • we communicate with FTL now via netcat which made the code much more readable and in line with the documentation (by @yubiuser in #210)
  • instead of creating the piHoleVersion file in the directory where the script is located, we now create it in /tmp to prevent permission issues (by @yubiuser in #211)

Full Changelog: v3.6.7...v3.7.0

v3.6.7

25 Mar 08:03
1c8392c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.6...v3.6.7