From b1758583363f266772dae0aa2191ea1a27a42da0 Mon Sep 17 00:00:00 2001 From: Someone Date: Sat, 6 Jan 2024 08:37:52 +0100 Subject: [PATCH] RELEASE 1.1.4 - Added "sonaxaton-research-queue" and "factorio-research-queue" mods to incompat list due to https://mods.factorio.com/mod/some-autoresearch/discussion/659724b3423aabe1d569516f --- changelog.txt | 7 +++++++ info.json | 11 ++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3180523..6606a68 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.1.4 +Date: 2024-01-06 + + Changed: + - Added "sonaxaton-research-queue" and "factorio-research-queue" mods to incompat list due to https://mods.factorio.com/mod/some-autoresearch/discussion/659724b3423aabe1d569516f - if you are author of these mods and fix the issue, feel free to contact me and get removed from the incompat list. + --------------------------------------------------------------------------------------------------- Version: 1.1.3 Date: 2024-01-02 diff --git a/info.json b/info.json index dcc0071..e9d5b1c 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,15 @@ { "name": "some-autoresearch", - "version": "1.1.3", + "version": "1.1.4", "title": "Auto Research (fixed + re-published)", "author": "Someone (originally canidae)", "homepage": "https://git.somenet.org/factorio/some-autoresearch.git", "description": "Automates research. Toggle GUI with Shift+T (customizable).", - "dependencies": ["base>=1.1.0"], - "factorio_version": "1.1" + "factorio_version": "1.1", + "dependencies": [ + "base>=1.1.0", + + "! factorio-research-queue", + "! sonaxaton-research-queue" + ] } -- 2.43.0