Skip to content

Releases: fonic/ipfilter

ipfilter-v4.4

26 Apr 06:44
Compare
Choose a tag to compare

Please consider making a donation to help me continue this project:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Big thanks to every one who donated in the past! ❤️

Changes:

  • Updated GeoLite2 database download handling to account for breaking API
    change MaxMind will start enforcing on 05/01/24 (new download URL, basic
    authentication using account ID + license; see this link for details)
  • Applied additional minor changes (script, README.md, CHANGELOG.md)

ipfilter-v4.3

25 Aug 16:59
Compare
Choose a tag to compare

Donations:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Changes:

  • Added ipfilter.service and ipfilter.timer for system service setup (Linux with systemd only)
  • Added instructions for system service setup to README.md
  • Overhauled ipfilter.conf (comments only, no changes to configuration items)
  • Split SCREENSHOT.png into SCREENSHOT1.png and SCREENSHOT2.png (GitHub only)
  • Renamed Windows Runtime Environments.md to WINDOWS.md (KISS)
  • Applied other minor changes to README.md (URLs, wording, formatting)

ipfilter-v4.2

10 Aug 14:21
Compare
Choose a tag to compare

Donations:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Changes:

  • Applied minor changes to console and log file output
  • Added comment regarding GeoLite2 license to configuration
  • Added screenshot with sample output (GitHub only)
  • Updated and restructured README.md

ipfilter-v4.1

22 Jul 21:19
Compare
Choose a tag to compare

Donations:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Changes:

  • Obfuscated GeoLite2 license key in console/log output (to prevent leaking sensitive information via logs)
  • Overhauled ipfilter.conf: enabled default settings, extended comments, various minor changes
  • Overhauled README.md: added default configuration, added usage information, merged sections Download and Installation, various minor changes
  • Updated instructions for Windows users in Windows Runtime Environments.md: simplified WSL installation, updated URLs, various minor changes
  • Added CHANGELOG.md

ipfilter-v4.0

29 Apr 20:42
Compare
Choose a tag to compare

Donations:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Changes:

  • Added verbose output feature (optional, configurable)
  • Added logging feature (optional, configurable)
  • Improved and simplified OS/platform detection and handling
  • Improved configuration settings verification/normalization
  • Applied various minor changes and improvements
  • Refactored code and comments

Git-only changes:

  • Added test suite script
  • Added I-Blocklist scraper script
  • Added hints document for Windows runtime environments
  • Updated README.md

ipfilter-v3.1

07 Oct 17:02
Compare
Choose a tag to compare

Donations:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Changes:

  • Fixed bug regarding overwriting existing compressed output files (issue #6)
  • Added support for xz compression of output file

ipfilter-v3.0

11 May 17:12
Compare
Choose a tag to compare

Donations:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Changes:

  • Added support for Cygwin, MSYS2 and Linux on Windows Subsystem for Linux (WSL)
  • Improved/reworked notifications
  • Uses realpath to determine actual folder and filename of script on all platforms except macOS; script now works as expected when being run via symlink
  • Informs user and aborts if configuration file could not be read/located (related to issue #5)
  • Implemented fix for issue #5; script now works as expected when being run from / on Git for Windows
  • Applied additional minor changes (comments, code improvements, code formatting, console prints, command line arguments)
  • Updated README.md

ipfilter-v2.1

20 Apr 19:13
Compare
Choose a tag to compare

Donations:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Changes:

  • Changed some comments in script
  • Changed some comments in config
  • Updated README.md

ipfilter-v2.0

17 Apr 09:40
Compare
Choose a tag to compare

Donations:

Buy Me A Coffee   Donate via PayPal   Donate via Ko-fi

Changes:

  • Added support for compression of final output file (configuration item COMP_TYPE)
  • Changed download utility priority: use curl as default, use wget as fallback (curl seems to be more common)
  • Changed long options to short options whenever it helps cross-platform use (e.g. awk -F works on all platforms while awk --field-separator doesn't)
  • Fixed selective extraction of *.csv files of GeoLite2 archive on Windows
  • Applied additional minor changes (comments, code improvements, code formatting)

ipfilter-v1.0

17 Apr 09:30
Compare
Choose a tag to compare

Initial release.