chatgpt.js v2.8.0
📃 Changelog
- Added post-GPT-4o UI support to
chatgpt.getSendButton()
(@adamlui, @micz) - Added post-GPT-4o UI support to sender name stripping in
chatgpt.response.getFromDOM()
(@micz, @adamlui) - Added post-GPT-4o UI support to
chatgpt.isLoaded()
(@adamlui) - Added post-GPT-4o UI support to
chatgpt.sidebar.isOn()
(@adamlui) - Added post-GPT-4o UI support to
chatgpt.sidebar.toggle()
(@adamlui) - Added
chatgpt.getNewChatButton()
(@adamlui) - Added aliases for
.startNewChat()
(@adamlui) - Refactored return of
chatgpt.getChatData()
for improved readability/efficiency (@adamlui) - Updated URL in
window.location.href
condition to pick DOM/API methods inchatgpt.response.get()
(@adamlui) - Simplified
chatgpt.getResponse()
to callchatgpt.response.get()
for easier maintenance (@adamlui) - Eliminated reliance on English in
chatgpt.getNewChatLink()
to support non-English UIs (@adamlui) - Eliminated reliance on English in
chatgpt.startNewChat()
to support non-English UIs (@adamlui) - Replaced interval w/ timer func in
chatgpt.isLoaded()
to avoid potential overlapping (@adamlui) - Condensed
chatgpt.history.isLoaded()
using IIFE (@adamlui) - Removed hiding of no-longer-existent enable history spam div from
chatgpt.sidebar.activateObserver()
(@adamlui) - Bumped minify.js from 1.6.1 to 1.6.3 (@dependabot, @adamlui)
- Bumped scss-to-css from 1.9.0 to 1.10.0 (@dependabot, @adamlui)
Full Changelog: v2.7.1...v2.8.0
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/KudoAI/chatgpt.js/tree/v2.8.0/#readme
🧠 New Contributors
- @imranaalam made their first contribution in #259
Note: Asset chatgpt.js-2.8.0.tgz is the official release package as published to npm. *.tar.gz and *.zip files are auto-generated by GitHub, they contain a git snapshot of the entire repo at the time of this release.