Updated Changelog (markdown)

Mcat12 2016-05-11 17:50:39 -04:00
parent 1438e3031a
commit b0d45ec286

@ -1,17 +1,17 @@
#### Unreleased
- `[NEW]` - Added new default [list](https://github.com/notracking/hosts-blocklists/) (commented out by default) [#452](../pull/452)
- `[NEW]` - Added more info to debug log + tells you where to find it [#460](https://github.com/pi-hole/pi-hole/pull/460)
- `[NEW]` - Added more info to debug log + tells you where to find it [#460](../pull/460)
- `[NEW]` - Added root check to whitelist/blacklist scripts
- `[NEW]` - Changed command to reload dnsmasq to have more compatibility
- `[FIX]` - Made help show for whitelist and blacklist scripts [#468](https://github.com/pi-hole/pi-hole/pull/468)
- `[FIX]` - Now a custom IP specified at install will be used instead of whatever the script finds [#472](https://github.com/pi-hole/pi-hole/pull/472)
- `[FIX]` - Add `X-Frame-Options: DENY` to the web interface headers so that it can't be used in place of an ad [#491](https://github.com/pi-hole/pi-hole/pull/491)
- `[FIX]` - Remove toilet and figlet as dependencies. They are replaced with simple echo calls [#500](https://github.com/pi-hole/pi-hole/pull/500)
- `[FIX]` - Made help show for whitelist and blacklist scripts [#468](../pull/468)
- `[FIX]` - Now a custom IP specified at install will be used instead of whatever the script finds [#472](../pull/472)
- `[FIX]` - Add `X-Frame-Options: DENY` to the web interface headers so that it can't be used in place of an ad [#491](../pull/491)
- `[FIX]` - Remove toilet and figlet as dependencies. They are replaced with simple echo calls [#500](../pull/500)
#### [2.6.2] - 2016-04-11
- `[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)
- `[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)
- `[NEW]` - running `pihole -w -l` or `pihole -b -l` will now list domains in your white/blacklist. [#447](../pull/447)
#### [2.6.1.2] - 2016-04-06
- `[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)
#### [2.6.1] - 2016-04-05
- `[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)
- `[FIX]` - Fixed Pi-hole not blocking ANY ads in 2.6 release! Sorry about that! [#432](../pull/432)
- `[FICTIONAL]` - Promofaux commits seppuku.
#### [2.6] - 2016-04-05
- `[NEW]` Return empty javascript for javascript requests [#386](https://github.com/pi-hole/pi-hole/pull/386)
- `[NEW]` Return empty javascript for javascript requests [#386](../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]` Tweaked layout of changelog from this release, and moving forward.
- `[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]` Uninstall script now works, and is much less aggressive. (`pihole uninstall`)
- `[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](https://github.com/pi-hole/pi-hole/pull/372)
- `[UPDATE]` New URL for Windows 10 Telemetry list. [#370](../pull/370)
- `[TWEAK]` Allow older versions of `uptime` to be used [#372](../pull/372)
- `[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]` Moved investment holding to Panama.
@ -40,28 +40,28 @@
#### [2.5.3] - 2016-02-21
##### Changes
- 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](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](https://github.com/pi-hole/pi-hole/pull/339)
- 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](https://github.com/pi-hole/pi-hole/pull/338)
- New! Added 4 more upstream DNS providers, plus the ability to choose your own custom one! [#327](../pull/327)
- New! Add user `pihole` if it does not already exist. [#242](../pull/242)
- `adlists.default` / `adlists.list` now support comments and blank lines. Made some changes to default lists. [#339](../pull/339)
- added total uptime to `chronometer.sh` [#328](../pull/328)
- added a script to set up an LCD screen on rasbian jessie, rather than Adafruit's custom distro. [#338](../pull/338)
##### 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)
- 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](https://github.com/pi-hole/pi-hole/pull/305)
- 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 [#304](../issues/304) fixed with Pull [#305](../pull/305)
#### [2.5.2] - 2016-02-14
##### Added
- 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](https://github.com/pi-hole/pi-hole/pull/301)
- 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)
- 8 new adlist sources added. Bringing default domains blocked to ~155,600.
##### Bugfixes
- '/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 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)
- '/etc/pihole/.ipv6' file no longer survives reinstall if user opts to no longer use IPv6 mode. [#306](../pull/306)
- 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)
- add `""` around variables passed to `gravity_transport()` function. [#297](../issues/297)
#### [2.5.1] - 2016-02-01
- Hotfix release.