Skip to content

Releases: nmoinvaz/proxyres

1.1.4

01 Aug 19:37
Compare
Choose a tag to compare

Full Changelog: 1.1.3...1.1.4

1.1.3

01 Aug 18:24
Compare
Choose a tag to compare

What's Changed

  • Fixed compilation errors when targeting IOS. by @nmoinvaz in #45
  • Fixed casting warnings on linux and macOS by @nmoinvaz in #46

Full Changelog: 1.1.2...1.1.3

1.1.2

14 Jul 23:41
Compare
Choose a tag to compare

What's Changed

  • Fixed net_adapter_enum not enumerating all adapters on Windows. by @nmoinvaz in #43
  • Only use our PAC script execution resolver if on Linux. by @nmoinvaz in #44

Full Changelog: 1.1.1...1.1.2

1.1.1

12 Jul 00:43
Compare
Choose a tag to compare

What's Changed

  • Fixed proxy list scheme incorrect if proxy has port 80. by @nmoinvaz in #42

Full Changelog: 1.1.0...1.1.1

1.1.0

11 Jul 21:29
Compare
Choose a tag to compare

What's Changed

  • Fixed casting warnings from strtoul on macOS, change port to uint16_t. by @nmoinvaz in #38
  • Fixed bug on Windows XP where auto-detection not working. by @nmoinvaz in #39
  • Use const char for proxy list pointer in resolver. by @nmoinvaz in #40
  • Split getting system proxy configuration from auto-proxy discovery. by @nmoinvaz in #41

Full Changelog: 1.0.7...1.1.0

1.0.7

27 Jun 03:10
Compare
Choose a tag to compare
  • Fixed format specifier for Windows 8 proxy error message.
  • Fixed clang warnings about printf type specifiers in WinRT.
  • Fixed clang incompatible pointer warnings in WinRT.
  • Fixed casting warnings on macOS arm.

Full Changelog: 1.0.6...1.0.7

1.0.6

07 Mar 18:04
Compare
Choose a tag to compare

What's Changed

  • Fixed Windows 7 auto-detect setting not being returned properly. by @nmoinvaz in #36

Full Changelog: 1.0.5...1.0.6

1.0.5

21 Feb 02:46
Compare
Choose a tag to compare

What's Changed

  • Fixed get_desktop_env detection using strcasestr wrong. by @nmoinvaz in #35

Full Changelog: 1.0.4...1.0.5

1.0.4

17 Feb 18:07
Compare
Choose a tag to compare

What's Changed

  • Load JavaScriptCoreGTK 4.1 on Ubuntu if available. by @nmoinvaz in #32
  • Add proxy execute unit tests for file:// scheme. by @nmoinvaz in #34
  • Check gnome2/3 proxy mode before returning config values. by @nmoinvaz in #33

Full Changelog: 1.0.3...1.0.4

1.0.3

10 Feb 01:40
Compare
Choose a tag to compare

What's Changed

  • Check bypass rule port against host port and infer when necessary. by @nmoinvaz in #25
  • Added support proxy bypass rule with IP CIDR notation. by @nmoinvaz in #26
  • Added support for proxy bypass rules with IPv6 CIDR notation. by @nmoinvaz in #28
  • Fixed comparison of different signed integer warnings by @nmoinvaz in #27
  • Revert "Check for empty string when setting proxy override settings." by @nmoinvaz in #29
  • Fixed proxy bypass list override test when override is empty string. by @nmoinvaz in #31
  • Refactor bypass rule IP matching code by @nmoinvaz in #30

Full Changelog: 1.0.2...1.0.3