1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-03-01 08:52:28 +00:00

Updated Changelog (markdown)

Adam Warner 2016-12-14 22:26:45 +00:00
parent 1c3929ee7b
commit 82e78be2dd

@ -2,17 +2,19 @@
### [Dev]
- [`NEW`] - `pihole -t` which is just running `tail -F /var/log/pihole.log` ([#973](https://github.com/pi-hole/pi-hole/pull/973))
- [`TWEAK`] - Promo defensive tweaks ([#895](https://github.com/pi-hole/pi-hole/pull/895))
- [`FIX`] - Fixed[#649](https://github.com/pi-hole/pi-hole/issues/649) ([#896](https://github.com/pi-hole/pi-hole/pull/896))
- [`FIX`] - `chronometer` domain count ([#891](https://github.com/pi-hole/pi-hole/pull/891))
- [`TWEAK`] - Uninstall now removes `pihole` user ([#926](https://github.com/pi-hole/pi-hole/pull/926))
- [`TWEAK`] - Timeout added to `pihole -d` ([#932](https://github.com/pi-hole/pi-hole/pull/932))
- [`NEW`] - `pihole -a` ([#942](https://github.com/pi-hole/pi-hole/pull/924))
- [`TWEAK`] - Add possiblity for delayed reactivation of blocking ([#933](https://github.com/pi-hole/pi-hole/pull/933))
- [`TWEAK`] - Add check for lighty.conf before trying to move it ([#956](https://github.com/pi-hole/pi-hole/pull/956))
- [`FIX`] - Normalized exit codes for `gravity` ([#952](https://github.com/pi-hole/pi-hole/pull/952))
- [`FIX`] - Wheezy compatability for `iproute` package [#863](https://github.com/pi-hole/pi-hole/pull/863) ([@brontide](https://github.com/brontide))
- `[TWEAK]` - Reintroduce showing of hostname when pinging a blocked domain ([#985](https://github.com/pi-hole/pi-hole/pull/985))
- `[NEW]` - Many background changes to enable new functionality in the WebUI
- `[NEW]` - `pihole -t` which is just running `tail -F /var/log/pihole.log` ([#973](https://github.com/pi-hole/pi-hole/pull/973))
- `[TWEAK]` - Promo defensive tweaks ([#895](https://github.com/pi-hole/pi-hole/pull/895))
- `[FIX]` - Fixed[#649](https://github.com/pi-hole/pi-hole/issues/649) ([#896](https://github.com/pi-hole/pi-hole/pull/896))
- `[FIX]` - `chronometer` domain count ([#891](https://github.com/pi-hole/pi-hole/pull/891))
- `[TWEAK]` - Uninstall now removes `pihole` user ([#926](https://github.com/pi-hole/pi-hole/pull/926))
- `[TWEAK]` - Timeout added to `pihole -d` ([#932](https://github.com/pi-hole/pi-hole/pull/932))
- `[NEW]` - `pihole -a` ([#942](https://github.com/pi-hole/pi-hole/pull/924))
- `[TWEAK]` - Add possiblity for delayed reactivation of blocking ([#933](https://github.com/pi-hole/pi-hole/pull/933))
- `[TWEAK]` - Add check for lighty.conf before trying to move it ([#956](https://github.com/pi-hole/pi-hole/pull/956))
- `[FIX]` - Normalized exit codes for `gravity` ([#952](https://github.com/pi-hole/pi-hole/pull/952))
- `[FIX]` - Wheezy compatability for `iproute` package [#863](https://github.com/pi-hole/pi-hole/pull/863) ([@brontide](https://github.com/brontide))
### [2.9.5] - 2016-10-29
- `[FIX]` - Fix known bug with older lighttpd syntax [#861](https://github.com/pi-hole/pi-hole/pull/861) ([@brontide](https://github.com/brontide))