mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-17 14:12:57 -06:00
updated revision number and changelog
This commit is contained in:
@@ -1,4 +1,20 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.3.0
|
||||||
|
Date: 2023-9-24
|
||||||
|
Features:
|
||||||
|
- Added an alert when no provider is found for an item, indicating a bottleneck in your factory - contributed by FinalFrag
|
||||||
|
- 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
|
||||||
|
Bugfixes:
|
||||||
|
- 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 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
|
||||||
|
Translation:
|
||||||
|
- Swedish language added - contributed by Sharparam
|
||||||
|
- Chinese language update - contributed by luaotix
|
||||||
|
- Russian language update - contributed by Eldrinn-Elantey
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.2.16
|
Version: 1.2.16
|
||||||
Date: 2023-5-14
|
Date: 2023-5-14
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cybersyn",
|
"name": "cybersyn",
|
||||||
"version": "1.2.16",
|
"version": "1.3.0",
|
||||||
"title": "Project Cybersyn",
|
"title": "Project Cybersyn",
|
||||||
"author": "Mami",
|
"author": "Mami",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
|
|||||||
@@ -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 nil
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user