Skip to content

Commit 746d885

Browse files
committed
v0.0.6
1 parent 051c99d commit 746d885

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

comiclib/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.5"
1+
__version__ = "0.0.6"
22
print(f" >>> ComicLib v{__version__}")
33

44
from .scan import watch, scannow

docs/en/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ pip install -U "comiclib[full] @ git+https://github.com/comiclib/comiclib.git"
3737
### Docker (Experimental)
3838

3939
!!! tip inline end "Minimal installation"
40-
Image with tag `v0.0.5` (without `-full` suffix) does not ship the ehentai metadata database, therefore its size is much smaller. You can download the ehentai metadata database to `/userdata` if you need it.
40+
Image with tag `v0.0.6` (without `-full` suffix) does not ship the ehentai metadata database, therefore its size is much smaller. You can download the ehentai metadata database to `/userdata` if you need it.
4141

4242
``` bash
4343
docker run -p 8000:8000 \
4444
--mount type=bind,source=<YOUR_COMIC_DIRECTORY_HERE>,target=/root/comiclib \
4545
--mount type=bind,source=<USER_DATA_PATH>,target=/userdata \
46-
ghcr.io/comiclib/comiclib:v0.0.5-full
46+
ghcr.io/comiclib/comiclib:v0.0.6-full
4747
```
4848
ComicLib now runs at http://localhost:8000 .
4949

docs/en/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- 🔁 Tag translation ([EhTagTranslation](https://github.com/EhTagTranslation/Database))
1010
- 🖼️ Support JPEG XL [^1]
1111

12-
[^1]: `pip install jxlpy` required.
12+
[^1]: ffmpeg or `pip install jxlpy` required.
1313

1414
👉 [Get started](getting-started.md) now
1515

docs/zh/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ pip install -U "comiclib[full] @ git+https://github.com/comiclib/comiclib.git"
3737
### Docker(试验性)
3838

3939
!!! tip inline end "最小安装"
40-
使用 tag `v0.0.5`(没有`-full`后缀)的镜像不自带 ehentai 元数据库,其大小会小很多。可手动下载 ehentai 元数据库并将其放在 `/userdata` 下。
40+
使用 tag `v0.0.6`(没有`-full`后缀)的镜像不自带 ehentai 元数据库,其大小会小很多。可手动下载 ehentai 元数据库并将其放在 `/userdata` 下。
4141

4242
``` bash
4343
docker run -p 8000:8000 \
4444
--mount type=bind,source=你的漫画库路径,target=/root/comiclib \
4545
--mount type=bind,source=将要存放数据的路径,target=/userdata \
46-
ghcr.io/comiclib/comiclib:v0.0.5-full
46+
ghcr.io/comiclib/comiclib:v0.0.6-full
4747
```
4848

4949
现在 ComicLib 运行在了 http://localhost:8000

docs/zh/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- 🔁 标签翻译([EhTagTranslation](https://github.com/EhTagTranslation/Database)
1010
- 🖼️ 支持 JPEG XL [^1]
1111

12-
[^1]: 需要 `pip install jxlpy`
12+
[^1]: 需要 ffmpeg 或者 `pip install jxlpy`
1313

1414
马上 👉 [开始使用](getting-started.md)
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "comiclib"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
authors = [
99
{ name="URenko" },
1010
]

0 commit comments

Comments
 (0)