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.