ChatGPT GUI Versions Save

An unofficial GUI app for ChatGPT.

v0.4.1

1 year ago

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 _cfuvid cookie (Rate Limiting)

Changed

  • Many error messages

Fixed

  • Crash on startup if missing Google Chrome
  • (Attempted) fix for chromedriver proxy support

v0.4.0

1 year ago

https://pypi.org/project/chatgpt-gui/0.4

Added

  • Automatic cf_clearance and __cf_bm support
  • Proxy settings
    • This includes host, port, username, password
    • Supported proxy protocols are HTTP and SOCKS5
  • undetected_chromedriver dependency

Removed

  • Email & Password login is currently not working. Refer to the guide for session token authentication in the meantime.

v0.3.3

1 year ago

https://pypi.org/project/chatgpt-gui/0.3.3

Added

  • Better Authenticator error 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

1 year ago

https://pypi.org/project/chatgpt-gui/0.3.2

Changed

  • PySide6 dependency to smaller PySide6-Essentials

Removed

  • Broken lxml dependency.
    • beautifulsoup4 now uses html.parser

v0.3.1

1 year ago

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 next to variant

Fixes

  • Crash on startup

v0.3

1 year ago

https://pypi.org/project/chatgpt-gui/0.3

Added

  • Authenticator (No more manual session tokens)
  • Sign In / Sign Out
  • tls-client and beautifulsoup4 hard-requirements

Changed

  • session token storage format (.session to .session.json)
    • This is backwards-compatible and will automatically be migrated.

v0.2

1 year ago

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

1 year ago

v0.1

1 year ago

https://pypi.org/project/chatgpt-gui/0.1

Added

  • GUI from HaloInfiniteGetter
  • Session token client
  • Basic input and output communication to ChatGPT