Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v3.8.0
docker pull chatgptweb/chatgpt-web:v3.8.0
What's Changed
- chore: bump dependencies version by @BobDu in #651
- fix: rate-limit when max is 0 by @BobDu in #652
- fix: scope search prose whitespace overrides by @BobDu in #653
- feat: add searching state management to chat process by @BobDu in #654
- feat: add generating state management to chat process by @BobDu in #655
- fix: reasoning whitespace css overrides by @BobDu in #656
- fix: model gpt-5.1 reasoning effort for Responses API by @BobDu in #657
- feat: user setting add search functionality by @BobDu in #658
- refactor: add spinner svg component by @BobDu in #659
- feat: initialize MongoDB necessary indexes on startup by @BobDu in #660
- feat: add admin view of chat history switch by @BobDu in #661
- feat: support gpt-5.1-chat-latest model by @BobDu in #662
Full Changelog: v3.7.0...v3.8.0