Skip to content

Latest commit

 

History

History
151 lines (107 loc) · 5.27 KB

CHANGELOG.rst

File metadata and controls

151 lines (107 loc) · 5.27 KB

In compliance with the APACHE-2.0 license: I declare that this version of the program contains my modifications, which can be seen through the usual "git" mechanism.

Change Log

`Unreleased`_ (2020-07)

Author(s): BlueT - Matthew Lien - 練喆明, afunTW

  • Merge pull request #4 from afunTW/masterWIP: ADD: using pre-commit for code quality
  • update: end of file fixer
  • bugfix: installation error due to renaming README.rst to README.md

0.3.2 (2018-03-12)

  • Update dependencies and minor fixes
  • Improve formating (by black)

0.3.1 (2018-02-22)

  • Update dependencies and minor fixes

0.3.0 (2017-10-31)

  • Added update-geo command; This command will update the GeoIP database. After that ProxyBroker will have access to additional geolocation information of the proxy (ISO and name of region, city name) #26
  • Added --format flag, which indicating in what format the results will be presented
  • Improved --outfile flag behavior. Earlier it was required to wait until whole process has finished, now the result is available in real-time #39
  • Improved way to get the external IP address #25

0.2.0 (2017-09-17)

0.1.4 (2016-04-07)

  • Fixed bug when launched the second time to find proxies #7

0.1.3 (2016-03-26)

  • ProxyProvider renamed to Provider. ProxyProvider class is deprecated, use Provider instead.
  • Broker now accepts a list of providers and judges not only as strings but also objects of classes Provider and Judge
  • Fixed bug with signal handler on Windows #4

0.1.2 (2016-02-27)

  • Fixed bug with SIGINT on Linux
  • Fixed bug with clearing the queue of proxy check.

0.1 (2016-02-23)

  • Updated and added a few new providers
  • Few minor fix

0.1b4 (2016-01-21)

  • Added a few tests
  • Update documentation

0.1b3 (2016-01-16)

  • Few minor fix

0.1b2 (2016-01-10)

  • Few minor fix

0.1b1 (2015-12-29)

  • Changed the name of a PyProxyChecker on ProxyBroker in connection with the expansion of the concept.
  • Added support of multiple proxy providers.
  • Initial public release on PyPi
  • Many improvements and bug fixes

0.1a2 (2015-11-24)

  • Added support of multiple proxy judges.

0.1a1 (2015-11-11)

  • Initial commit with function of proxy checking