mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 11:53:25 +08:00
UXAssist v1.5.6 and CheatEnabler v2.4.3, with package target fix
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
|
||||
## Changlog
|
||||
|
||||
* 1.5.6
|
||||
* `Initialize This Planet`: Fix known crashes and infinite loop.
|
||||
* `Show recent milkyway upload results`: Fix an issue that it only shows earliest results but latest ones.
|
||||
* Fix some other minor bugs found by LLM AI.
|
||||
* 1.5.5
|
||||
* `Initialize This Planet`:
|
||||
* Fix crash issue.
|
||||
@@ -391,6 +395,10 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
* 1.5.6
|
||||
* `初始化本行星`:修复已知的崩溃和无限循环问题。
|
||||
* `显示最近银河系上传结果`:修复仅显示最早上传结果而非最新结果的问题。
|
||||
* 修复一些由 LLM AI 发现的其他小问题。
|
||||
* 1.5.5
|
||||
* `初始化本行星`:
|
||||
* 修复崩溃问题。
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||
<Description>DSP MOD - UXAssist</Description>
|
||||
<Version>1.5.5</Version>
|
||||
<Version>1.5.6</Version>
|
||||
<PackageId>UXAssist</PackageId>
|
||||
<RootNamespace>UXAssist</RootNamespace>
|
||||
<PackHasChangelog>true</PackHasChangelog>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "UXAssist",
|
||||
"version_number": "1.5.5",
|
||||
"version_number": "1.5.6",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
||||
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
||||
"dependencies": [
|
||||
|
||||
Reference in New Issue
Block a user