Originally published at: https://pi-hole.net/2022/01/05/pi-hole-ftl-v5-13-web-v5-10-and-core-v5-8-released/
As always, please read through the changelog before updating with pihole -up
. (A new tag for docker image will arrive shortly.)
Pi-hole FTL changes:
What’s Changed
- Add human-readable table output mode by @DL6ER in #1262
- Return DNS port on “>dns-port” telnet command by @DL6ER in #1264
- Fix cache statistics by @DL6ER in #1267
- Sync master -> development by @DL6ER in #1266
- Improve Linux capabilities check by @DL6ER in #1270
- Update SQLite to v3.37.1 by @DL6ER in #1271
- Update embedded dnsmasq by @DL6ER in #1273
Full Changelog: v5.12.1...v5.13
Pi-hole Core changes:
What’s Changed
- Fixed path to 404 file when using custom.php by @Computroniks in #4488
- Return the port FTL is listening on in pihole status function by @yubiuser in #4485
- Replace
which
withcommand -v
by @WaLLy3K in #4499 - Set dnsmasq interface listening by default to local by @yubiuser in #4509
- master->development by @PromoFaux in #4513
- Skip debug upload question if called from web interface by @yubiuser in #4494
- Install pihole-FTL.conf template on fresh installation by @yubiuser in #4496
- If PIHOLE_DOCKER_TAG is set, then include that info in the debug run by @PromoFaux in #4515
- Use ss instead of lsof by @DL6ER in #4518
New Contributors
- @Computroniks made their first contribution in #4488
Full Changelog: v5.7...v5.8
Pi-hole Web changes:
What’s Changed
- Add link to Pi-hole docs when showing dnsmasq warnings by @DL6ER in #2017
- Fix gradient transparency issues in Safari by @Iksas in #2018
- Use SVG to generate the QR code by @rdwebdesign in #2022
- LCARS theme additions by @rdwebdesign in #2019
- Improve appearance of the main menu by @DL6ER in #2023
- Add border to status indicators in the LCARS theme by @Iksas in #2024
- Fix LCARS top navbar by @rdwebdesign in #2025
- Revert “Fix LCARS top navbar” by @rdwebdesign in #2027
- Fixing PR #2025 – top navbar by @rdwebdesign in #2028
- Fix invisible buttons in password fields (desktop Safari) by @Iksas in #2020
- Localize summary numbers by @DL6ER in #2029
- Fixing PHP warnings in “qrcode.php” by @rdwebdesign in #2033
- Remove text transformation from update command by @Iksas in #2037
- Include FTL’s DNS port in web status and give the temperature its own line by @yubiuser in #2031
- Status panel (.user-panel) visual adjustments by @rdwebdesign in #2040
- Prevent ad blockers from blocking query log UI elements by @Iksas in #2039
- Fix mislabeled privacy setting by @Cauchon in #2044
- Tweak DHCP datatables by @Moonlight63 in #2042
New Contributors
- @Cauchon made their first contribution in #2044
- @Moonlight63 made their first contribution in #2042
Full Changelog: v5.9...v5.10