Pi-hole FTL v5.15, Web v5.12 and Core v5.10 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
- Fix negative “others” in Upstream Servers pie chart by @DL6ER in #1305
- Update SQLite to v3.38.0 by @DL6ER in #1307
- Reload blocking mode independently of incoming queries by @DL6ER in #1310
- Replace reference to hard-coded default GCinterval value by @icyflame in #1313
- Be more precise about escaping invalid characters in queries by @yubiuser in #1318
- Adjust query type counters when importing from the database by @DL6ER in #1317
- Update SQLite to 3.38.1 by @DL6ER in #1320
- Added support for compilation on MIPS platform by @abesnier in #1316
- Update SQLite to v3.38.2 by @DL6ER in #1323
- Fix initOverTime’s calculation of last slot timestamp by @icyflame in #1312
- Fix query counts by @DL6ER in #1322
- Fix overtime computation by @DL6ER in #1327
New Contributors
Full Changelog: v5.14...v5.15
Pi-hole Web changes:
What’s Changed
- footer.php: Improve Pi-Hole update instruction for Docker image by @PeterDaveHello in #2122
- Change the order of “uptream servers” graphic items by @rdwebdesign in #2124
- Fixing double
json_encode
output by @rdwebdesign in #2125 - Set rate-limiting options from settings page by @DL6ER in #2130
- Change wording of status when blocking is disabled by @yubiuser in #2136
- Adds the ability to delete multiple warnings at once by @rdwebdesign in #2133
- New icon for Donate menu item by @rdwebdesign in #2138
- New login form layout by @rdwebdesign in #2139
- Update ecmaVersion to latest by @yubiuser in #2140
- Changes in
piholeStatus
and FTL API calls. by @rdwebdesign in #2126 - Change wording after Pi-hole has been disabled by @yubiuser in #2141
- add link to swap between blocked and all client queries by @stuXORstu in #2129
- Better interval computation for Long-term data -> Graphics page by @rubpa in #2132
- Show debug logs in colors by @rdwebdesign in #2142
- Improving debug log output by @rdwebdesign in #2145
- Fix list add for already forwarded queries by @yubiuser in #2148
- Start php session before generating output for API token by @yubiuser in #2147
- Include message triangle on all pages by @yubiuser in #2146
- Add per-browser setting to ignore non-fatal dnsmasq warnings by @DL6ER in #2135
- Fix PHP “Headers already sent” warning. by @rdwebdesign in #2154
- Improving the menu by @rdwebdesign in #2156
- Better donate button – navbar by @rdwebdesign in #2160
- Set terminal type inside PHP by @rdwebdesign in #2161
- Convert IDNs to punycode before searching the lists by @yubiuser in #2162
- Disable prettiers no-else-return rule by @yubiuser in #2166
- Guard socket and FTL response by @yubiuser in #2164
- Improve loop for getAllQueries from FTL’s memory by @yubiuser in #2163
- Return empty array if there is no data by @rdwebdesign in #2169
- Move warning count to sidebar (when sidebar is visible). by @rdwebdesign in #2165
- Improve background images by @dwo in #2170
- Fixed URL typo in README.md by @PHPGangsta in #2171
New Contributors
- @stuXORstu made their first contribution in #2129
- @rubpa made their first contribution in #2132
Full Changelog: v5.11...v5.12
Pi-hole Core changes:
What’s Changed
- Fix log flush with new query database schema by @yubiuser in #4609
- Add backend option to set rate-limit from the dashboard by @DL6ER in #4621
- Add procps to dependencies by @yubiuser in #4635
- Tweak/api port by @yubiuser in #4629
- Generate colorful debug logs to web interface by @rdwebdesign in #4645
- Improving debug log by @rdwebdesign in #4652
- Fixed wrong words in
README.md
by @y0ngb1n in #4655 - Add check to avoid error in PHP 8 on the blocking page by @rdwebdesign in #4657
- Select the protocol on the blocking page by @rdwebdesign in #4659
- Remove
@
and following character from interface name by @rdwebdesign in #4664 - Pool identical messages in debug output by @yubiuser in #4646
- Rename block lists to adlists within the query list functions by @yubiuser in #4681
- Tweaks to functions in utils.sh and refactored usages in webpage.sh by @PromoFaux in #4653
- Exit installer if dpkg lock is held for more then 30 seconds by @yubiuser in #4682
- Only use sudo power if needed by @yubiuser in #4663
- Prevent issues cause by declaring
utilsfile
asreadonly
by @PromoFaux in #4690 - Remove unnecessary case in uninstall script by @yubiuser in #4692
- Set permissions for GitHub actions by @naveensrinivasan in #4699
- Do not pass whole environment for PIHOLE_SKIP_OS_CHECK=true by @MichaIng in #4694
- [utils.sh] Split
addOrEditKeyValuePair
to doaddKey
in a separate function by @PromoFaux in #4698 - Update gravity.sh by @jpgpi250 in #4704
- Changed ldd binary check for better compatibility by @spmfox in #4700
New Contributors
Full Changelog: v5.9.1...v5.10
Comments are closed.