Skip to content

Latest commit

 

History

History
110 lines (80 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

110 lines (80 loc) · 3.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.1 - 2022-12-16 PyPI

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

0.4 - 2022-12-13 PyPI

Added

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

Removed

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

0.3.3 - 2022-12-9 PyPI

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

0.3.2 - 2022-12-8 PyPI

Changed

  • PySide6 dependency to smaller PySide6-Essentials

Removed

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

0.3.1 - 2022-12-8 PyPI

Added

  • Shows current account pfp and email address
  • "Solve Captcha" dialog (Untested)

Changed

  • Default message action from next to variant

Fixes

  • Crash on startup

0.3 - 2022-12-7 PyPI

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.

0.2 - 2022-12-6 PyPI

Added

  • Conversation tabs
  • Multi-line inputs

Changed

  • Scroll to bottom of output when a message is appended

Fixes

  • Shortcut icon

0.1.1 - 2022-12-4 PyPI

Fixes

0.1 - 2022-12-4 PyPI

Added

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