mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-02-04 15:12:17 +08:00
UXAssist 1.5.2
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
## Changlog
|
## Changlog
|
||||||
|
|
||||||
|
* 1.5.2
|
||||||
|
* Fix crash while error occurs on milkyway login/upload.
|
||||||
|
* 1.5.1
|
||||||
|
* Support game version 0.10.34.28392
|
||||||
* 1.5.0
|
* 1.5.0
|
||||||
* Support game version 0.10.34
|
* Support game version 0.10.34
|
||||||
* New features:
|
* New features:
|
||||||
@@ -365,6 +369,10 @@
|
|||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
* 1.5.2
|
||||||
|
* 修复在银河系登录/上传出错时崩溃的问题
|
||||||
|
* 1.5.1
|
||||||
|
* 支持游戏版本 0.10.34.28392
|
||||||
* 1.5.0
|
* 1.5.0
|
||||||
* 支持游戏版本 0.10.34
|
* 支持游戏版本 0.10.34
|
||||||
* 新功能:
|
* 新功能:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<TargetFramework>net472</TargetFramework>
|
<TargetFramework>net472</TargetFramework>
|
||||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||||
<Description>DSP MOD - UXAssist</Description>
|
<Description>DSP MOD - UXAssist</Description>
|
||||||
<Version>1.5.0</Version>
|
<Version>1.5.2</Version>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<PackageId>UXAssist</PackageId>
|
<PackageId>UXAssist</PackageId>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "UXAssist",
|
"name": "UXAssist",
|
||||||
"version_number": "1.5.0",
|
"version_number": "1.5.2",
|
||||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
||||||
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
|||||||
Reference in New Issue
Block a user