Skip to content

Releases: rayw000/use-proxy

Update document

09 Dec 08:58
4349919
Compare
Choose a tag to compare

Update document

Add interactive function `use-proxy-toggle-all-proxies`

03 Dec 08:29
78ab2f1
Compare
Choose a tag to compare
  • Add interactive function use-proxy-toggle-all-proxies

Bug fixes

07 Sep 06:32
78ab2f1
Compare
Choose a tag to compare
  • Minor mode lighter starts with space
  • Define a function for minor mode lighter

Unit tests and bug fixes

23 Aug 08:00
5538142
Compare
Choose a tag to compare
  • Fix bug which would consider valid proxy invalid.
  • Add argument to `use-proxy-toggle-proto-proxy' to make it available in non-interactive cases.
  • Add unit test.

First release with basic features

23 Aug 04:48
1f8657f
Compare
Choose a tag to compare

Features

  • Load proxy settings from $HTTP_PROXY, $HTTPS_PROXY and $NO_PROXY envs.
  • Toggle proxy by protocol.
  • Toggle proxy globally or respecting $NO_PROXY.
  • Provide macros use-proxy-with-custom-proxies and use-proxy-with-specified-proxies.