Skip to content

Commit a4cd887

Browse files
committed
Support Factorio 0.18 (as version 0.5.0)
1 parent 9bdf905 commit a4cd887

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ discussion page, and messages posted there will likely be ignored.**
4646

4747
## Changelog
4848

49+
### 0.5.0 (2020-01-31)
50+
* **Update for Factorio 0.18**
51+
4952
### 0.4.6 (2020-01-31)
5053
* Fix possible assorted crashes with auto-landfill when adding Blueprint Extensions to an existing save, for real this time.
5154
* Fix accidental very spammy debug logging when auto-landfilling a blueprint.
@@ -85,7 +88,7 @@ discussion page, and messages posted there will likely be ignored.**
8588

8689

8790
### 0.3.0 (2019-02-26)
88-
* Update for Factorio 0.17
91+
* **Update for Factorio 0.17**
8992
* Overhaul buttons for blueprint flipping to a more sane implementation.
9093

9194
### 0.2.5 (2018-10-18)

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---------------------------------------------------------------------------------------------------
2+
Version: 0.5.0
3+
Date: 31. 01. 2020
4+
Changes:
5+
- Update for Factorio 0.18
6+
17
---------------------------------------------------------------------------------------------------
28
Version: 0.4.6
39
Date: 01. 31. 2020

info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "BlueprintExtensions",
3-
"version": "0.4.6",
3+
"version": "0.5.0",
44
"title": "Blueprint Extensions",
55
"author": "Dewin",
66
"contact": "https://github.com/dewiniaid/BlueprintExtensions",
77
"homepage": "https://github.com/dewiniaid/BlueprintExtensions",
8-
"factorio_version": "0.17",
9-
"dependencies": ["base >= 0.17", "? GDIW"],
8+
"factorio_version": "0.18",
9+
"dependencies": ["base >= 0.18", "? GDIW"],
1010
"description": "Adds tools for updating and placing blueprints."
1111
}

0 commit comments

Comments
 (0)