What's changed
- Deprecated cfdefaults now added `CFSession.cfmodels.Options` to replace this.
- Fixed context manager not closing properly
- Rearranged some unchanging variables to constants for conventions
- Internal handlers Updated:
-- Improved cookie date token refresh
-- Easier API to get when the token expires
- We will now reuse your current options if you specify `ignore_defaults` in options (instead of resetting them)
- Improved Docstrings
- Removed `ignore_defaults` and `defaults` argument on SBP class (ignore_defaults has been moved to Options)
- Optimized bypass loop time
Known Issues
- Proxy does not work properly on UC driver, therefore using proxy to bypass might cause more issues
- Chrome still open as a background process after doing `.close()` (Windows)