feat: update README and manifest for version 1.0.2, add support searching image

This commit is contained in:
JayBridge 2025-06-08 00:27:20 +08:00
parent 28b3d9e8fb
commit b1db0260eb
4 changed files with 6 additions and 3 deletions

View file

@ -6,7 +6,8 @@ Simple enough for csv, no more fancy function you need to learn and think!
[中文版本Readme](./README_zh.md)
<!-- ![image](https://github.com/user-attachments/assets/6d956e79-4be7-4172-92e2-6f14ddba0dda) -->
![test-sample](./asssets/test-sample.png)
<!-- ![test-sample](./asssets/test-sample.png) -->
![v1.0.2 support searching](./asssets/searching.png)
> if you encounter any problems, download `test/test-sample.csv` to see what's different from the test csv file. Issue with an screenshot will help us fix it faster.

View file

@ -5,7 +5,9 @@
[English Version Readme](./README.md)
![test-sample](./asssets/test-sample.png)
<!-- ![test-sample](./asssets/test-sample.png) -->
![v1.0.2 support searching](./asssets/searching.png)
> 如果你遇到任何问题,请下载 `test/test-sample.csv`,对比你的 CSV 文件和测试文件有何不同。提交带有截图的问题可以帮助我们更快地修复。

BIN
asssets/searching.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

View file

@ -1,7 +1,7 @@
{
"id": "csv-lite",
"name": "CSV Lite",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.8.0",
"description": "Just open and edit CSV files directly, no more. Keep it simple.",
"author": "Jay Bridge",