From 768d6b1e79a0372f24b20ff91f9a78ea9957e7f7 Mon Sep 17 00:00:00 2001 From: Tetlanesh Date: Mon, 4 Nov 2024 01:11:04 +0100 Subject: [PATCH] bumped version and added change log --- cybersyn/changelog.txt | 10 ++++++++++ cybersyn/info.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index 43de1e16..527cc4c0 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -1,4 +1,14 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.9 + Changes: + - Global surface matching - Cybersyn will now by default keep different surfaces separetly regardless of network signal (this will require compatibility patch once SE gets 2.0 support) + - Update blueprint book to use new 2.0 rails + - Compatibility with some electric train mods + Bugfixes: + - Fix detection of loader-1x1 along tracks + - Fix crash on non-item/fluid combinator inputs + - Removed trains need cleanup in available_trains +--------------------------------------------------------------------------------------------------- Version: 2.0.8 Bugfixes: - Fix missing station control combinator output diff --git a/cybersyn/info.json b/cybersyn/info.json index 4bba49c7..0cd45ec3 100644 --- a/cybersyn/info.json +++ b/cybersyn/info.json @@ -1,6 +1,6 @@ { "name": "cybersyn", - "version": "2.0.8", + "version": "2.0.9", "title": "Project Cybersyn", "author": "Mami", "factorio_version": "2.0",