Releases: ComicLib/comiclib
Releases · ComicLib/comiclib
v0.0.8
新功能
- 可通过环境变量
thumb_width和thumb_height自定义缩略图尺寸 - 在 pillow-jxl-plugin 可用时用其处理 JPEG XL
修复和改进
- 避免不必要的缩略图加载
- 修复服务器端图片转码
- 改进对于压缩文件的文件名识别
New features
- Customize thumbnail size via environment variables
thumb_widthandthumb_height - Use pillow-jxl-plugin to handle JPEG XL when available
Bug fixes and improvement
- Avoid unnecessary thumbnail loading
- Fix server-side image transcoding
- Improve filename recognition for archived files
v0.0.7
New features
- Support Telegram EHentai archive bot
Bug fixes and improvement
- Update api_dump.sqlite version of importEHdb
- Fix handling of duplicate ZipFile entries
- Fix deletion of directory
- Fix tags with multiple colons
- Support parsing resampled archives downloaded from Hentai@Home
- Update the version involved in the GitHub action
新功能
- 支持 Telegram EHentai 存档机器人
修复和改进
- 更新 importEHdb 的 api_dump.sqlite 版本
- 修复重复 ZipFile 条目的处理
- 修复目录删除
- 修复带有多冒号的 tag
- 支持解析 Hentai@Home 下载的重采样存档
- 更新 GitHub action 涉及的版本
v0.0.6
New features
- Docker image for arm64
- New option
skip_scan_error
Bug fixes and improvement
- Use jxlpy instead of FFmpeg for Docker images
- importEHdb: improve blur title matching
- ccloli: fix tag parsing
新功能
- 适用于 arm64 的 Docker 镜像
- 新选项
skip_scan_error
修复和改进
- Docker 镜像默认使用 jxlpy,不再使用 FFmpeg
- importEHdb: 改进模糊标题匹配
- ccloli: 修复标签解析
v0.0.5
New features
- Smaller docker image, see https://comiclib.github.io/comiclib/en/getting-started/ for details.
- The variable
importEHdb_database_URIcan specify the URI of the ehentai metadata database
Bug fixes and improvement
- Improve the display order algorithm
- Persistent the cache of importEHdb. This reduces RAM usage and statup time.
- Improve scanning speed
- More robust hath folder name matching
- Directory should not trigger watch
新功能
- 更小的 docker 镜像,详见 https://comiclib.github.io/comiclib/zh/getting-started/
- 变量
importEHdb_database_URI可以指定ehentai 元数据库的 URI
修复和改进
- 改进显示顺序算法
- 持久化 importEHdb 的缓存。这减少了内存占用并加快了启动。
- 改进扫描速度
- 更健壮的 hath 目录名匹配
- 目录不应触发监视
v0.0.4
v0.0.3
v0.0.2
New features
- Environment variable
display_title_format: specifies the format for displaying the title
Bug fixes
- Metadata not deleted when deleting comics
- Wrong jump when clicking tag
Dependencies
- Update LRR frontend to v0.9.0
新功能
- 环境变量
display_title_format: 指定展示标题的格式
修复
- 删除漫画时未删除元数据
- 点击tag的错误跳转
依赖
- LRR 前端更新至 v0.9.0