Skip to content

Releases: lovstudio/lovcode

v0.24.16

09 Apr 22:01

Choose a tag to compare

Patch Changes

  • feat(chat): 支持导入 claude.ai 网页端导出的数据包(.zip 或目录)
  • feat(chat): 添加数据源切换标签(All/Code/Web)
  • fix(chat): 项目列表默认折叠
  • fix(nav): 修复启动时导航栏激活状态未与首页同步的问题
  • fix: 改进项目路径解码,处理末尾 /. 等边缘情况

v0.24.15

31 Mar 18:39

Choose a tag to compare

Patch Changes

  • feat(chat): 会话中显示结构化内容块(工具调用、思考过程、工具结果)

v0.24.10

24 Feb 14:29

Choose a tag to compare

Patch Changes

  • fix(GlobalHeader): 导航栏布局优化 + 设置窗口最小尺寸

v0.24.9

14 Jan 05:56

Choose a tag to compare

Patch Changes

  • 修复 slash command 菜单交互和布局问题

v0.24.8

10 Jan 06:31

Choose a tag to compare

Patch Changes

  • 修复在中文输入法下 shift 键相关的 IME 符号输入问题

v0.24.7

09 Jan 03:56

Choose a tag to compare

Patch Changes

  • Add session usage tracking with token counts and cost estimation

v0.24.6

09 Jan 02:11

Choose a tag to compare

V0.24.6支持状态栏了!

image
  • refactor(settings): Apple style dual-column layout
    feat(statusbar): script-configurable statusbar
    feat(workspace): Dashboard sidebar show/hide toggle
    feat(ui): add bottom statusbar
    fix(knowledge): fix distill detail 404 issue

v0.24.5

07 Jan 16:18

Choose a tag to compare

Patch Changes

  • fix(windows): 修复 Windows 平台路径和 shell 兼容性问题

    • 使用 PowerShell 替代 /bin/zsh 进行 shell spawning
    • 使用 taskkill 替代 libc::kill 实现跨平台进程终止

    Fixes #16

v0.24.4

07 Jan 13:10

Choose a tag to compare

Patch Changes

  • fix: Windows 平台兼容性 - 使用 cfg 条件编译处理进程取消

v0.24.3

07 Jan 13:11

Choose a tag to compare

Patch Changes

  • fix(settings): 简化 npm 安装逻辑并恢复 loadVersionInfo 行为