mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-06-21 08:41:10 +08:00
UXAssist 1.5.8 and CheatEnabler 2.4.4
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
|
||||
## Changlog
|
||||
|
||||
* 1.5.8
|
||||
* `Initialize This Planet`: Fix a possible crash.
|
||||
* `Remember window position and size on last exit`: Remove a window hook that are not useful anymore.
|
||||
* `Real-time logistic stations info panel`: Fix display issue (finally!) when count of logistic towers > 128.
|
||||
* 1.5.7
|
||||
* Fix compatibility with game update 0.10.34.28505.
|
||||
* 1.5.6
|
||||
@@ -397,6 +401,10 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
* 1.5.8
|
||||
* `初始化本行星`:修复可能的崩溃。
|
||||
* `记住上次退出时的窗口位置和大小`:移除不再有用的窗口钩子。
|
||||
* `物流站实时信息面板`:修复物流塔数量 > 128 时的显示问题。
|
||||
* 1.5.7
|
||||
* 修复了与游戏更新0.10.34.28505的兼容性。
|
||||
* 1.5.6
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||
<Description>DSP MOD - UXAssist</Description>
|
||||
<Version>1.5.7</Version>
|
||||
<Version>1.5.8</Version>
|
||||
<PackageId>UXAssist</PackageId>
|
||||
<RootNamespace>UXAssist</RootNamespace>
|
||||
<PackHasChangelog>true</PackHasChangelog>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "UXAssist",
|
||||
"version_number": "1.5.7",
|
||||
"version_number": "1.5.8",
|
||||
"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