From 776ebf9efff61f8e5b111f88f58691d2a06a7064 Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Sat, 22 Feb 2020 12:08:14 +0100 Subject: [PATCH] Complementary file(s) format improvements --- changelog.txt | 15 ++++++++++----- info.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0f127c1..2650d79 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,12 +1,17 @@ --------------------------------------------------------------------------------------------------- +Version: 0.18.2 +Date: 22. 2. 2020 + Changes: + - Matched changelog file format to what Factorio expects +--------------------------------------------------------------------------------------------------- Version: 0.18.1 Date: 22. 2. 2020 - Bug: - - Added missing entity check - (caused game crash on inserter placement without adjacent entity) + Bugfixes: + - Added missing entity check (caused game crash on inserter placement without adjacent entity) --------------------------------------------------------------------------------------------------- Version: 0.18.0 Date: 22. 2. 2020 - Changes: - - Initial release + Features: + - Added automatic setting of filter on inserter placement + - Added player mod setting to control mod behaviour --------------------------------------------------------------------------------------------------- \ No newline at end of file diff --git a/info.json b/info.json index 5eb9b4d..06c1466 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "Autofilter", - "version": "0.18.1", + "version": "0.18.2", "title": "Autofilter", "author": "Wyrrrd", "dependencies": ["base >= 0.18.0"],