You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
+
v1.1.4: Werebeast
2
+
2 October 2017
3
+
4
+
Fixed issue with pineapple.diff script.
5
+
Added a neat helpful tutorial for using pineapple.diff at docs/pineapple.diff.md.
6
+
Added script ketsuban.milkbooze.
7
+
8
+
1
9
v1.1.3: Flux Stone
10
+
27 May 2017
2
11
3
12
Fixed issue where arguments passed to scripts would be ignored.
4
13
Added script pineapple.playcivs.controllable which manages SITE_CONTROLLABLE tokens on entities.
@@ -7,6 +16,7 @@ Added json format option for scripts documentation output.
7
16
8
17
9
18
v1.1.2: Full Moon
19
+
21 May 2017
10
20
11
21
Fixed issue with pineapple.cavegrass script where an essential raws file was placed in the wrong location.
12
22
Added "addbefore" and "addafter" methods to tokens, more grokkable alternatives to writing "add(reverse=True/False)".
@@ -16,12 +26,14 @@ Added scripts underneath azerty.agriculture, a PyDwarf version of Extended Agric
16
26
17
27
18
28
v1.1.1: Goblins
29
+
5 May 2017
19
30
20
31
Fixed issue that made PyDwarf scripts with compatibility fields unusable with more recent versions of Dwarf Fortress.
21
32
Fixed yaml dependency issue that could make using PyDwarf in the Python CLI awkward for modders.
22
33
23
34
24
35
v1.1.0: Chalcedony
36
+
22 September 2015
25
37
26
38
Fixed issue where raws files without headers weren't recognized as such, especially relevant to files like data/init/init.txt.
27
39
Fixed some raws classes having shitty __repr__ overrides.
@@ -49,6 +61,7 @@ Improved class inheritance in raws and pydwarf packages, any classes that previo
49
61
50
62
51
63
v1.0.2: Magma Forge
64
+
8 July 2015
52
65
53
66
Fixed the vagueness of most exceptions in the raws and pydwarf packages, most of them should now be reasonably forthcoming about what went wrong and why.
54
67
Fixed bug in raws.token.add which was arising from a dumb typo and really should have been caught long before.
@@ -78,6 +91,7 @@ Tweaked almost every script in some way, really, mostly in the interest of utili
78
91
79
92
80
93
v1.0.1: Strange Mood
94
+
22 June 2015
81
95
82
96
Fixed pineapple.boneflux reaction by being less bad at string formatting
83
97
Fixed pineapple.utils.addreaction not adding an OBJECT:REACTION token to created files
@@ -104,5 +118,6 @@ Tweaked names, craftable items, and material values in pineapple.greensteel
0 commit comments