From 9516a1356605f0e0a5b5c1d7c539bcdd933505cd Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Sun, 24 Sep 2023 18:30:51 -0400 Subject: [PATCH] updated revision number and changelog --- cybersyn/changelog.txt | 16 ++++++++++++++++ cybersyn/info.json | 2 +- cybersyn/info.lua | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index 670de34..8adddaf 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -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: diff --git a/cybersyn/info.json b/cybersyn/info.json index 739a874..4af65bd 100644 --- a/cybersyn/info.json +++ b/cybersyn/info.json @@ -1,6 +1,6 @@ { "name": "cybersyn", - "version": "1.2.16", + "version": "1.3.0", "title": "Project Cybersyn", "author": "Mami", "factorio_version": "1.1", diff --git a/cybersyn/info.lua b/cybersyn/info.lua index 639a3a2..67b1327 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 nil +return 0