Skip to content

v4.1.0

Choose a tag to compare

@Ashif4354 Ashif4354 released this 22 Feb 07:17
· 8 commits to master since this release

Changelog

[v4.1.0] - 2026-02-22

Features

Multiple Google Accounts Support (#150)

  • New API Endpoint: Added POST /environment/profiles/add_account to enable adding additional Google accounts to the environment
  • UI Enhancement: Added "Add Another Google Account" button in the Cookie Login section for logged-in users
  • Backend Implementation:
    • New Profiles.add_account() method to handle account addition flow
    • Enhanced UndetectedDrivers.youtube_login() with add_account parameter for account-specific login flows
    • Added add_account_url attribute pointing to Google's AddSession URL

Documentation

  • Added comprehensive instructions for using multiple Google accounts feature
  • Updated user guide with step-by-step instructions for adding additional accounts