Releases: himanshub16/ProxyMan
Bug fixes in v3
- Add check for use of HTTP protocol for HTTPS proxy (#69)
- Add
no_proxy
saving and loading (#70) - Syntax fix for /apt/apt.conf (#68)
- Fix incorrect binary naming in dnf (#65)
gsettings
no_proxy
save and load functionality (#66)- Fix blank strings for
HTTP/FTP/HTTPS
proxy inbash/zsh
(d2e34c1) and (2458738)
v3 Released
🎉
Fixed some issues post v3-rc
- Uninstall method added in readme.
- Add docker support, provided by @tuxfy
Please read the README and the embed video to know how to use it.
v3 - Ready for release
v3 is ready with new features, necessary improvements, updates, restructured code and much better experience. 🎉
How to use it now
- Download and install with single-step process.
./install
Proxyman is now available in your path.
Open a new terminal window and start playing.
-
Set proxy
proxyman set
-
Save your settings for later use.
-
View your saved configs
proxyman configs
-
Load your previously saved config - say you saved it by the name point4.
proxyman load point4
What's new?
- Saved configs made more organized and works flawlessly.
- Installation script makes it available in your path. Just call the command
proxyman
, nocd
to your downloads. - Lots of issues got closed.
- Restructured codebase with better code quality than before - easier to maintain.
Why still a release candidate?
Just letting it be for about a month from now to let me use it and find more bugs and edge cases (if any). 🙈
If you find one, feel free to open an issue.
Would release during the first week of 2019. 😃
DISCLAIMER
Please don't save your passwords on public machines. Instead use proxyman without providing password and log-in from the browser.
v3-beta
Beta of v3.
Usage:
- Set :
./main.sh set
- Unset :
./main.sh unset
- Show configs :
./main.sh configs
- Load config (say proxy4) :
./main.sh load proxy4
TODO:
- Check with old pull-requests for edge cases/fixes to consider.
2018 Release
Changes since previous release
- Add feature for storing info in config files to be used later.
This helps to avoid entering values all times, and instead use the saved values from config file.
Thanks to @PaiAkshay998
- Change
https_proxy
protocol tohttp
.
7c7c7d6
Find the reason behind this one here.
Certain users reported problems due to some proxies not using https protocol for https proxy. However, most of them support http for https. This appears to be fixing issues for some without creating another one.
Please create an issue if you find some problem with this addition.
Thanks to @saburto for fixing this.
Summer release
Following enhancements have been made in this release:
Usage: bash main.sh
- Add support for capitalized environment variables for bash. #22 Thanks to @skulltech
- Fix issue with git when proxy was not set when used with all.
April release
Minor bug fixes
Usage:
./main.sh
- Closed #14
- Handles files without linefeed at the end properly.
- Add missing git_config while list_all*.
- Add catch for undesired input (when you enter something other than set, unset, list).
Removed gui from master
Usage :
bash main.sh
The following have been the major changes for this release.
- Removing the gui, and moving it to gui branch.
- Fixing minor bugs and typos.
- Creating github-page from README.
Bug fixes in git configuration
Use CLI
./main.sh
GUI is buggy. Avoid using it, other than testing purposes.
Following changes have been made :
- main.sh : switch cases for git
- git_config.sh : global removal
- changelog : for new release
- readme : download link
Git support added
For more comprehensive list of changes, and the need for change, see the changelog and commit messages.
This release gives ProxyMan with and without GUI separately, removing ambiguity about the stability.
ProxyMan_v2.1.zip