Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
chatgpt.js-3.8.0.tgz | 2025-04-28 | 645.3 kB | |
chatgpt.js v3.8.0 source code.tar.gz | 2025-04-28 | 216.9 MB | |
chatgpt.js v3.8.0 source code.zip | 2025-04-28 | 217.4 MB | |
README.md | 2025-04-28 | 4.4 kB | |
Totals: 4 Items | 435.0 MB | 0 |
📃 Changelog
- Added
chatgpt.selectors.errors.toast
(@adamlui) - Added
chatgpt.selectors.btns.<createImage|deepResearch|search|reason|upload>
(@adamlui) - Expanded
chatgpt.selectors.footer
(@adamlui) - Updated
chatgpt.selectors.sidebar
to work on mobile (@adamlui) - Updated
chatgpt.selectors.btns.newChat
to work on mobile (@adamlui) - Updated
chatgpt.selectors.<footer|header|sidebar>
(@adamlui) - Updated
chatgpt.selectors.btns.newChat
(@AnglusWang, @adamlui) - Updated
chatgpt.selectors.btns.regen
(@adamlui) - Updated
chatgpt.selectors.chatDivs.convo
(@adamlui) - Updated
chatgpt.selectors.chatHistory
(@adamlui) - Updated
chatgpt.selectors.header
(@adamlui) - Moved grabbing cursor style in
chatgpt.alert()
drag handlers todocument.body
to support clicking on elems that protrude beyond modal border (@adamlui) - Increased specificity of selectors for improved performance (@adamlui)
- Condensed
toCamelCase()
(@adamlui) - Condensed
vOffset
init inchatgpt.notify()
(@adamlui) - Condensed return routines (@adamlui)
- Condensed elem replacement routines (@adamlui)
- Refactored
chatgpt.is<Dark|Light>Mode()
to align for consistency (@adamlui) - Replaced
array.from()
w/ shorter spread syntax (@adamlui) - Removed unneeded quotes from CSS selector (@adamlui)
- Bumped @adamlui/minify.js from 1.8.5 to 1.8.6 (@dependabot)
- Bumped @adamlui/scss-to-css from 1.10.26 to 1.10.32 (@dependabot)
- Bumped @eslint/css from 0.3.0 to 0.7.0 (@dependabot)
- Bumped @eslint/json from 0.10.0 to 0.12.0 (@dependabot)
- Bumped @eslint/markdown from 6.2.2 to 6.4.0 (@dependabot)
- Bumped @html-eslint/eslint-plugin from 0.35.0 to 0.39.0 (@dependabot)
- Bumped @html-eslint/parser from 0.35.0 to 0.39.0 (@dependabot)
- Bumped @stylistic/eslint-plugin-js from 4.0.1 to 4.2.0 (@dependabot)
- Bumped ESLint from 9.20.1 to 9.25.1 (@dependabot)
- Bumped eslint-plugin-yml from 1.17.0 to 1.18.0 (@dependabot)
- Bumped Prism from 1.29.0 to 1.30.0 (@dependabot)
Full Changelog: https://github.com/KudoAI/chatgpt.js/compare/v3.7.1...v3.8.0
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/KudoAI/chatgpt.js/tree/v3.8.0/#readme
🧠New Contributors
- @AnglusWang made their first contribution in https://github.com/adamlui/chatgpt-widescreen/issues/138
Note: Asset chatgpt.js-3.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.