mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-14 22:12:38 -06:00
updated changelog
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Date: 2023-9-24
|
Date: 2023-10-10
|
||||||
Features:
|
Features:
|
||||||
- Added an alert when no provider is found for an item, indicating a bottleneck in your factory - contributed by FinalFrag
|
- Added improved combinator display sprites - contributed by jagoly
|
||||||
- The manager gui now displays control signals - contributed by Shadowvoices
|
- The manager gui now displays control signals - contributed by Shadowvoices
|
||||||
- The manager gui now excludes requests that do not exceed the request threshold - contributed by Shadowvoices
|
- The manager gui now excludes requests that do not exceed the request threshold - contributed by Shadowvoices
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fixed a crash when clicking on a combinator when the GUI is open - contributed by PeteyPii
|
- Fixed a crash when clicking on a combinator when the GUI is open - contributed by PeteyPii
|
||||||
- Fixed a crash when setting a combinator to depot mode without a network - contributed by download13
|
- Fixed a crash when setting a combinator to depot mode without a network - contributed by download13 and TheXIFC
|
||||||
- Fixed a crash when opening the manager when adding cybersyn to an existing save - contributed by Mjonir
|
|
||||||
- Stations with provider item thresholds can no longer generate empty train orders - contributed by svr8450
|
- Stations with provider item thresholds can no longer generate empty train orders - contributed by svr8450
|
||||||
|
- Added missing loader entity type to the automatic allow-list - contributed by gillett-hernandez
|
||||||
|
- Fixed a crash when opening the manager when adding cybersyn to an existing save - contributed by Mjonir
|
||||||
|
- Fixed a crash when enabling the manager on an existing save - contributed by freyacodes
|
||||||
Translation:
|
Translation:
|
||||||
- Swedish language added - contributed by Sharparam
|
- Swedish language added - contributed by Sharparam
|
||||||
- Chinese language update - contributed by luaotix
|
- Chinese language update - contributed by luaotix
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
--- It is used in migrations.lua to determine if any migrations need to be run for beta testers.
|
--- It is used in migrations.lua to determine if any migrations need to be run for beta testers.
|
||||||
--- It is expected these are only meaningful between releases during beta testing.
|
--- It is expected these are only meaningful between releases during beta testing.
|
||||||
--- It should be set to nil for any release version.
|
--- It should be set to nil for any release version.
|
||||||
return 0
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user