v3.9.0
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
andyoff
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
withpadd.sh -yoff 0 -xoff 0
- To disable centering and restore the old behavior, start
- 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
- @dependabot made their first contribution in #263
- @FauFra made their first contribution in #267
- @rdwebdesign made their first contribution in #278
Full Changelog: v3.8.1...v3.9.0