Skip to content

v3.0.0

Compare
Choose a tag to compare
@Kaciras Kaciras released this 10 Feb 09:11
· 150 commits to master since this release
284bbbe

Breaking changes

  • Default config changed:

    • direct property is renamed to fallback.
    • sources now is empty.
    • path changed to proxy.pac.
  • PAC helper function dnsResolve now use dns.lookup instead of dns.resolve.

  • Prefer synchronized fs functions.

New features

  • Add support for pattern *.example.com to HostnameFileSource, that matches subdomains of example.com but not itself.
  • use fetch-socks for socks proxy.
  • Add --host=<hostname passed to FindProxyForURL> parameter for the bench command.
  • Add support for inspect Safari history for analyze command.
  • Rules which are included by others will be removed in buildPAC.

Fixes

  • fix inspecting of Edge history when the default profile is deleted.