Releases: bentwnghk/lobe-chat
Releases · bentwnghk/lobe-chat
v1.10.0
Version 1.10.0
Released on 2024-02-14
♻ Code Refactoring
- misc: Refactor the sidebar to fix first render state.
✨ Features
- misc: Support define default agent config with
DEFAULT_AGENT_CONFIG
ENV.
🐛 Bug Fixes
- misc: Fix rename.
💄 Styles
- misc: Improve settings tabs style and refactor the LLM setting page.
Improvements and Fixes
Code refactoring
What's improved
What's fixed
- misc: Fix rename (b88bc14)
Styles
v1.9.1
v1.9.0
v1.8.3
Version 1.8.3
Released on 2024-02-12
♻ Code Refactoring
- misc: Refactor with the auth code.
🐛 Bug Fixes
- misc: Fix middleware auth console error.
v1.8.2
Version 1.8.2
Released on 2024-02-11
♻ Code Refactoring
- misc: Update Model provider request url.
🐛 Bug Fixes
- misc: Fix auth error in console, fix token tag usage display, fix url.ts.
Improvements and Fixes
Code refactoring
- misc: Update Model provider request url (b64acc0)
What's fixed
v1.8.1
Version 1.8.1
Released on 2024-02-09
🐛 Bug Fixes
- misc: Add basePath to support subdirectory, fix auth layout error, fix OAuth throws an error on Vercel deploy.
Improvements and Fixes
What's fixed
v1.8.0
Version 1.8.0
Released on 2024-02-09
✨ Features
- misc: Support umami analytics.
🐛 Bug Fixes
- misc: The back button on the chat setting page can correctly return to the configured Agent chat page.
Improvements and Fixes
What's improved
What's fixed
v1.7.2
v1.7.1
v1.7.0
Version 1.7.0
Released on 2024-02-08
✨ Features
- misc: Support login & session authentication via OAuth 2.0 (Auth0).
🐛 Bug Fixes
- misc: Fix OAuthForm.tsx.