Releases: AaronFeng753/Waifu2x-Extension-GUI
Releases · AaronFeng753/Waifu2x-Extension-GUI
v0.21-beta
v0.21-beta 🐱💻
Engilsh:
Change log:
- New feature: [Number of finished files/Total number of files] is displayed on the left side of the progress bar.
- New feature: Added setting options to control whether to automatically check for updates at startup (It is
not recommendedto turn off automatic updates) - New feature: The total number of files is displayed below the file list.
- New feature: Save/Read file list
- New feature: Automatically save the file list before automatically shutting down the computer, you can manually load the file list to check the file processing status after the next software startup
- New feature: pop-up window prompt before auto shutdown
- Improve Simplified Chinese language support
- Select the readme to open based on the current language
- Before processing a file, check if it exists
- Fix bug: After saving the settings, the [Image Style] settings that were saved cannot be read normally
- Fix bug: After removing a single row, the custom resolution settings of all remaining rows will be cleared
- Fix bug: When there are files with the same file name and different extensions in the file list, if multi-threading is enabled, it will cause read and write conflicts.
- Fix bug: The problem that the new version download page cannot be opened normally after detecting the new version automatically.
Donate
中文:
更新日志:
- 新特性:进度条左侧显示[完成数量/总数量].
- 新特性:增加设置选项,控制是否在启动时自动检查更新.(不建议关闭自动更新)
- 新特性:文件列表下方显示总文件数量.
- 新特性:保存/读取文件列表
- 新特性:自动关机前自动保存文件列表,下次开机后可手动加载文件列表查看文件处理情况
- 新特性:自动关机前弹窗提示
- 完善简体中文语言支持
- 根据当前语言来选择要打开的说明文档
- 在开始处理一个文件前,先检查其是否存在
- 修复bug:保存设置后,无法正常读取曾保存的[图像风格]设置
- 修复bug:移除单一条目后,其余所有条目的自定义分辨率设置会被清除
- 修复bug:当文件列表内有文件名称相同而扩展名不同的文件时, 如果启用多线程会造成读写冲突.
- 修复bug:自动检测到新版本后无法正常打开新版下载页面的问题.
提示: 切换语言到简体中文后, 需要手动保存设置, 才能每次启动都是中文语言界面
🔗中国大陆网盘下载地址: https://share.weiyun.com/5AHZy64
捐赠
- 💾Waifu2x-Extension-GUI-v0.21-beta-FULL-Windows-x64.7z
MD5: 5B71979BE73ED9B61C75334B0722D939
SHA1: 7787E3C659CC229E52CEF645A32E045DD9DEFD6B
CRC32: 8E830A3C
v0.12-beta
v0.12-beta 🐱💻
Engilsh:
Change log:
- NEW Feature: Check for updates automatically.
- Fix bug: GIF and video cannot read the scale ratio setting normally.
- Fix bug: When processing videos and gif files, if an error occurs, it will cause thread management problems.
Donate
中文:
更新日志:
- 新增功能: 自动检查更新
- 修复bug: gif和视频无法正常获取放大倍数设定
- 修复bug: 当处理视频或gif时, 如果产生错误, 将导致线程管理问题.
🔗中国大陆网盘下载地址: https://share.weiyun.com/582c8hH
捐赠
- 💾Waifu2x-Extension-GUI-v0.12-beta-FULL-Windows-x64.7z
MD5: 34B256BEAD370A165E7A7B4EDA7D874E
SHA1: 6BB00E37390BA1D84A5353E241DFEEDFBB59AC4B
CRC32: A4EC04CF
v0.11-beta
v0.11-beta 🐱💻
Engilsh:
Change log:
- NEW Feature: Customize the resolution of image, GIF and video output. (At the request of an anonymous donor.🧐)
- NEW Feature: Multi-language.(Add Simplified Chinese.)(At the request of an anonymous donor.🧐)
- NEW Feature: Support to save the current settings, automatically restore the last saved settings when starting the software.
- NEW Feature: Switch the display status of setting options. (Hide / Show)
- NEW Feature: Switch the display status of [Input]. (Hide / Show)
- NEW Feature: Prompt when misoperation.
- NEW Feature: Automatically scroll to the bottom after changing the font size of Textbrowser.
- NEW Feature: Textbrowser automatically slides to the bottom after outputting new content
- NEW Feature: Tableview automatically adjusts sieze based on content
- NEW Feature: Check available GPU and set GPU ID.
- Improve tableview selection logic. When one tableview is selected, the other two are automatically unselected.
- Optimize the tableview display logic. After inputting the file, only change the display state of the corresponding tableview.
- Remove redundant code
- Fix bug: [Remove item] will cause the program to crash when the file is finished and [Re-process finished files] is not enabled.
- Fix bug: [video_gif_info.exe] Chinese characters cannot be read normally
- Fix bug: [Compatibility check] button is not automatically enabled after all files have been processed.
Donate
中文:
更新日志:
- 新增功能: 自定义图片, GIF和视频输出时的分辨率. (应一名匿名捐赠者的要求.🧐)
- 新增功能: 多语言.(加入简体中文) 🎉🥳🎉(应一名匿名捐赠者的要求.🧐)
- 新增功能: 支持保存当前设置, 启动软件时自动恢复上一次保存的设置.
- 新增功能: 切换设置选项显示状态.(隐藏/显示)
- 新增功能: 切换[输入路径]显示状态.(隐藏/显示)
- 新增功能: 用户误操作时弹出提示.
- 新增功能: 更改Textbrowser的字体大小后自动滑动到底端.
- 新增功能: Textbrowser输出新内容后自动滑动到最底端
- 新增功能: 文件列表表格自动根据显示内容调整大小
- 新增功能: 检测可用GPU与设定GPU ID
- 改进tableview选中逻辑. 当其中一个tableview被选中时, 其余两个自动取消选中.
- 优化tableview显示逻辑, 在输入文件后, 仅改变对应tableview的显示状态.
- 去除冗余代码
- 修复bug: 当[Re-process finished files]未启用时, 尝试移除已经处理完成的文件会导致程序崩溃.
- 修复bug: [video_gif_info.exe] 无法正常读取中文字符
- 修复bug: 处理完所有文件后未自动启用[兼容性检测]按钮
🔗中国大陆网盘下载地址: https://share.weiyun.com/5OHlUD5
捐赠
- 💾Waifu2x-Extension-GUI-v0.11-beta-FULL-Windows-x64.7z
MD5: 0845FC1155E8D3E51C642064FADB79C7
SHA1: F7B33BB342E2CF53993072BB330A4D487BF3BDE1
CRC32: 9D348197
v0.01-beta
v0.01-beta 🐱💻
Change log:
- First release. 🎉🥳🎉
- 💾Waifu2x-Extension-GUI-v0.01-beta-FULL-Windows-x64.7z
MD5: A44BF39645BEC1D79182E79174615823
SHA1: A5E0E700771E705ED431AB08F3692560B88BCCD3
CRC32: F8CEF363