diff --git a/changelog.md b/changelog.md index c5f25ce..520ecb7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Change Log +## 0.4.3 + +- 替换已经失效的 GitHub Mirror +- 不再使用 archive.org 作为固件源 +- 更新 Python 至 3.11 +- 更新 Vue 至 Vue3 + ## 0.4.2 - 安装模拟器时不再提前检查目录是否被占用 (#69)(#70) diff --git a/config.py b/config.py index 755a87c..09d7b6d 100644 --- a/config.py +++ b/config.py @@ -8,7 +8,7 @@ from logging.handlers import RotatingFileHandler -current_version = '0.4.3-b1' +current_version = '0.4.3' user_agent = f'ns-emu-tools/{current_version}'