From 9bfeb723a68332fcf57a0d0feaa02818f3d80970 Mon Sep 17 00:00:00 2001 From: Tetlanesh Date: Tue, 12 Nov 2024 19:16:18 +0100 Subject: [PATCH] added changelog and bumbep version --- cybersyn/changelog.txt | 8 ++++++++ cybersyn/info.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index 527cc4c0..bf12beed 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -1,4 +1,12 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.10 + Changes: + - Cybersyn will now detect if a train is redirected to different station due to vanilla priority and will show a warning message + - Added two new console commands for detecting and fixing vanilla priority issues: /cybersyn-find-priorities and /cybersyn-fix-priorities + - Added inactivity condition for all requesters inactivity setting is active on combinator as a fix for rare issue when items could still be in inserters while train is pulling away from a requester station, causing a mistaken double delivery. + Translation: + - Korean language update +--------------------------------------------------------------------------------------------------- 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) diff --git a/cybersyn/info.json b/cybersyn/info.json index 0cd45ec3..882d1810 100644 --- a/cybersyn/info.json +++ b/cybersyn/info.json @@ -1,6 +1,6 @@ { "name": "cybersyn", - "version": "2.0.9", + "version": "2.0.10", "title": "Project Cybersyn", "author": "Mami", "factorio_version": "2.0",