Skip to content

Latest commit

 

History

History
172 lines (129 loc) · 8.69 KB

CHANGELOG.md

File metadata and controls

172 lines (129 loc) · 8.69 KB

Changelog

v0.18.0 (2022-04-28)

Feature

  • Search in correct direction to get to day. (45bb8d7)

Fix

  • Update 'no tests' string. (ff00a3a)
  • scraper: Search in correct direction. (3cf362a)

v0.17.0 (2022-03-18)

Fix

  • scraper: Type before -> not_before. (2850ecb)

v0.16.4 (2022-03-18)

Fix

  • scraper: Type before -> not_before. (2850ecb)

v0.16.3 (2022-03-17)

Fix

  • scraper: Correct centre logic and allow searching after current (1c4d65b)

v0.16.2 (2022-03-16)

Fix

Documentation

v0.16.1 (2022-03-03)

Fix

  • Use subtract not elapsed, fixes #8. (418e20c)

Documentation

v0.16.0 (2022-02-17)

Feature

  • browser: Even more explicit logging. (98cde22)

Fix

  • browser: Only log when we actually wait. (48894fb)

v0.15.0 (2022-02-02)

Feature

  • browser: Enable taking control of browser (terminally). (064e2dd)

Fix

  • browser: Handle windoze... (9646633)

v0.14.1 (2022-02-01)

Fix

  • browser: We hadn't imported sleep! (eb39d43)

v0.14.0 (2022-02-01)

Feature

  • scraper: Factor out loop sleep. (bd6da75)

v0.13.1 (2022-01-31)

Fix

  • browser: Typo if -> while (ba9938a)

v0.13.0 (2022-01-31)

Feature

  • scraper: Add error_callback. (670f623)

v0.12.0 (2022-01-31)

Feature

  • scraper: Add count log. (63c3637)

v0.11.0 (2022-01-29)

Feature

  • browser: Handle killing for dozy operating systems. (cc60e88)

Fix

  • undetected_browser: Make windoze path handling universal. (528e23d)

v0.10.0 (2022-01-29)

Feature

  • scraper: Distribute sleeps properly. (7402f4f)
  • browser: Handle the 'please wait' page which sometimes occurs. (9ed5618)
  • browser: Improve captcha handling. (b0a170e)

Fix

  • scraper: Actually sleep (2835717)
  • browser: Revert part of incapsula handling. (e7eb12b)
  • browser: Wait. (6873228)

v0.9.0 (2022-01-29)

Feature

  • scraper: Take time of current run into account in period. (8323a12)

v0.8.1 (2022-01-29)

Fix

  • browser: Catch when the captcha has gone. (9ef3ab7)

Documentation

  • scraper: Add docs for scraper. (1834ffc)

v0.8.0 (2022-01-29)

Feature

  • browser: Customisable error period. (dbb111d)

v0.7.1 (2022-01-28)

Fix

  • undetected_browser: Actually use kwargs. (da28b8d)

v0.7.0 (2022-01-28)

Feature

  • undetected_browser: Print cmdline for debugging. (084bffe)

v0.6.0 (2022-01-27)

Feature

  • browser: Allow passing chrome path for windoze. (f67725f)

v0.5.0 (2022-01-27)

Feature

  • scraper: Sleep for more predictable time and be verbose. (dbe4efb)

v0.4.0 (2022-01-27)

Feature

  • browser: Try to kill driver if possible. (10648f8)
  • Undetected_browser classes. (81ce832)

Fix

  • undetected_browser: Now works with tor and buster. (6d06525)
  • undetected tor browser: Include tor mixin! (60e2495)
  • undetected_browser: Manual mixin and test. (86ff1a7)

Documentation

v0.3.2 (2022-01-26)

Fix

  • Leftover uc breaking typehint. (b519f8d)
  • Drop undetected_chromedriver and fix return. (7d900a7)

v0.3.1 (2022-01-26)

Fix

v0.3.0 (2022-01-26)

Feature

  • scraper: Click on entry if desired. (e45dddb)

Documentation

v0.2.1 (2022-01-26)

Fix

  • Correct log setting code. (415d923)

Documentation

v0.2.0 (2022-01-26)

Feature

  • scraper: (unused) running property to permit pausing later. (af0ff83)

Fix

  • scraper: Correct closing/opening logic. (1ef5f53)
  • Typo. (b940ccc)
  • Actually call self._errorfn(). (a8a9b5b)
  • browser: Slugify wasn't enough, use strftime. (ebe1357)
  • browser: Use slugified timestamp coz windows is rubbish :p (f9714ec)
  • browser: Make error dumping function a bit more robust. (6917e02)

Documentation