Releases: skymkmk/EhFavDownloader
v0.4.2
v0.4.1
v0.4.0
This version adds the function of detecting CBZ files in the download directory to avoid situations where you must redownload due to database loss.
- Added the function to detect CBZ files in the download directory to speed up initial downloads. Please note that this does not check the correctness of the files (as this feature is only used when the database is lost)
- Added the
--just-detect-cbz
argument to skip the prompt when a CBZ file is detected - Fixed the issue of DMCA page parsing failure
这个版本添加了检测下载目录的 CBZ 文件功能以避免数据库丢失导致的必须重新下载的情形。
- 添加了检测下载目录的 CBZ 文件功能来加速初次下载。注意这并不会检测文件的正确性(因为只有数据库丢失时才会用到该功能)
- 添加了
--just-detect-cbz
参数来跳过检测到 CBZ 文件存在时的询问 - 修复了 DMCA 页面解析失败的问题
v0.3.1
v0.3.0
The biggest new feature in this version is the ability to update metadata in CBZ files. Here are the details:
- You can now use the new
--metadata-full-update
parameter to decide whether to update the metadata of all galleries. By default, it is set to not update, which can speed up the traversal of your favorites. - You can update the metadata in CBZ files using the
--update-cbz
or-u
parameter. - A fix has been implemented for the issue where the metadata would be empty if
title_jpn
was blank.
Please note that there have been modifications or updates to the configuration file since v0.2.0. Please refer to the new sample configuration file and make the necessary changes to your configuration file accordingly.
本版本最大的新增功能是更新 CBZ 文件中元数据的功能。详细来说:
- 你现在可以通过新的
--metadata-full-update
参数来决定是否更新所有画廊的元数据。默认是不更新,这样可以加快收藏夹的遍历速度。 - 可以通过
--update-cbz
或其缩写-u
参数来更新 CBZ 文件中的元数据 - 修复了元数据中
title_jpn
为空导致的元数据为空的问题
请注意,从 v0.2.0 以来配置文件项目有所修改或更新,请根据新的参考配置文件修改你的配置文件
v0.2.2
This version of the program architecture has undergone major changes. In terms of functionality:
- Adapted for Komga.
- Removed the feature for generating .ehviewer.
- Added support for translating Chinese tags.
- Fix wrong database version in database init.
After updating, please pay special attention to the changes in the configuration file. Some fields in config file, such like enable_artist_translation, has been modified to enable_tag_translation. It is important to note that the "cookies" now require a new "sk" field. Please make sure to add it.
Please note that there are new dependencies that need to be installed.
v0.2.1
This version of the program architecture has undergone major changes. In terms of functionality:
- Adapted for Komga.
- Removed the feature for generating .ehviewer.
- Added support for translating Chinese tags.
- Fix lots of bugs exists in v0.2.0-beta. It should works properly right now.
After updating, please pay special attention to the changes in the configuration file. It is important to note that the "cookies" now require a new "sk" field. Please make sure to add it.
Please note that there are new dependencies that need to be installed.
v0.2.0-beta
This version of the program architecture has undergone major changes. In terms of functionality:
- Adapted for Komga.
- Removed the feature for generating .ehviewer.
- Added support for translating Chinese tags.
After updating, please pay special attention to the changes in the configuration file. It is important to note that the "cookies" now require a new "sk" field. Please make sure to add it.
Please note that there are new dependencies that need to be installed.