Skip to content

Releases: himanshub16/ProxyMan

Bug fixes in v3

04 Mar 06:40
Compare
Choose a tag to compare
  • 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 in bash/zsh (d2e34c1) and (2458738)

v3 Released

21 Jan 21:07
Compare
Choose a tag to compare

🎉
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

21 Jan 20:26
Compare
Choose a tag to compare
Pre-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, no cd 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.

asciicast

v3-beta

13 Nov 16:42
Compare
Choose a tag to compare
v3-beta Pre-release
Pre-release

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

20 Jan 15:09
7c7c7d6
Compare
Choose a tag to compare

Changes since previous release

  • Add feature for storing info in config files to be used later.

3fc2afe

This helps to avoid entering values all times, and instead use the saved values from config file.
Thanks to @PaiAkshay998

  • Change https_proxy protocol to http.
    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

23 Jun 11:55
Compare
Choose a tag to compare

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

14 Apr 10:52
Compare
Choose a tag to compare

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).

ProxyMan_v2.3.zip

Removed gui from master

20 Jan 18:51
Compare
Choose a tag to compare

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

22 Nov 14:16
Compare
Choose a tag to compare

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

20 Nov 18:04
Compare
Choose a tag to compare

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