1
0

3 Commits

Author SHA1 Message Date
Wyrrrd e619083b57 Version bump for base game 1.1 2020-12-02 18:41:31 +01:00
Wyrrrd 1d4fbf6365 Bump to fix version mess 2020-11-23 11:50:36 +01:00
Wyrrrd 5d5b2f730b Bump to fix version mess 2020-11-23 11:49:48 +01:00
2 changed files with 14 additions and 4 deletions
+11 -1
View File
@@ -1,4 +1,14 @@
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 2020-12-02
Changes:
- Version bump for base game 1.1
---------------------------------------------------------------------------------------------------
Version: 0.18.5
Date: 2020-11-23
Bugfixes:
- Bumped version to fix version mess
---------------------------------------------------------------------------------------------------
Version: 0.18.3
Date: 2020-11-22
Changes:
@@ -85,4 +95,4 @@ Date: 2020-02-24
- Any item or fluid can be displayed, but unlike IR 0.17, the displays use the standard icon for the item instead of a high-res sprite.
- Copper, iron and steel displays are provided by default.
- Now uses ghost tags instead of hax to store plate settings in blueprints.
- GUI now remembers its previous location on the screen, and closes automatically if you walk out of range.
- GUI now remembers its previous location on the screen, and closes automatically if you walk out of range.
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "IndustrialDisplayPlates",
"version": "0.18.3",
"version": "1.1.0",
"title": "Industrial Display Plates",
"author": "Wyrrrd",
"homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",
"dependencies": [
"base >= 0.18.27",
"base >= 1.1.0",
"(?)IndustrialRevolution"
],
"description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.",
"factorio_version": "0.18"
"factorio_version": "1.1"
}