Skip to content

3.3.0

Choose a tag to compare

@TheMythologist TheMythologist released this 27 Jan 10:36
· 111 commits to main since this release
c74e984

Key Changes

  • Removed support for integration with DigitalArc
  • Standalone SoloSession filter instead of empty WhitelistSession filter
  • 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

Full Changelog: 3.2.1...3.3.0