diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index 7f267bf..71466b8 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -76,3 +76,10 @@ Version: 1.0.3 Date: 2022-11-30 Features: - Fixed a bug where duplicate orders could not be prevented on stations that share the same pool of items +--------------------------------------------------------------------------------------------------- +Version: 1.0.4 +Date: 2022-11-30 + Features: + - Allowed several settings to have floating point values + - Allow updates per second to be set to 0 + - Fixed a bug where parallel wagon control combinators were not working diff --git a/cybersyn/info.json b/cybersyn/info.json index 1a86e66..6582a82 100644 --- a/cybersyn/info.json +++ b/cybersyn/info.json @@ -1,6 +1,6 @@ { "name": "cybersyn", - "version": "1.0.3", + "version": "1.0.4", "title": "Project Cybersyn", "author": "Mami", "factorio_version": "1.1",