v2.1.0
GHunt v2.1.0 is released ! π
NO MORE COOKIES ! This is the biggest change. The authentication is now done through the OAuth token.
I was inspired by the hackers that recently abused the accounts.google.com/oauth/multilogin
to generate cookies from a Chrome Desktop token. I adapted this feature to generate cookies on-the-fly, but from an Android master token.
So, it should fix all the known issues for the GHunt's login step, and improve long-term stability.
All of these changes are compatible with the current GHunt Companion extension.
Other improvements
- Auto check for updates at launch.
- Replaced
trio
byasyncio
. - Replaced
setup.py
bypyproject.toml
Update
pipx upgrade ghunt
π₯°