From a299cb694c3fdf37c10421ad0ad733427addd075 Mon Sep 17 00:00:00 2001 From: mamoniot Date: Sun, 30 Apr 2023 14:32:52 -0400 Subject: [PATCH 1/2] updated changelog --- cybersyn/changelog.txt | 1 + cybersyn/info.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index 413398d..5f5c811 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -11,6 +11,7 @@ Date: 2023-3-28 - Fixed a rare crash relating to an uninitialized network mask on a new station - Fixed a SE space elevator bug that caused incorrect orders when the provider and requester station had the same name - Added an incompatibility error with picker dollies, proper compatibility to come in a later update + - Fixed entities not having the correct names in nullius contributed by Sharparam Translation: - lengua espaƱola (Spanish language) contributed by Majestuozzo --------------------------------------------------------------------------------------------------- diff --git a/cybersyn/info.lua b/cybersyn/info.lua index 860f838..639a3a2 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 1 +return nil From e09cd1412a3a955b28b40642c3d49c451df04b8d Mon Sep 17 00:00:00 2001 From: mamoniot Date: Sun, 30 Apr 2023 14:35:26 -0400 Subject: [PATCH 2/2] updated changelog --- cybersyn/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index 5f5c811..4f1170c 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -1,6 +1,6 @@ --------------------------------------------------------------------------------------------------- Version: 1.2.14 -Date: 2023-3-28 +Date: 2023-4-30 Features: - Added opt-in WIP trains, inventory, and station manager gui (highly experimental, use at your own risk) Changes: