3.3.0
Key Changes
- Removed support for integration with DigitalArc
- Standalone
SoloSessionfilter instead of emptyWhitelistSessionfilter - Numerous changes to Whitelist and Blacklist
- No longer support creation of custom lists
- Removed support of domains
- Changed the structure of
data.json{ "blacklist": { "192.168.0.2": "bad guy", "192.168.0.3": "modder" }, "whitelist": { "127.0.0.1": "asdf" } }
What's Changed
- feat: Solo session is now a standalone filter by @TheMythologist in #11
- Major refactor by @TheMythologist in #17
- refactor: moving out classes into independent modules by @TheMythologist in #18
Full Changelog: 3.2.1...3.3.0