3535
3636## Release Highlights
3737
38- ### v0.24.16 — Claude.ai Import
38+ ### v0.27.0 — Chat Experience Upgrades
3939
40- Import and browse your claude.ai web conversation history alongside Claude Code sessions .
40+ Granular data sources, in-place reply, GFM tables, and Warm-Academic syntax-highlighted code blocks in chat .
4141
4242<img src =" docs/images/claude-ai-import.png " alt =" Claude.ai Import " width =" 100% " >
4343
4444| Version | Highlights |
4545| ---------| ------------|
46- | ** 0.24.16** | Import claude.ai web exports (.zip/dir), data source tabs (All/Code/Web) |
46+ | ** 0.27.0** | Data source split into ` cli ` / ` app-code ` / ` app-web ` / ` app-cowork ` with two-level tabs; bottom inline input to continue a session; merge consecutive same-role messages; GFM tables + code-block syntax highlighting in chat |
47+ | ** 0.26.0** | Sidebar refactor — Pinned / Recent / Import groups + Algolia-style ⌘K search; live sync of claude.ai web chats (Cookies + Keychain decrypt → API pull); Pinned tri-state toggle mirrored to Claude desktop ` starredIds ` |
48+ | ** 0.25.0** | MaaS provider registry (` /settings/maas ` ) with 4 Tauri commands; new ` /events ` page; LLM provider presets extracted; standalone Home consolidated into Workspace |
49+ | ** 0.24.16** | Import claude.ai web exports (.zip/dir), data source tabs (All / Code / Web) |
4750| ** 0.24.15** | Structured content blocks — view tool calls, thinking, tool results |
4851| ** 0.24.14** | Full-text search with jieba Chinese tokenization |
4952| ** 0.24.12** | Two-column master-detail layout with grouped/flat toggle |
5053| ** 0.24.11** | In-app auto-updater |
5154| ** 0.24.7** | Session usage tracking with token counts and cost estimation |
52- | ** 0.24.6** | Script-configurable statusbar, Apple-style settings layout |
5355| ** 0.24.0** | File-system routing architecture, settings split into sub-pages |
5456
5557[ Full Changelog] ( CHANGELOG.md )
@@ -59,15 +61,14 @@ Import and browse your claude.ai web conversation history alongside Claude Code
5961## Features
6062
6163- ** Chat History Viewer** — Browse and search conversation history across all projects with full-text search (Chinese + English)
62- - ** Claude.ai Import** — Import and view exported data from claude.ai web app (.zip or directory)
63- - ** Data Source Switching** — Filter between Claude Code local sessions and claude.ai web conversations
64- - ** Structured Content Blocks** — View tool calls, thinking process, and tool results in conversations
65- - ** Commands Manager** — View and manage slash commands (` ~/.claude/commands/ ` )
66- - ** MCP Servers** — Configure and monitor MCP server integrations
67- - ** Skills** — Manage reusable skill templates
68- - ** Hooks** — Configure automation triggers
69- - ** Sub-Agents** — Manage AI agents with custom models
70- - ** Output Styles** — Customize response formatting
64+ - ** Granular Data Sources** — Switch between ` cli ` (Claude Code) / ` app-code ` / ` app-web ` / ` app-cowork ` with two-level tabs
65+ - ** Live claude.ai Sync** — Pull web conversations directly via decrypted cookies (no manual export needed); also supports ` .zip ` / directory import
66+ - ** Continue From the Bottom** — Reply to a session inline without leaving the detail view
67+ - ** Rich Markdown Rendering** — GFM tables and syntax-highlighted code blocks (Warm Academic theme) inside chat messages
68+ - ** Structured Content Blocks** — Tool calls, thinking, and tool results rendered as first-class blocks
69+ - ** Sidebar with Pinned / Recent / Import** — Tri-state Pinned toggle mirrored to Claude desktop ` starredIds ` ; Algolia-style ⌘K search
70+ - ** MaaS Registry** — Manage custom Model-as-a-Service providers persistently (` /settings/maas ` )
71+ - ** Commands / MCP / Skills / Hooks / Sub-Agents / Output Styles** — Full configuration surface for the Claude Code ecosystem
7172- ** Marketplace** — Browse and install community templates
7273- ** Customizable Statusbar** — Personalize your statusbar display with scripts
7374
@@ -107,11 +108,12 @@ pnpm tauri build
107108## Usage
108109
1091101 . Launch Lovcode
110- 2 . Select ** Chat** to browse conversation history from Claude Code sessions
111- 3 . Click the ** Upload** button to import claude.ai exported data (.zip or folder)
112- 4 . Switch between ** All / Code / Web** tabs to filter by data source
113- 5 . Use the ** Configuration** section to manage commands, MCP servers, skills, and hooks
114- 6 . Visit ** Marketplace** to discover community templates
111+ 2 . Select ** Chat** — sidebar shows Pinned / Recent / Import; ⌘K to search
112+ 3 . Use the two-level tabs to switch data source: ` cli ` / ` app-code ` / ` app-web ` / ` app-cowork `
113+ 4 . Open a session: tool calls / thinking / GFM tables / code blocks render inline; reply at the bottom to continue
114+ 5 . Live-sync claude.ai web chats from your logged-in browser, or import a ` .zip ` / folder export
115+ 6 . Manage commands, MCP servers, skills, hooks, sub-agents, output styles, and MaaS providers under ** Configuration**
116+ 7 . Visit ** Marketplace** to discover community templates
115117
116118## Tech Stack
117119
0 commit comments