chatgpt.js v2.7.0
📃 Changelog
- Added
chatgpt.getScrollToBottomButton()
(@adamlui) - Added
chatgpt.getHeaderDiv()
+ alias (@adamlui) - Added
chatgpt.getFooterDiv()
+ alias (@adamlui) - Added
chatgpt.hideHeader()
(@adamlui) - Added
chatgpt.hideFooter()
(@adamlui) - Added
chatgpt.showHeader()
(@adamlui) - Added
chatgpt.showFooter()
(@adamlui) - Added function synonym 'btn' for 'button' (@adamlui)
- Replaced userguide links in READMEs w/ versioned URLs to trigger sync w/ each bump for accurate context per release (@adamlui)
- Updated CSS selector in
chatgpt.getRegenerateButton()
to work w/ new chatgpt.com UI (@micz) - Updated node returned by
chatgpt.getRegenerateButton()
to be the button instead of its parent node (@adamlui) - Updated
chatgpt.response.generate()
to rely onchatgpt.getRegenerateButton()
+ added error logging (@adamlui) - Updated
chatgpt.regenerate()
to callchatgpt.response.regenerate()
for improved maintainability (@adamlui) - Updated
chatgpt.scrollToBottom()
to rely onchatgpt.getScrollToBottomButton()
+ added error logging (@adamlui)
Full Changelog: v2.6.10...v2.7.0
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/KudoAI/chatgpt.js/tree/v2.7.0/#readme
🧠 New Contributors
Note: Asset chatgpt.js-2.7.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.