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"],