Skip to content

Commit 4d71bc5

Browse files
MarkShawn2020claude
andcommitted
docs: move release highlights above features, update repo URLs to lovstudio org
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent efd3d29 commit 4d71bc5

1 file changed

Lines changed: 27 additions & 26 deletions

File tree

README.md

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
---
2323

2424
<p align="center">
25+
<a href="#release-highlights">Updates</a> •
2526
<a href="#features">Features</a> •
2627
<a href="#oh-my-lovcode">oh-my-lovcode</a> •
2728
<a href="#installation">Installation</a> •
@@ -32,6 +33,27 @@
3233

3334
---
3435

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+
3557
![Gallery](docs/assets/gallery.png)
3658

3759
## Features
@@ -54,22 +76,22 @@
5476
Community configuration framework for Lovcode, inspired by oh-my-zsh.
5577

5678
```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
5880
```
5981

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).
6183

6284
## Installation
6385

6486
### From Release
6587

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).
6789

6890
### From Source
6991

7092
```bash
7193
# 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
7395
cd lovcode
7496

7597
# Install dependencies
@@ -101,30 +123,9 @@ pnpm tauri build
101123
| State | Jotai |
102124
| Search | Tantivy + jieba (full-text, Chinese-aware) |
103125

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-
125126
## Star History
126127

127-
[![Star History Chart](https://api.star-history.com/svg?repos=markshawn2020/lovcode&type=Date)](https://star-history.com/#markshawn2020/lovcode&Date)
128+
[![Star History Chart](https://api.star-history.com/svg?repos=lovstudio/lovcode&type=Date)](https://star-history.com/#lovstudio/lovcode&Date)
128129

129130
## License
130131

0 commit comments

Comments
 (0)