Skip to content

Releases: yubiuser/pihole_adlist_tool

2.6.5

09 Feb 20:24
cb0f043
Compare
Choose a tag to compare

What's Changed

The repo is now on maintenance mode!

Fixes

New Contributors

Full Changelog: 2.6.4...2.6.5

2.6.4

01 May 20:10
a1ed479
Compare
Choose a tag to compare

Internal Release

New Contributors

Full Changelog: 2.6.3...2.6.4

2.6.3

08 Oct 12:28
df0d444
Compare
Choose a tag to compare

Internal Release

Full Changelog: 2.6.2...2.6.3

2.6.2

27 Jun 13:05
f3e1519
Compare
Choose a tag to compare

This is mostly an internal release

What's Changed

  • Fixed spelling mistakes in readmed.md by @suymur in #47
  • added .editorconfig file and editorconfig-checker workflow and fixed styling and markdown issues @yubiuser in #49
  • added dependabot workflow @yubiuser in #50
  • added codespell workflow and fixed spelling mistakes @yubiuser in #52

New Contributors

Full Changelog: 2.6.1...2.6.2

2.6.1

28 Feb 11:25
c89256d
Compare
Choose a tag to compare
  • Script is now shell-checked @thomasmerz in #37
  • RegEx analysis is now disabled on docker installations @thomasmerz in #40 . This is considered a workaround until we can speed up the RegEx analysis on docker.

New Contributors

Full Changelog: 2.6.0...2.6.1

2.6.0

14 Nov 21:08
3752357
Compare
Choose a tag to compare
  • Check if domainlist domains are covered by regex
  • Bump version to 2.6
  • Enforce up-to-date Pihole version (dnsmasq 2.87)

All PR #33. For more details see there.

2.5.2

27 May 19:44
293d076
Compare
Choose a tag to compare

Hotfix

  • Restores the ability to select "Enable only adlists with covered unique domains" (PR #31)

2.5.1

17 May 18:07
33330d2
Compare
Choose a tag to compare

Hotfix

  • Fix sudo in non-docker environments #29

2.5.0

16 May 18:16
3be034f
Compare
Choose a tag to compare

2.4.0

14 May 08:37
cd59c35
Compare
Choose a tag to compare
  • Use number of domains from gravity database (PR #22)
  • Improve docker handling. There should be no need to have a separate docker script file anymore as all functions are available in the main script (PR #23)