|
22 | 22 | --- |
23 | 23 |
|
24 | 24 | <p align="center"> |
| 25 | + <a href="#release-highlights">Updates</a> • |
25 | 26 | <a href="#features">Features</a> • |
26 | 27 | <a href="#oh-my-lovcode">oh-my-lovcode</a> • |
27 | 28 | <a href="#installation">Installation</a> • |
|
32 | 33 |
|
33 | 34 | --- |
34 | 35 |
|
| 36 | +## Release Highlights |
| 37 | + |
| 38 | +### v0.24.16 — Claude.ai Import |
| 39 | + |
| 40 | +Import and browse your claude.ai web conversation history alongside Claude Code sessions. |
| 41 | + |
| 42 | +<img src="docs/images/claude-ai-import.png" alt="Claude.ai Import" width="100%"> |
| 43 | + |
| 44 | +| Version | Highlights | |
| 45 | +|---------|------------| |
| 46 | +| **0.24.16** | Import claude.ai web exports (.zip/dir), data source tabs (All/Code/Web) | |
| 47 | +| **0.24.15** | Structured content blocks — view tool calls, thinking, tool results | |
| 48 | +| **0.24.14** | Full-text search with jieba Chinese tokenization | |
| 49 | +| **0.24.12** | Two-column master-detail layout with grouped/flat toggle | |
| 50 | +| **0.24.11** | In-app auto-updater | |
| 51 | +| **0.24.7** | Session usage tracking with token counts and cost estimation | |
| 52 | +| **0.24.6** | Script-configurable statusbar, Apple-style settings layout | |
| 53 | +| **0.24.0** | File-system routing architecture, settings split into sub-pages | |
| 54 | + |
| 55 | +[Full Changelog](CHANGELOG.md) |
| 56 | + |
35 | 57 |  |
36 | 58 |
|
37 | 59 | ## Features |
|
54 | 76 | Community configuration framework for Lovcode, inspired by oh-my-zsh. |
55 | 77 |
|
56 | 78 | ```bash |
57 | | -curl -fsSL https://raw.githubusercontent.com/MarkShawn2020/oh-my-lovcode/main/install.sh | bash |
| 79 | +curl -fsSL https://raw.githubusercontent.com/lovstudio/oh-my-lovcode/main/install.sh | bash |
58 | 80 | ``` |
59 | 81 |
|
60 | | -Share and discover statusbar themes, keybindings, and more at [oh-my-lovcode](https://github.com/MarkShawn2020/oh-my-lovcode). |
| 82 | +Share and discover statusbar themes, keybindings, and more at [oh-my-lovcode](https://github.com/lovstudio/oh-my-lovcode). |
61 | 83 |
|
62 | 84 | ## Installation |
63 | 85 |
|
64 | 86 | ### From Release |
65 | 87 |
|
66 | | -Download the latest release for your platform from [Releases](https://github.com/markshawn2020/lovcode/releases). |
| 88 | +Download the latest release for your platform from [Releases](https://github.com/lovstudio/lovcode/releases). |
67 | 89 |
|
68 | 90 | ### From Source |
69 | 91 |
|
70 | 92 | ```bash |
71 | 93 | # Clone the repository (with submodules) |
72 | | -git clone --recursive https://github.com/markshawn2020/lovcode.git |
| 94 | +git clone --recursive https://github.com/lovstudio/lovcode.git |
73 | 95 | cd lovcode |
74 | 96 |
|
75 | 97 | # Install dependencies |
@@ -101,30 +123,9 @@ pnpm tauri build |
101 | 123 | | State | Jotai | |
102 | 124 | | Search | Tantivy + jieba (full-text, Chinese-aware) | |
103 | 125 |
|
104 | | -## Release Highlights |
105 | | - |
106 | | -### v0.24.16 — Claude.ai Import |
107 | | - |
108 | | -Import and browse your claude.ai web conversation history alongside Claude Code sessions. |
109 | | - |
110 | | -<img src="docs/images/claude-ai-import.png" alt="Claude.ai Import" width="100%"> |
111 | | - |
112 | | -| Version | Highlights | |
113 | | -|---------|------------| |
114 | | -| **0.24.16** | Import claude.ai web exports (.zip/dir), data source tabs (All/Code/Web) | |
115 | | -| **0.24.15** | Structured content blocks — view tool calls, thinking, tool results | |
116 | | -| **0.24.14** | Full-text search with jieba Chinese tokenization | |
117 | | -| **0.24.12** | Two-column master-detail layout with grouped/flat toggle | |
118 | | -| **0.24.11** | In-app auto-updater | |
119 | | -| **0.24.7** | Session usage tracking with token counts and cost estimation | |
120 | | -| **0.24.6** | Script-configurable statusbar, Apple-style settings layout | |
121 | | -| **0.24.0** | File-system routing architecture, settings split into sub-pages | |
122 | | - |
123 | | -[Full Changelog](CHANGELOG.md) |
124 | | - |
125 | 126 | ## Star History |
126 | 127 |
|
127 | | -[](https://star-history.com/#markshawn2020/lovcode&Date) |
| 128 | +[](https://star-history.com/#lovstudio/lovcode&Date) |
128 | 129 |
|
129 | 130 | ## License |
130 | 131 |
|
|
0 commit comments