<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/shell-proxy, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/shell-proxy?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/shell-proxy?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2024-04-10T13:39:19Z</updated>
<entry>
<title>fix(shell-proxy): support ssh-proxy using http proxy in cygwin (#12340)</title>
<updated>2024-04-10T13:39:19Z</updated>
<author>
<name>Ruize Tang</name>
<email>1466040111@qq.com</email>
</author>
<published>2024-04-10T13:39:19Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=53c4c4671a931d9f7a3b39fe9131c6f84fe27ca5'/>
<id>urn:sha1:53c4c4671a931d9f7a3b39fe9131c6f84fe27ca5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(shell-proxy): allow excluding endpoints with `NO_PROXY` (#11924)</title>
<updated>2023-10-02T18:58:42Z</updated>
<author>
<name>Abhinav</name>
<email>abhinavms@outlook.com</email>
</author>
<published>2023-10-02T18:58:42Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=f36c6db0eac17b022eee87411e6996a5f5fc8457'/>
<id>urn:sha1:f36c6db0eac17b022eee87411e6996a5f5fc8457</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: don't use `$functions_source` for compatibility with zsh &lt; 5.4</title>
<updated>2022-08-01T18:54:45Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2022-08-01T18:54:45Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4fcf52c2b1e086596d96b04f9c1ff3d742194857'/>
<id>urn:sha1:4fcf52c2b1e086596d96b04f9c1ff3d742194857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(shell-proxy): make ssh-proxy compatible with macOS (#10640)</title>
<updated>2022-04-12T11:26:22Z</updated>
<author>
<name>septs</name>
<email>github@septs.pw</email>
</author>
<published>2022-04-12T11:26:22Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=9fa3f4612224ed1db75d2e3cf1fc8d09d76adb45'/>
<id>urn:sha1:9fa3f4612224ed1db75d2e3cf1fc8d09d76adb45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(shell-proxy): support SOCKS protocol based on URI scheme (#10069)</title>
<updated>2021-12-29T08:42:35Z</updated>
<author>
<name>Bryan Lee</name>
<email>doslby@gmail.com</email>
</author>
<published>2021-12-29T08:42:35Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=eb94df6428808afc74445a3c6433912982e4de75'/>
<id>urn:sha1:eb94df6428808afc74445a3c6433912982e4de75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(shell-proxy)!: rename env vars to `SHELLPROXY_*` and add usage message (#10456)</title>
<updated>2021-12-13T10:26:05Z</updated>
<author>
<name>fengkx</name>
<email>liangkx8237@gmail.com</email>
</author>
<published>2021-12-13T10:26:05Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=e96b8bd52366b526d7ebb22d947b54d286d6da61'/>
<id>urn:sha1:e96b8bd52366b526d7ebb22d947b54d286d6da61</id>
<content type='text'>
BREAKING CHANGE: the `DEFAULT_PROXY` setting has been renamed to `SHELLPROXY_URL`,
and `CONFIG_PROXY` has been renamed to `SHELLPROXY_CONFIG`. See the plugin README
for more information.

Co-authored-by: Marc Cornellà &lt;hello@mcornella.com&gt;</content>
</entry>
<entry>
<title>feat(shell-proxy): enable unexported `DEFAULT_PROXY` setting (#9774)</title>
<updated>2021-04-06T12:49:03Z</updated>
<author>
<name>Septs</name>
<email>github@septs.pw</email>
</author>
<published>2021-04-06T12:49:03Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2e487b187eac96ac63c8bd0f5e3c28d5ed06d828'/>
<id>urn:sha1:2e487b187eac96ac63c8bd0f5e3c28d5ed06d828</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(shell-proxy): change NAME env variable for WSL clash (#9447)</title>
<updated>2020-11-20T11:42:51Z</updated>
<author>
<name>Septs</name>
<email>github@septs.pw</email>
</author>
<published>2020-11-20T11:42:51Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=d57131dc49500a056c5b78b0fb444c7cb1ca83cd'/>
<id>urn:sha1:d57131dc49500a056c5b78b0fb444c7cb1ca83cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `shell-proxy` plugin (#8692)</title>
<updated>2020-05-24T16:48:43Z</updated>
<author>
<name>Septs</name>
<email>github@septs.pw</email>
</author>
<published>2020-05-24T16:48:43Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=5ea25e6736430ab5b8439d11b2e9a837a803771b'/>
<id>urn:sha1:5ea25e6736430ab5b8439d11b2e9a837a803771b</id>
<content type='text'>
</content>
</entry>
</feed>
