diff --git a/README.md b/README.md index 0ccb324..f307046 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ Automatically downloads the driver binary and patches it. * Python 3.6++** +### 3.0.4 changes #### + - change process creation behavior to be fully detached + - changed .get(url) method to always use the contextmanager + - changed .get(url) method to use cdp under the hood. + + ... the `with` statement is not necessary anymore .. + + - todo: work towards asyncification and selenium 4 + + **July 2021: Currently busy implementing selenium 4 for undetected-chromedriver** **newsflash: https://github.com/ultrafunkamsterdam/undetected-chromedriver/pull/255** diff --git a/undetected_chromedriver/__init__.py b/undetected_chromedriver/__init__.py index 4bae8fa..f26c077 100644 --- a/undetected_chromedriver/__init__.py +++ b/undetected_chromedriver/__init__.py @@ -34,7 +34,7 @@ from . import options ChromeOptionsV2 = v2.ChromeOptions logger = logging.getLogger(__name__) -__version__ = "3.0.3" +__version__ = "3.0.4" TARGET_VERSION = 0