Skip to content

v0.3.0

Compare
Choose a tag to compare
@skymkmk skymkmk released this 19 Jun 10:11
· 14 commits to master since this release
b8a409a

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 以来配置文件项目有所修改或更新,请根据新的参考配置文件修改你的配置文件