Skip to content

Releases: lovstudio/lovcode

v0.23.1

01 Jan 04:01

Choose a tag to compare

Patch Changes

  • Add split-button for new terminal with Terminal/Claude Code/Codex options

v0.23.0

31 Dec 10:59

Choose a tag to compare

Minor Changes

  • Remove debug logs and improve terminal exit behavior

    • Remove debug logs from pty_manager.rs and TerminalPane.tsx
    • Keep sessions with commands open after PTY exit for scrollback visibility
    • Refactor workspace and panel components

v0.22.1

31 Dec 06:48

Choose a tag to compare

Patch Changes

  • fix(chat): sort search results by timestamp descending

v0.22.0

31 Dec 06:04

Choose a tag to compare

Minor Changes

  • Add vertical feature tabs sidebar layout option

    • New layout mode: vertical sidebar for project/feature tabs
    • Resizable sidebar width (180-400px, persisted)
    • Project drag-and-drop reordering in vertical mode
    • Toggle in Settings → Display → Project tabs layout
    • Default changed to vertical layout

v0.21.1

30 Dec 03:14

Choose a tag to compare

Patch Changes

  • Move CommandTrendChart from Home page to Commands page for better context

v0.21.0

30 Dec 02:44

Choose a tag to compare

Minor Changes

  • Add command count stats and improve share card UI for annual report

v0.20.0

29 Dec 14:44

Choose a tag to compare

Minor Changes

  • Add PTY data batching and scroll stabilization for smoother terminal rendering

    • Batch PTY writes per animation frame to reduce render frequency
    • Lock scroll position during write to prevent flicker
    • Strip ANSI escape sequences from terminal title
    • Add AnnualReport view and FeaturedCarousel component

v0.19.0

29 Dec 03:25

Choose a tag to compare

Minor Changes

  • 新增 Logo 生成与管理面板,优化折叠状态下的 tab group 显示

v0.18.2

28 Dec 20:21

Choose a tag to compare

Patch Changes

  • fix(stats): 修复命令统计数据膨胀问题

    • weekly 模式下隐藏当前(不完整)周的数据
    • 过滤 queue-operation 类型的内部日志,避免重复计数
    • 简化 CommandTrendChart 代码,移除不再需要的 _current 逻辑

v0.18.1

28 Dec 19:35

Choose a tag to compare

Patch Changes

  • Fix CommandTrendChart parameters and recharts tooltip styles