Skip to content

Releases: lovstudio/lovcode

v0.25.1

23 Apr 10:37

Choose a tag to compare

Patch Changes

  • a9f2fbd: Fix TS build errors blocking v0.25.0 release

    • Export MaasRegistryView from src/views/index.ts
    • Add basic-maas route in _layout.tsx and features.tsx Record<FeatureType, string>
    • Bump tsconfig target/lib to ES2022 (needed for Array.at())
    • Remove dead isShortViewport/quickActions + unused icon imports in PanelGrid

v0.24.21

21 Apr 18:57

Choose a tag to compare

Patch Changes

    • Sidebar action bar moved from footer to header
    • Session archive / unarchive, plus bulk "archive this and all after" action
    • Global toggle to show/hide archived sessions (persisted)
    • Virtualized grouped + flat session lists (removed 100-item cap)
    • Fix tooltip overlapping the 3-dot menu trigger in the sidebar
    • PanelGrid Welcome: terminal-type selector moved next to the Create button
    • WorkspaceView: unified Welcome state into PanelGrid

v0.24.20

17 Apr 18:44

Choose a tag to compare

Patch Changes

  • Sticky session header with 'Prompts only' filter, hover timestamps, and resilient update-status display

v0.24.19

14 Apr 13:37

Choose a tag to compare

Patch Changes

  • Fix skill detail page "not found" error and show update status inline in status bar

v0.24.18

13 Apr 16:46

Choose a tag to compare

Patch Changes

  • fix(chat): show full message content by default instead of collapsed 40px
  • fix(updater): correct endpoint URL from MarkShawn2020 to lovstudio org

v0.24.17

13 Apr 14:24

Choose a tag to compare

Patch Changes

  • Add "Copy Resume Command" menu item and fix project path decoding from session cwd

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 菜单交互和布局问题