Skip to content

Releases: lobehub/lobe-chat

v0.44.2

13 Aug 03:25
Compare
Choose a tag to compare

Version 0.44.2

Released on 2023-08-13

🐛 Bug Fixes

  • misc: 修正重新生成时切分历史消息的逻辑.

Improvements and Fixes

What's fixed

  • misc: 修正重新生成时切分历史消息的逻辑, closes #50 (de5141f)

v0.44.1

12 Aug 16:47
Compare
Choose a tag to compare

Version 0.44.1

Released on 2023-08-12


Improvements and Fixes

v0.44.0

12 Aug 14:40
Compare
Choose a tag to compare

Version 0.44.0

Released on 2023-08-12

♻ Code Refactoring

  • misc: 优化 Inbox 会话的实现逻辑, 将 chat 中的功能模型拆分到 features 中, 重构 session 相关实现,移除循环依赖.

✨ Features

  • misc: 支持 inbox 消息导出, 支持 inbox 的会话功能, 新增 inbox 数据模型, 新增 inbox 模块入口.

💄 Styles

  • misc: Fix Inbox defaultMessage avatar, 优化 header 的 setting 展示, 优化门禁下默认的解锁方式, 补充 ChatList 的 Loading 态.

Improvements and Fixes

Code refactoring

  • misc: 优化 Inbox 会话的实现逻辑 (22cc4cf)
  • misc: 将 chat 中的功能模型拆分到 features 中 (e25a856)
  • misc: 重构 session 相关实现,移除循环依赖 (9acf65c)

What's improved

  • misc: 支持 inbox 消息导出 (498e075)
  • misc: 支持 inbox 的会话功能 (9b713b8)
  • misc: 新增 inbox 数据模型 (91a8158)
  • misc: 新增 inbox 模块入口 (6fc8907)

Styles

  • misc: Fix Inbox defaultMessage avatar (dbc18a4)
  • misc: 优化 header 的 setting 展示 (201d380)
  • misc: 优化门禁下默认的解锁方式 (df9bb45)
  • misc: 补充 ChatList 的 Loading 态 (eb3eb5d)

v0.43.0

12 Aug 04:05
Compare
Choose a tag to compare

Version 0.43.0

Released on 2023-08-12

✨ Features

  • misc: 支持切换语言.

Improvements and Fixes

What's improved

v0.42.3

12 Aug 03:36
Compare
Choose a tag to compare

Version 0.42.3

Released on 2023-08-12

💄 Styles

  • misc: 暂时隐藏 Hero 模板.

Improvements and Fixes

Styles

  • misc: 暂时隐藏 Hero 模板 (8289ae6)

v0.42.2

12 Aug 03:30
Compare
Choose a tag to compare

Version 0.42.2

Released on 2023-08-12

♻ Code Refactoring

  • misc: 将 useSettings 更名为 useGlobalStore, 将原本的 settings 更名为 global, 收敛切换 SideBar 方法为 useSwitchSideBarOnInit, 重构需本地缓存的状态为 preference.

🐛 Bug Fixes

  • misc: 修正移除 session 时的路由跳转逻辑.

Improvements and Fixes

Code refactoring

  • misc: 将 useSettings 更名为 useGlobalStore (bdde7df)
  • misc: 将原本的 settings 更名为 global (e42d34c)
  • misc: 收敛切换 SideBar 方法为 useSwitchSideBarOnInit (bbad38f)
  • misc: 重构需本地缓存的状态为 preference (8359b62)

What's fixed

  • misc: 修正移除 session 时的路由跳转逻辑 (8b7838d)

v0.42.1

12 Aug 02:31
Compare
Choose a tag to compare

Version 0.42.1

Released on 2023-08-12

💄 Styles

  • misc: 优化 App 首页 Loading 态.

Improvements and Fixes

Styles

  • misc: 优化 App 首页 Loading 态 (72104e8)

v0.42.0

11 Aug 15:51
Compare
Choose a tag to compare

Version 0.42.0

Released on 2023-08-11

✨ Features

  • misc: Add Welcome page.

Improvements and Fixes

What's improved

v0.41.2

10 Aug 16:08
Compare
Choose a tag to compare

Version 0.41.2

Released on 2023-08-10

♻ Code Refactoring

  • misc: 将 sessionStore 默认 equalFn 改为 shallow, 将 settingStore 默认 equalFn 改为 shallow.

Improvements and Fixes

Code refactoring

  • misc: 将 sessionStore 默认 equalFn 改为 shallow (5c1b8d7)
  • misc: 将 settingStore 默认 equalFn 改为 shallow (1e72308)

v0.41.1

10 Aug 15:54
Compare
Choose a tag to compare

Version 0.41.1

Released on 2023-08-10

♻ Code Refactoring

  • misc: 重构 settings store 代码写法.

Improvements and Fixes

Code refactoring

  • misc: 重构 settings store 代码写法 (4b6f917)