Releases: himanshub16/ProxyMan
Version 2 released
- 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.
Npm support added
It now sets proxy settings for npm if found.
More checks added
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
The username of my Github repo has changed. This release is made to reflect them.
ProxyMan_v1.7_update.zip
Fixed major bugs
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
Minor additions and fixes
Fixed some minor issues
Created text files to be used as manuals.
Minor additions
Unset forced before set, to avoid duplicate entries in bashrc, or gsettings authentications.
ProxyMan_v1.4.zip
Fixed some bugs and security issues.
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.
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…