Skip to content

Releases: andrebell/winproxy

v0.3.0a1

18 Jan 19:23
Compare
Choose a tag to compare
v0.3.0a1 Pre-release
Pre-release
  • Added a first draft of the set command
  • The winproxy view command was broken if
    • no overrides were set at all
    • less overrides were set, than should be shown at most
  • The override list may contain not only ';' separated proxies, but also ','
    separated ones. This may even be mixed. Also, there may be whitespace in the
    Text. This all is now corrected for, i.e., setting override through the
    ProxySettings API will always normalize the string to ';' delimited proxies.
  • Missing registry values fall back to sensible defaults

v0.2.0a1

11 Jan 21:27
Compare
Choose a tag to compare
v0.2.0a1 Pre-release
Pre-release
  • Added the "winproxy cpl" to the command line to open the Windows Internet
    Settings dialog
  • Added a change log to the README

v0.1.0a1

11 Jan 21:26
Compare
Choose a tag to compare
v0.1.0a1 Pre-release
Pre-release
  • Basic ProxySettings class for the Python API
  • Command line with "winproxy on|off|view" to
    • turn the proxy on
    • turn the proxy off
    • display the current proxy settings