From dbf9d457e1cab9a994786f68f53230c284b48716 Mon Sep 17 00:00:00 2001 From: zanllp Date: Wed, 10 Jul 2024 23:00:47 +0800 Subject: [PATCH] Updated Change log (markdown) --- Change-log.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Change-log.md b/Change-log.md index ecc0761..258c93a 100644 --- a/Change-log.md +++ b/Change-log.md @@ -1,5 +1,16 @@ [跳到中文](#中文) # English +## 2024-7-10 +### Added a PyInstaller-compiled version, significantly reducing the likelihood of false positives from antivirus software. + +[report](https://www.virustotal.com/gui/file/a23dda33e0e6b146938dac87310276e7a92849bcaee3af4198eba1398b8d1619?nocache=1) + +## 2024-7-8 + +### Add support for pre-generating cache via startup parameters and specifying cache directory through environment variables +image +image + ## 2024-7-3 ### Implemented a simple plugin system that supports custom plugins I wrote a Pixiv plugin that allows you to view the image information of Pixiv images directly in IIB. If you are interested in this or need to write your own plugin, you can take a look at this https://github.com/zanllp/pixiv_iib_plugin @@ -450,6 +461,19 @@ Triggered under the same circumstances as above, there will be a button to updat # 中文 + +## 2024-7-10 +### 新增了pyinstaller编译的版本,大幅度降低了杀毒软件误报的概率。 + +[report](https://www.virustotal.com/gui/file/a23dda33e0e6b146938dac87310276e7a92849bcaee3af4198eba1398b8d1619?nocache=1) + +## 2024-7-8 + +### 支持通过启动参数提前生成缓存 ,支持通过环境变量特化缓存文件夹 +image +image + + ## 2024-7-3 ### 实现了个简单的插件系统,支持自定义插件