Skip to content

Releases: chatgpt-web-dev/chatgpt-web

v2.18.0

14 May 09:54
15d0504
Compare
Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v2.18.0

What's Changed

  • fix: remove trailling newline when copy text by @BobDu in #528
  • feat: support standalone mail smtp from field by @BobDu in #531
  • fix isVisionModel assert, add gpt-4o by @zhujunsan in #533
  • fix: copy error in insecure page by @BobDu in #535
  • fix: user content format when no images by @BobDu in #538

Full Changelog: v2.17.0...v2.18.0

v2.17.0

06 May 12:08
4246fce
Compare
Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v2.17.0

What's Changed

New Contributors

Full Changelog: v2.16.0...v2.17.0

v2.16.0

15 Mar 13:46
7260934
Compare
Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v2.16.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 vision model (gpt-4-vision-preview)

What's Changed

  • feat: support vision model by @BobDu in #479
  • chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot in #480

Full Changelog: v2.15.2...v2.16.0

v2.15.2

13 Mar 17:20
e63f8d2
Compare
Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v2.15.2

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.

Thanks for the contribution from @MAOUXSAKI

What's Changed

Full Changelog: v2.15.1...v2.15.2

v2.15.1

09 Mar 18:59
3195778
Compare
Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v2.15.1

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.

What's Changed

  • fix: store circular reference by @BobDu in #470
  • chore: update some dependencies for clean security alert by @BobDu in #471
  • feat: support custom auth proxy header name by @BobDu in #472

Full Changelog: v2.15.0...v2.15.1

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