Releases: lovstudio/lovcode
Releases · lovstudio/lovcode
v0.23.1
Patch Changes
- Add split-button for new terminal with Terminal/Claude Code/Codex options
v0.23.0
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
Patch Changes
- fix(chat): sort search results by timestamp descending
v0.22.0
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
Patch Changes
- Move CommandTrendChart from Home page to Commands page for better context
v0.21.0
Minor Changes
- Add command count stats and improve share card UI for annual report
v0.20.0
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
Minor Changes
- 新增 Logo 生成与管理面板,优化折叠状态下的 tab group 显示
v0.18.2
Patch Changes
-
fix(stats): 修复命令统计数据膨胀问题
- weekly 模式下隐藏当前(不完整)周的数据
- 过滤 queue-operation 类型的内部日志,避免重复计数
- 简化 CommandTrendChart 代码,移除不再需要的 _current 逻辑
v0.18.1
Patch Changes
- Fix CommandTrendChart parameters and recharts tooltip styles