diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index 8adddaf..4dba533 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -1,15 +1,17 @@ --------------------------------------------------------------------------------------------------- Version: 1.3.0 -Date: 2023-9-24 +Date: 2023-10-10 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 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 + - Fixed a crash when setting a combinator to depot mode without a network - contributed by download13 and TheXIFC - 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: - Swedish language added - contributed by Sharparam - Chinese language update - contributed by luaotix diff --git a/cybersyn/info.lua b/cybersyn/info.lua index 67b1327..860f838 100644 --- a/cybersyn/info.lua +++ b/cybersyn/info.lua @@ -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 0 +return 1