chatgpt.js v2.9.0
📃 Changelog
- Added
chatgpt.sidebar.isLoaded()
(@adamlui) - Added
chatgpt.response.continue()
+ aliases (@adamlui) - Added post-GPT-4o UI support to
getStopGeneratingButton()
(@adamlui) - Added post-GPT-4o UI support to
chatgpt.response.stopGenerating()
(@adamlui) - Added fallback to API method if DOM routine in
chatgpt.clearChats()
fails when no args passed (@adamlui) - Added alias
.getStopButton()
for.getStopGeneratingButton()
(@adamlui) - Added alias
.getContinueButton()
for.getContinueGeneratingButton()
(@adamlui) - Added aliases for
.stop()
(@adamlui) - Added synonyms for 'chats' + 'clear' in function names (@adamlui)
- Added more logging to
chatgpt.clearChats()
(@adamlui) - Updated selector + var name in
chatgpt.getContinueGeneratingButton()
(@adamlui) - Updated
sendButton
init inchatgpt.send()
to usechatgpt.getSendButton()
for easier maintenance (@adamlui) - Updated root domains of OpenAI backend API endpoints (@adamlui)
- Updated
chatgpt.menu.<open|close>()
to always log detailed err msgs (@adamlui) - Replaced sub-second interval funcs w/ timer ones to avoid potential overlapping for wider compatibility (@adamlui)
- Replaced general err msgs in
.click()
methods w/ detailed logs (@adamlui) - Condensed DOM routine in
chatgpt.clearChats()
w/ delay func (@adamlui) - Condensed
chatgpt.menu.<open|close>()
(@adamlui) - Condensed
.click()
methods to single-liners + using function aliases (@adamlui)
Full Changelog: v2.8.0...v2.9.0
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/KudoAI/chatgpt.js/tree/v2.9.0/#readme
Note: Asset chatgpt.js-2.9.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.