Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return driver object only when valid #93

Merged
merged 3 commits into from
Oct 10, 2024
Merged

Commits on Oct 9, 2024

  1. Return driver object only when valid

    Without this, a driver that failed the sanity check could be returned. This leads to attempting to use it when checking URLs, which led to avoidable failures.
    
    Fixes urlstechie#92
    mabraham authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a582038 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. refactor

    mabraham authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6f20a25 View commit details
    Browse the repository at this point in the history
  2. Bump version and changelog

    mabraham committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    09db8e2 View commit details
    Browse the repository at this point in the history