From 14f08cf4ee3c09bbb3c4c888262766b669c30f8d Mon Sep 17 00:00:00 2001 From: triwinds Date: Sat, 17 Feb 2024 19:30:11 +0800 Subject: [PATCH] bump up version --- changelog.md | 8 ++++++++ config.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bb72505..073273a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Change Log +## 0.4.6 + +- 调整固件名称展示逻辑 +- 修复手动设置的代理无法请求 api 时使用的问题 +- 当已安装的 msvc 版本较低时提示更新 (#92) +- 添加自动将 yuzu.exe 重命名为 cemu.exe 的选项 (#89) +- 替换已经失效的 GitHub Mirror + ## 0.4.5 - 修复某些情况下更改 UI 启动模式后无法启动的问题 (#86) diff --git a/config.py b/config.py index ac63896..cf3237a 100644 --- a/config.py +++ b/config.py @@ -8,7 +8,7 @@ from logging.handlers import RotatingFileHandler -current_version = '0.4.5' +current_version = '0.4.6' user_agent = f'ns-emu-tools/{current_version}'