Skip to content

Commit 9417481

Browse files
committed
Finish up for release
Add changelog Update description Update version and base dependency version
1 parent aad7f4a commit 9417481

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---------------------------------------------------------------------------------------------------
2+
Version: 0.18.1
3+
Date: 2020.03.17
4+
Info:
5+
- Initial release
6+
Features:
7+
- Add Area Paste tool, which pastes settings from the player's current
8+
copy source onto every entity with the same (internal) name
9+
(Including the source entity if it is in the area)
10+
Also raises events for every paste for compatability
11+
(ewww script.raise_event)
12+
- Add keybind to create an Area Paste tool
13+
- Add short cut to create an Area Paste tool
14+
- Add english locale

info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "AreaPaste",
3-
"version": "0.0.1",
3+
"version": "0.18.1",
44
"factorio_version": "0.18",
55
"title": "Area Paste",
66
"author": "JanSharp",
77
"contact": "",
88
"homepage": "",
9-
"description": "Paste settings on all entities in a selected area, including modules!",
9+
"description": "Paste settings on all entities in a selected area.\nOnly copy-pastes to entities with the exact same name as the source entity.\nCompatible with mods which change copy paste behavior.",
1010
"dependencies": [
11-
"base",
11+
"base >= 0.18.7",
1212
"RaiseEventProtection >= 0.18.7"
1313
]
1414
}

0 commit comments

Comments
 (0)