updated revision number and changelog

This commit is contained in:
Monica Moniot
2023-09-24 18:30:51 -04:00
parent 1ffea7ca33
commit 9516a13566
3 changed files with 18 additions and 2 deletions

View File

@@ -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
Date: 2023-5-14
Bugfixes:

View File

@@ -1,6 +1,6 @@
{
"name": "cybersyn",
"version": "1.2.16",
"version": "1.3.0",
"title": "Project Cybersyn",
"author": "Mami",
"factorio_version": "1.1",

View File

@@ -3,4 +3,4 @@
--- 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 should be set to nil for any release version.
return nil
return 0