From 3e6a11d36c94565ae5cdebfbb8b968137ce7f819 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 26 Jun 2026 21:51:03 +0200 Subject: [PATCH] RELEASE 2.1.0 - Initial compatibility with Factorio 2.1 --- changelog.txt | 7 +++++++ info.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4760d2d..84ca8f2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 2.1.0 +Date: 2026-06-26 + + Changed: + - Initial compatibility with Factorio 2.1 + --------------------------------------------------------------------------------------------------- Version: 2.0.5 Date: 2026-01-16 diff --git a/info.json b/info.json index 319084e..e891ee9 100644 --- a/info.json +++ b/info.json @@ -1,12 +1,12 @@ { "name": "some-luaconsole", - "version": "2.0.5", + "version": "2.1.0", "title": "Someone's LUA-Console", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/some-luaconsole.git", "description": "Run lua commands without losing achievements. Now remembers input-script. 'game.player' works. By default opens with CONTROL + RIGHTBRACKET. Execute last input-script with CONTROL + ENTER (keybindings configurable).", - "factorio_version": "2.0", + "factorio_version": "2.1", "dependencies": [ - "base>=2.0.0" + "base>=2.1.0" ] } -- 2.47.3