Docker Specific:
- Increase verbosity of error message when capabilities cannot be set, add note to readme about default DNSMASQ_USER. by @PromoFaux in #964
- Remove shim to add docker tag to debug script now that it is in the core repo by @PromoFaux in #965
Full Changelog: 2022.01...2022.01.1
Notes - this release should no longer require the use of CAP_SYS_PTRACE
(if you used it as a workaround in the last release) - so that capability can be safely removed.
In 2022.01 and later, the default DNSMASQ_USER
has been changed to pihole
, however this may cause issues on some systems. See Issue #963 for more information. If the container wont start due to issues setting capabilities, set DNSMASQ_USER
to root
in your environment.
This release also includes updates to the core Pi-hole components, changelog below.
FTL 5.13:
- Add human-readable table output mode by @DL6ER in pi-hole/FTL#1262
- Return DNS port on ">dns-port" telnet command by @DL6ER in pi-hole/FTL#1264
- Fix cache statistics by @DL6ER in pi-hole/FTL#1267
- Sync master -> development by @DL6ER in pi-hole/FTL#1266
- Improve Linux capabilities check by @DL6ER in pi-hole/FTL#1270
- Update SQLite to v3.37.1 by @DL6ER in pi-hole/FTL#1271
- Update embedded dnsmasq by @DL6ER in pi-hole/FTL#1273
Full Changelog: pi-hole/FTL@v5.12.1...v5.13
Core 5.8
- Fixed path to 404 file when using custom.php by @Computroniks in pi-hole/pi-hole#4488
- Return the port FTL is listening on in pihole status function by @yubiuser in pi-hole/pi-hole#4485
- Replace
which
withcommand -v
by @WaLLy3K in pi-hole/pi-hole#4499 - Set dnsmasq interface listening by default to local by @yubiuser in pi-hole/pi-hole#4509
- master->development by @PromoFaux in pi-hole/pi-hole#4513
- Skip debug upload question if called from web interface by @yubiuser in pi-hole/pi-hole#4494
- Install pihole-FTL.conf template on fresh installation by @yubiuser in pi-hole/pi-hole#4496
- If PIHOLE_DOCKER_TAG is set, then include that info in the debug run by @PromoFaux in pi-hole/pi-hole#4515
- Use ss instead of lsof by @DL6ER in pi-hole/pi-hole#4518
- Fix/chronometer by @yubiuser in #4521
New Contributors
- @Computroniks made their first contribution in pi-hole/pi-hole#4488
Full Changelog: pi-hole/pi-hole@v5.7...v5.8
Web 5.10
- Add link to Pi-hole docs when showing dnsmasq warnings by @DL6ER in pi-hole/AdminLTE#2017
- Fix gradient transparency issues in Safari by @Iksas in pi-hole/AdminLTE#2018
- Use SVG to generate the QR code by @rdwebdesign in pi-hole/AdminLTE#2022
- LCARS theme additions by @rdwebdesign in pi-hole/AdminLTE#2019
- Improve appearance of the main menu by @DL6ER in pi-hole/AdminLTE#2023
- Add border to status indicators in the LCARS theme by @Iksas in pi-hole/AdminLTE#2024
- Fix LCARS top navbar by @rdwebdesign in pi-hole/AdminLTE#2025
- Revert "Fix LCARS top navbar" by @rdwebdesign in pi-hole/AdminLTE#2027
- Fixing PR #2025 - top navbar by @rdwebdesign in pi-hole/AdminLTE#2028
- Fix invisible buttons in password fields (desktop Safari) by @Iksas in pi-hole/AdminLTE#2020
- Localize summary numbers by @DL6ER in pi-hole/AdminLTE#2029
- Fixing PHP warnings in "qrcode.php" by @rdwebdesign in pi-hole/AdminLTE#2033
- Remove text transformation from update command by @Iksas in pi-hole/AdminLTE#2037
- Include FTL's DNS port in web status and give the temperature its own line by @yubiuser in pi-hole/AdminLTE#2031
- Status panel (.user-panel) visual adjustments by @rdwebdesign in pi-hole/AdminLTE#2040
- Prevent ad blockers from blocking query log UI elements by @Iksas in pi-hole/AdminLTE#2039
- master -> devel by @PromoFaux in pi-hole/AdminLTE#2045
- Fix mislabeled privacy setting by @Cauchon in pi-hole/AdminLTE#2044
- Tweak DHCP datatables by @Moonlight63 in pi-hole/AdminLTE#2042
- Fix CPU info on status panel by @rdwebdesign in #2049
New Contributors
- @Cauchon made their first contribution in pi-hole/AdminLTE#2044
- @Moonlight63 made their first contribution in pi-hole/AdminLTE#2042
Full Changelog: pi-hole/AdminLTE@v5.9...v5.10