mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-08-22 01:58:16 +02:00
Updated Changelog (markdown)
parent
d1549013c9
commit
8603409f3b
28
Changelog.md
28
Changelog.md
@ -11,7 +11,7 @@
|
|||||||
#### [2.6.2] - 2016-04-11
|
#### [2.6.2] - 2016-04-11
|
||||||
- `[FIX]` - `gravity.list` not being populated correctly when run by cron [#409](../issues/409)
|
- `[FIX]` - `gravity.list` not being populated correctly when run by cron [#409](../issues/409)
|
||||||
- `[FIX]` - Cleaned up output of helptext on `pihole` command. [#453](../issues/453)
|
- `[FIX]` - Cleaned up output of helptext on `pihole` command. [#453](../issues/453)
|
||||||
- `[NEW]` - running `pihole -w -l` or `pihole -b -l` will now list domains in your white/blacklist. [#447](../pulls/447)
|
- `[NEW]` - running `pihole -w -l` or `pihole -b -l` will now list domains in your white/blacklist. [#447](https://github.com/pi-hole/pi-hole/pull/447)
|
||||||
|
|
||||||
#### [2.6.1.2] - 2016-04-06
|
#### [2.6.1.2] - 2016-04-06
|
||||||
- `[FIX]` - Added `-h` parameter to `whitelist.sh` and `blacklist.sh`.
|
- `[FIX]` - Added `-h` parameter to `whitelist.sh` and `blacklist.sh`.
|
||||||
@ -21,18 +21,18 @@
|
|||||||
- `[FIX]` - Update `pihole.cron` to reflect new command structure. [#434](../issues/434)
|
- `[FIX]` - Update `pihole.cron` to reflect new command structure. [#434](../issues/434)
|
||||||
|
|
||||||
#### [2.6.1] - 2016-04-05
|
#### [2.6.1] - 2016-04-05
|
||||||
- `[FIX]` - Fixed Pi-hole not blocking ANY ads in 2.6 release! Sorry about that! [#432](../pull/432)
|
- `[FIX]` - Fixed Pi-hole not blocking ANY ads in 2.6 release! Sorry about that! [#432](https://github.com/pi-hole/pi-hole/pull/432)
|
||||||
- `[FICTIONAL]` - Promofaux commits seppuku.
|
- `[FICTIONAL]` - Promofaux commits seppuku.
|
||||||
|
|
||||||
#### [2.6] - 2016-04-05
|
#### [2.6] - 2016-04-05
|
||||||
- `[NEW]` Return empty javascript for javascript requests [#386](../pull/386)
|
- `[NEW]` Return empty javascript for javascript requests [#386](https://github.com/pi-hole/pi-hole/pull/386)
|
||||||
- `[NEW]` Single command for running pihole scripts. [See here for details](https://github.com/pi-hole/pi-hole/wiki/The-%22pihole%22-Command) (It autocompletes!)
|
- `[NEW]` Single command for running pihole scripts. [See here for details](https://github.com/pi-hole/pi-hole/wiki/The-%22pihole%22-Command) (It autocompletes!)
|
||||||
- `[NEW]` Tweaked layout of changelog from this release, and moving forward.
|
- `[NEW]` Tweaked layout of changelog from this release, and moving forward.
|
||||||
- `[NEW]` Debugging script to help us support you better! (`pihole debug`)
|
- `[NEW]` Debugging script to help us support you better! (`pihole debug`)
|
||||||
- `[FIX]` `gravity.sh` (`pihole updateGravity`), `whitelist.sh` (`pihole whitelist`), and `blacklist.sh` (`pihole blacklist`) now respect user-created `pihole.conf` (Issues [#421](../issues/421) and [#428](../issues/428))
|
- `[FIX]` `gravity.sh` (`pihole updateGravity`), `whitelist.sh` (`pihole whitelist`), and `blacklist.sh` (`pihole blacklist`) now respect user-created `pihole.conf` (Issues [#421](../issues/421) and [#428](../issues/428))
|
||||||
- `[FIX]` Uninstall script now works, and is much less aggressive. (`pihole uninstall`)
|
- `[FIX]` Uninstall script now works, and is much less aggressive. (`pihole uninstall`)
|
||||||
- `[UPDATE]` New URL for Windows 10 Telemetry list. [#370](../pull/370)
|
- `[UPDATE]` New URL for Windows 10 Telemetry list. [#370](https://github.com/pi-hole/pi-hole/pull/370)
|
||||||
- `[TWEAK]` Allow older versions of `uptime` to be used [#372](../pull/372)
|
- `[TWEAK]` Allow older versions of `uptime` to be used [#372](https://github.com/pi-hole/pi-hole/pull/372)
|
||||||
- `[TWEAK]` Busy spinner in various scripts looks a little better now.
|
- `[TWEAK]` Busy spinner in various scripts looks a little better now.
|
||||||
- `[FICTIONAL]` Various telemetry scripts to harvest your data for sale to advertising companies.
|
- `[FICTIONAL]` Various telemetry scripts to harvest your data for sale to advertising companies.
|
||||||
- `[FICTIONAL]` Moved investment holding to Panama.
|
- `[FICTIONAL]` Moved investment holding to Panama.
|
||||||
@ -40,25 +40,25 @@
|
|||||||
|
|
||||||
#### [2.5.3] - 2016-02-21
|
#### [2.5.3] - 2016-02-21
|
||||||
##### Changes
|
##### Changes
|
||||||
- New! Added 4 more upstream DNS providers, plus the ability to choose your own custom one! [#327](../pull/327)
|
- New! Added 4 more upstream DNS providers, plus the ability to choose your own custom one! [#327](https://github.com/pi-hole/pi-hole/pull/327)
|
||||||
- New! Add user `pihole` if it does not already exist. [#242](../pull/242)
|
- New! Add user `pihole` if it does not already exist. [#242](https://github.com/pi-hole/pi-hole/pull/242)
|
||||||
- `adlists.default` / `adlists.list` now support comments and blank lines. Made some changes to default lists. [#339](../pull/339)
|
- `adlists.default` / `adlists.list` now support comments and blank lines. Made some changes to default lists. [#339](https://github.com/pi-hole/pi-hole/pull/339)
|
||||||
- added total uptime to `chronometer.sh` [#328](../pull/328)
|
- added total uptime to `chronometer.sh` [#328](https://github.com/pi-hole/pi-hole/pull/328)
|
||||||
- added a script to set up an LCD screen on rasbian jessie, rather than Adafruit's custom distro. [#338](../pull/338)
|
- added a script to set up an LCD screen on rasbian jessie, rather than Adafruit's custom distro. [#338](https://github.com/pi-hole/pi-hole/pull/338)
|
||||||
|
|
||||||
##### Bugfixes
|
##### Bugfixes
|
||||||
- We no longer stop dnsmasq during install, instead we just restart it at the end of the script. Should fix issues raised in [#218](../../issues/218)
|
- We no longer stop dnsmasq during install, instead we just restart it at the end of the script. Should fix issues raised in [#218](../../issues/218)
|
||||||
- Issue [#322](../../issues/322)(Issues with verifying free space on C.H.I.P) fixed with Pull [#330](../pull/330)
|
- Issue [#322](../../issues/322)(Issues with verifying free space on C.H.I.P) fixed with Pull [#330](https://github.com/pi-hole/pi-hole/pull/330)
|
||||||
- Issue [#304](../../issues/304) fixed with Pull [#305](../pull/305)
|
- Issue [#304](../../issues/304) fixed with Pull [#305](https://github.com/pi-hole/pi-hole/pull/305)
|
||||||
|
|
||||||
#### [2.5.2] - 2016-02-14
|
#### [2.5.2] - 2016-02-14
|
||||||
##### Added
|
##### Added
|
||||||
- Recap of IP addresses after install. As requested in [#282](../../issues/282)
|
- Recap of IP addresses after install. As requested in [#282](../../issues/282)
|
||||||
- Install Checks there is at least 25MB of free space before install. [#301](../pull/301)
|
- Install Checks there is at least 25MB of free space before install. [#301](https://github.com/pi-hole/pi-hole/pull/301)
|
||||||
- 8 new adlist sources added. Bringing default domains blocked to ~155,600.
|
- 8 new adlist sources added. Bringing default domains blocked to ~155,600.
|
||||||
|
|
||||||
##### Bugfixes
|
##### Bugfixes
|
||||||
- '/etc/pihole/.ipv6' file no longer survives reinstall if user opts to no longer use IPv6 mode. [#306](../pull/306)
|
- '/etc/pihole/.ipv6' file no longer survives reinstall if user opts to no longer use IPv6 mode. [#306](https://github.com/pi-hole/pi-hole/pull/306)
|
||||||
- fixed error where white/blacklist scripts were not run properly during cron job. [#313](../../issues/313)
|
- fixed error where white/blacklist scripts were not run properly during cron job. [#313](../../issues/313)
|
||||||
- fixed divide-by-zero error on `chronometer.sh` after logs were flushed. [#299](../../issues/299)
|
- fixed divide-by-zero error on `chronometer.sh` after logs were flushed. [#299](../../issues/299)
|
||||||
- add `""` around variables passed to `gravity_transport()` function. [#297](../../issues/297)
|
- add `""` around variables passed to `gravity_transport()` function. [#297](../../issues/297)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user