Skip to content

Releases: chatgpt-web-dev/chatgpt-web

v2.15.0

07 Mar 15:22
8052858
Compare
Choose a tag to compare

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.15.0

docker pull chatgptweb/chatgpt-web:v2.15.0

Important

📢 📢 📢 Our DockerHub hosted images have been migrated from the personal account kerwin1202 to the Sponsored OSS organization account chatgptweb , in order to avoid DockerHub's download rate limits.

New Feature: support auth proxy login mode

Warning

This feature is only provided for Operations Engineer with relevant experience to deploy during the integration of the enterprise's internal account management system. Improper configuration may lead to security risks.

Set env AUTH_PROXY_ENABLED=true can enable auth proxy mode.

After activating this feature, it is necessary to ensure that chatgpt-web can only be accessed through a reverse proxy.

Authentication is carried out by the reverse proxy, which then forwards the request with the X-Email header to identify the user identity.

Recommended for current IdP to use LDAP protocol, using authelia

Recommended for current IdP to use OIDC protocol, using oauth2-proxy

What's Changed

  • chore: add digitalocean sponsor link by @BobDu in #464
  • feat: support auth proxy login mode by @BobDu in #466

Full Changelog: v2.14.0...v2.15.0

v2.14.0

05 Mar 12:56
b8bc056
Compare
Choose a tag to compare

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.14.0

docker pull chatgptweb/chatgpt-web:v2.14.0

Important

📢 📢 📢 Our DockerHub hosted images have been migrated from the personal account kerwin1202 to the Sponsored OSS organization account chatgptweb , in order to avoid DockerHub's download rate limits.

New Feature: user usage count limit

add_redeem_and_limit manual_set_limit

Thanks for the contribution from @ccjaread

What's Changed

  • chore: lint fix & types fix by @BobDu in #406
  • chore: improve exit log when no set MONGODB_URL env by @BobDu in #409
  • fix: ios pwa dark theme set status bar color by @BobDu in #412
  • fix: attempting to fix the req /session 500 error by @BobDu in #419
  • feat: show current app version in page by @BobDu in #421
  • chore: improve debug start script by @BobDu in #422
  • chore: default theme use auto mode by @BobDu in #423
  • docs: Create CODE_OF_CONDUCT.md by @BobDu in #425
  • chore: improve some button tooltip and translate text by @BobDu in #428
  • feat: add usage limit by @ccjaread in #430
  • fix: 5xx error when open index page before login by @ccjaread in #440
  • chore: fixed docker base version 20-alpine by @BobDu in #449
  • docs: update docker build args by @BobDu in #450
  • fix: 显示异常(Closes #437) by @Kerwin1202 in #451
  • fix: github action build error by @Kerwin1202 in #452
  • chore: migrate to dockerhub organization chatgptweb by @BobDu in #453
  • chore: add actions to sync dockerhub description by @BobDu in #454
  • chore: update readme by @BobDu in #455
  • chore(deps): bump ip from 2.0.0 to 2.0.1 in /service by @dependabot in #459
  • chore(deps): bump nodemailer from 6.9.1 to 6.9.9 in /service by @dependabot in #460
  • feat: add global config option enable user usage count limit function by @BobDu in #458
  • fix: no effect modify site title in site config by @BobDu in #461

New Contributors

Full Changelog: v2.13.10...v2.14.0

v2.13.10

10 Jan 04:34
Compare
Choose a tag to compare

Thanks for the contribution from @Urmi10799

fix: no mail is being sent to user #405

v2.13.9

09 Jan 14:18
1d644e7
Compare
Choose a tag to compare

Thanks for the contribution from @BobDu.

perf: memory usage optimize #404
chore: backend not response mongodb UpdateResult data #401
feat: set user deafult model & set chat model by per chat room #402

v2.13.8

30 Dec 16:39
Compare
Choose a tag to compare

chore: 单独设置API地址 (Close #369)
chore: max context count (Close #394, Close #221)
chore: allow filter user statistic(Close #378)
chore: suport custom chat model

v2.13.7

12 Nov 13:53
Compare
Choose a tag to compare

chore: add new model gpt-4-1106-preview & gpt-4-vision-preview (Close #361)
fix: ui display problem(Close #357, #358)

v2.13.6

29 Oct 11:58
c595e19
Compare
Choose a tag to compare

feat: support change password & enable 2FA (f46eab2)
feat: allow edit user remark (Close #343)
bugfix: jumps over deleted messages in history when calling api
fix: allow close login modal
chore: show user role (Close #302)
fix: sync userinfo on multiple open browser (Close #296)
feat: support accesstoken token statistic (Close #275)
chore: allow add new user (Close #286)

v2.13.5

24 Jun 11:23
Compare
Choose a tag to compare

chore: show description (Close #273)
chore: gpt-3.5-turbo-16k-0613 (Close #257)
fix: remove unused fetchChatAPI
fix: 手机版样式 (Close #227)
chore: 新增模型 (Close #243)
feat: 实现用户登录权限相关接口的限流(登录、注册、发送邮件等等)
fix: Failed to resolve component NButton

v2.13.4

03 Jun 13:52
Compare
Choose a tag to compare

fix: access token 模式多 key (Close #203)
fix: 优化随机key的逻辑 (Close #204)
chore: 繁体翻译
fix: clear cache after delete key (Close #197)
fix: unable to load chat records after logging in to safari(Close #194)

v2.13.3

27 May 14:19
Compare
Choose a tag to compare

feat: support real stop response (Close #157)
fix: the specified model is invalid
fix: access token, after the first chat, refreshing the page makes it impossible to continue talking
fix: api 同时间支持多人 (Close #169)
style: 底部滚动条 (Close #186)
chore: 增加用户组 (Close #180)
fix: 无法保存基本设置(Close #190)
chore: 敏感词提示
chore: remark (Close #171)
chore: allow delete user