Skip to content

Releases: bentwnghk/lobe-chat

v1.10.0

14 Feb 17:45
Compare
Choose a tag to compare

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

  • misc: Refactor the sidebar to fix first render state, closes #1301 (c477491)

What's improved

  • misc: Support define default agent config with DEFAULT_AGENT_CONFIG ENV, closes #1291 (c7c096e)

What's fixed

Styles

  • misc: Improve settings tabs style and refactor the LLM setting page, closes #1299 (31f6f15)

v1.9.1

14 Feb 02:35
Compare
Choose a tag to compare

Version 1.9.1

Released on 2024-02-14

🐛 Bug Fixes

  • misc: Fix rename.

Improvements and Fixes

What's fixed

v1.9.0

14 Feb 02:30
Compare
Choose a tag to compare

Version 1.9.0

Released on 2024-02-14

✨ Features

  • llm: Support Ollama AI Provider for local LLM.

Improvements and Fixes

What's improved

  • llm: Support Ollama AI Provider for local LLM (3b6f249)

v1.8.3

12 Feb 05:06
Compare
Choose a tag to compare

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.

Improvements and Fixes

Code refactoring

  • misc: Refactor with the auth code (8cee01f)

What's fixed

  • misc: Fix middleware auth console error (ad3ade8)

v1.8.2

11 Feb 12:38
Compare
Choose a tag to compare

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

  • misc: Fix auth error in console (8e7ee82)
  • misc: Fix token tag usage display (6e7134b)
  • misc: Fix url.ts (861ccab)

v1.8.1

09 Feb 10:06
Compare
Choose a tag to compare

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

09 Feb 03:27
Compare
Choose a tag to compare

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

  • misc: The back button on the chat setting page can correctly return to the configured Agent chat page, closes #1272 (4cc1ad5)

v1.7.2

09 Feb 00:57
Compare
Choose a tag to compare

Version 1.7.2

Released on 2024-02-09

🐛 Bug Fixes

  • misc: Fix auth.

Improvements and Fixes

What's fixed

v1.7.1

08 Feb 17:29
Compare
Choose a tag to compare

Version 1.7.1

Released on 2024-02-08

🐛 Bug Fixes

  • misc: Fix auth.

Improvements and Fixes

What's fixed

v1.7.0

08 Feb 15:53
Compare
Choose a tag to compare

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.

Improvements and Fixes

What's improved

  • misc: Support login & session authentication via OAuth 2.0 (Auth0), closes #1143 (0609690)

What's fixed

  • misc: Fix OAuthForm.tsx (a1edfdd)