Releases: Cubicpath/ChatGPT-GUI
Releases · Cubicpath/ChatGPT-GUI
v0.4.1 Saving Conversations & Error Improvements
https://pypi.org/project/chatgpt-gui/0.4.1
Added
- Saving/Loading of conversations
- Obvious HTTP client errors to provide better context, in form of popups
- Storage for the
_cfuvidcookie (Rate Limiting)
Changed
- Many error messages
Fixed
- Crash on startup if missing Google Chrome
- (Attempted) fix for chromedriver proxy support
v0.4.0 Cloudflare Bypass
https://pypi.org/project/chatgpt-gui/0.4
Added
- Automatic
cf_clearanceand__cf_bmsupport - Proxy settings
- This includes
host,port,username,password - Supported proxy protocols are
HTTPandSOCKS5
- This includes
undetected_chromedriverdependency
Removed
- Email & Password login is currently not working.
Refer to the guide for session token authentication in the meantime.
v0.3.3
https://pypi.org/project/chatgpt-gui/0.3.3
Added
- Better
Authenticatorerror messages- Now includes a traceback under the "Show Details..." button
- Check for new versions on startup
captcha.png- created by Freepik
Fixed
- Upgrade & Restart dialog
v0.3.2 Fix Dependencies
https://pypi.org/project/chatgpt-gui/0.3.2
Changed
PySide6dependency to smallerPySide6-Essentials
Removed
- Broken
lxmldependency.beautifulsoup4now useshtml.parser
v0.3.1
https://pypi.org/project/chatgpt-gui/0.3.1
Added
- Shows current account pfp and email address
- "Solve Captcha" dialog (Untested)
Changed
- Default message action from
nexttovariant
Fixes
- Crash on startup
v0.3 Username/Password Support
https://pypi.org/project/chatgpt-gui/0.3
Added
- Authenticator (No more manual session tokens)
- Sign In / Sign Out
tls-clientandbeautifulsoup4hard-requirements
Changed
- session token storage format (
.sessionto.session.json)- This is backwards-compatible and will automatically be migrated.
v0.2 Conversation Tabs
https://pypi.org/project/chatgpt-gui/0.2
Added
- Conversation tabs
- Multi-line inputs
Changed
- Scroll to bottom of output when a message is appended
Fixes
- Shortcut icon
v0.1.1
v0.1 Initial Release
https://pypi.org/project/chatgpt-gui/0.1
Added
- GUI from HaloInfiniteGetter
- Session token client
- Basic input and output communication to ChatGPT