mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 05:33:37 +08:00
UXAssist v1.3.4
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
## Changlog
|
||||
|
||||
* 1.3.4
|
||||
+ `Auto-config logistic stations`: Fix a bug that some settings are not applied to advance mining machines and dispensers
|
||||
* 1.3.3
|
||||
+ Starmap filter: Hide top overlaping windows while the filter UI is shown.
|
||||
+ `Auto-config logistic stations`: Can set Max. Charging Power for Battlefield Analysis Base now.
|
||||
@@ -16,6 +18,7 @@
|
||||
- Logistic storage capacities are not scaled on upgrading `Logistics Carrier Capacity`, if they are already greater than upgraded maximum capacity.
|
||||
- Logistic storage capacities will be reduced to tech capacity limits on pasting blueprints.
|
||||
+ `Real-time logistic stations info panel`: Support for mods that change slot count of logistic stations.
|
||||
+ `Auto-config logistic stations`: Fix a bug that some settings are not applied to advance mining machines and dispensers
|
||||
* 1.3.2
|
||||
+ New feature: `Disable battle-related techs in Peace mode`
|
||||
+ New button: `Unlock all techs with metadata`
|
||||
@@ -309,6 +312,8 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
* 1.3.4
|
||||
+ `自动配置物流站`:修复了高级采矿机和物流配送器的一些设置未被正确应用的问题
|
||||
* 1.3.3
|
||||
+ 星图过滤器:当过滤器UI显示时隐藏顶部重叠窗口
|
||||
+ `自动配置物流站`:现在可以为战场分析基站设置最大充能功率
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||
<Description>DSP MOD - UXAssist</Description>
|
||||
<Version>1.3.3</Version>
|
||||
<Version>1.3.4</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>UXAssist</PackageId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "UXAssist",
|
||||
"version_number": "1.3.3",
|
||||
"version_number": "1.3.4",
|
||||
"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