1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-06-30 10:02:27 +02:00

2 Commits

Author SHA1 Message Date
Wyrrrd 3b9424d6ca Added downgrade info 2020-02-22 16:42:04 +01:00
Wyrrrd 776ebf9eff Complementary file(s) format improvements 2020-02-22 12:08:14 +01:00
2 changed files with 19 additions and 6 deletions
+18 -5
View File
@@ -1,12 +1,25 @@
---------------------------------------------------------------------------------------------------
Version: 0.18.2
Date: 22. 2. 2020
Changes:
- Matched changelog file format to what Factorio expects
Info:
- Also downgraded to Factorio 0.17, see below
---------------------------------------------------------------------------------------------------
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
---------------------------------------------------------------------------------------------------
Version: 0.17.0
Date: 22. 2. 2020
Info:
- Retroactive downgrade
---------------------------------------------------------------------------------------------------
+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"],