1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-06-02 14:22:28 +02:00

Complementary file(s) format improvements

This commit is contained in:
Wyrrrd
2020-02-22 12:08:14 +01:00
parent ab4339a87d
commit 776ebf9eff
2 changed files with 11 additions and 6 deletions
+10 -5
View File
@@ -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
---------------------------------------------------------------------------------------------------
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Autofilter",
"version": "0.18.1",
"version": "0.18.2",
"title": "Autofilter",
"author": "Wyrrrd",
"dependencies": ["base >= 0.18.0"],