Releases: chatgpt-web-dev/chatgpt-web
v2.19.0
What's Changed
- chore: clean unused code and improve lint rule by @BobDu in #541
- fix: chat typing effect (cherry picked from ChenZhaoYu upstream) by @BobDu in #544
- chore: support nodejs version 22 by @BobDu in #545
- perf: persistent prompts and add chat record by @jamebal in #540
- refactor: split routes file by @BobDu in #549
- fix maximum token count by @zhujunsan in #552
- fix maximum token count by @zhujunsan in #553
- chore: update some deps version by @BobDu in #576
- update/fix maximum token count, support 'chatgpt-4o-latest' by @zhujunsan in #565
- feat: support multiple select image once upload by @BobDu in #577
- build: remove vite-plugin-pwa by @BobDu in #578
- fix: pnpm build script by @BobDu in #579
- feat: set statics file cache control by @BobDu in #580
- fix: delete message problem by @Qiu-Jun in #575
New Contributors
Full Changelog: v2.18.0...v2.19.0
v2.18.0
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
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
- feat: 为新注册用户设置全局初始次数,并且同步全局次数限制的开关 by @ShenKeeeew in #478
- chore: optimize statistics chart render by @zhujunsan in #482
- fix: 修复当用户上传非png图片给vision模型时报错 by @InternetBugs in #491
- feat: add model name in chat usage records by @zhujunsan in #493
- feat: 增加弹窗功能 by @ShenKeeeew in #492
- fix: copy mail template file when pnpm build by @BobDu in #500
- feat: fast delete current message by @huangjinshe in #495
- feat: add upload gift card page by @ccjaread in #510
- chore: fix isVisionModel assert by @zhujunsan in #517
- fix: render latex by @BobDu in #523
- feat: add page watermark by @BobDu in #526
New Contributors
- @ShenKeeeew made their first contribution in #478
- @InternetBugs made their first contribution in #491
- @huangjinshe made their first contribution in #495
Full Changelog: v2.16.0...v2.17.0
v2.16.0
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
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
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
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
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
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
Thanks for the contribution from @Urmi10799
fix: no mail is being sent to user #405