Skip to content

2018 Release

Compare
Choose a tag to compare
@himanshub16 himanshub16 released this 20 Jan 15:09
· 65 commits to master since this release
7c7c7d6

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.