Updated Change log (markdown)
parent
303311847d
commit
dbf9d457e1
|
|
@ -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
|
||||
<img width="1260" alt="image" src="https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/3014c47e-0afc-49fb-bcea-e05ddf43e476">
|
||||
<img width="700" alt="image" src="https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/2e8dd658-22bf-4656-9f67-4af395676faf">
|
||||
|
||||
## 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
|
||||
|
||||
### 支持通过启动参数提前生成缓存 ,支持通过环境变量特化缓存文件夹
|
||||
<img width="1260" alt="image" src="https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/3014c47e-0afc-49fb-bcea-e05ddf43e476">
|
||||
<img width="700" alt="image" src="https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/2e8dd658-22bf-4656-9f67-4af395676faf">
|
||||
|
||||
|
||||
## 2024-7-3
|
||||
|
||||
### 实现了个简单的插件系统,支持自定义插件
|
||||
|
|
|
|||
Loading…
Reference in New Issue