This commit is contained in:
寂静的羽夏 2022-08-26 13:32:14 +08:00
parent bd873f904d
commit ddaa460c7c
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int main(int argc, char *argv[]) {
a.setOrganizationName("WingCloud"); a.setOrganizationName("WingCloud");
a.setApplicationName(QObject::tr("WingHexExplorer")); a.setApplicationName(QObject::tr("WingHexExplorer"));
a.setApplicationVersion("1.4.8"); a.setApplicationVersion("1.4.9");
a.setProductIcon(QIcon(":/images/icon.png")); a.setProductIcon(QIcon(":/images/icon.png"));
a.setProductName(QObject::tr("WingHexExplorer")); a.setProductName(QObject::tr("WingHexExplorer"));
a.setApplicationDescription(QObject::tr("AppDescription")); a.setApplicationDescription(QObject::tr("AppDescription"));

View File

@ -10,6 +10,7 @@
7. 修复 root 下插件被禁用但仍尝试派发消息导致的段错误 7. 修复 root 下插件被禁用但仍尝试派发消息导致的段错误
8. 增加拷贝字节限制,防止程序卡死 8. 增加拷贝字节限制,防止程序卡死
9. 补充遗漏的拓展插件函数接口实现 9. 补充遗漏的拓展插件函数接口实现
10. 修复打包导致的插件安全性问题,以进一步阻止恶意插件的加载
1.4.8 1.4.8
1. 增加插件接口 1. 增加插件接口