Skip to content

Releases: himanshub16/ProxyMan

Version 2 released

14 Oct 10:35
Compare
Choose a tag to compare
Version 2 released Pre-release
Pre-release
  • The interaction with script is no more monochrome. There are colors to make it feel better.
  • Individual scripts handle proxy settings for a specific target.
  • All scripts get the same number and order of arguments. Take what you want.

ProxyMan now has a GUI written in Qt5. However, it is not totally reliable as of now. Testers could test it. But scripts are still cool.

ProxyMan_v2.0.zip

Npm support added

18 Sep 14:38
Compare
Choose a tag to compare

It now sets proxy settings for npm if found.

ProxyMan_v1.9.zip

More checks added

12 Aug 03:07
Compare
Choose a tag to compare

Updated after bug fixes

You won't get useless error messages if you are not having sudo permissions or are already root.

Also, errors while performing cat to root owned files have been resolved using tee instead of simply cat. @yasn77
ProxyMan_v1.8.zip

Updated username

15 Apr 15:33
Compare
Choose a tag to compare

The username of my Github repo has changed. This release is made to reflect them.
ProxyMan_v1.7_update.zip

Fixed major bugs

13 Mar 05:34
Compare
Choose a tag to compare

The following are the major changes

  • There were multiple entries created in ~/.bashrc, every time you configure environment proxy settings . Fixed.
  • Unset is now forced before set to avoid multiple variables.
  • export was included before bash variables, which didn' t bother, but is now removed.
    ProxyMan_v1.7.zip

Removed default options

10 Mar 22:14
Compare
Choose a tag to compare

Minor additions and fixes

23 Jan 19:05
Compare
Choose a tag to compare

Fixed some minor issues
Created text files to be used as manuals.

Minor additions

11 Jan 04:40
Compare
Choose a tag to compare

Unset forced before set, to avoid duplicate entries in bashrc, or gsettings authentications.
ProxyMan_v1.4.zip

Fixed some bugs and security issues.

09 Jan 05:13
Compare
Choose a tag to compare

unset_apt was not able to remove the apt.conf file because it had no privilege. So sudo is added.
Also, proxy authentication credentials would probably remain in case of toggle. So, a warning along with option to remove credentials have been added.
ProxyMan_v1.3.zip

Fixed issues with bash configuration.

01 Jan 16:34
Compare
Choose a tag to compare

Previous versions had a flaw, that did set plain variables in .bashrc / .bash_profile, but lacked the export word. This did not make any effect to proxy settings for bash. However, theses things have been fixed. More comparison is available in the changelog file.
Uploading ProxyMan_v1.2.zip…