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: docs/changelog.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,16 +55,23 @@ Template for new versions:
55
55
56
56
## New Features
57
57
58
+
- `nestboxes`: allow limiting egg protection to nestboxes inside a designated burrow
59
+
58
60
## Fixes
61
+
- ``Units::getReadableName`` will no longer append a comma to the names of histfigs with no profession
59
62
60
63
## Misc Improvements
61
64
62
65
## Documentation
63
66
64
67
## API
68
+
- ``Job``: new functions ``createLinked`` and ``assignToWorkshop``
69
+
- ``Units``: new functions ``getFocusPenalty``, ``unbailableSocialActivity``, ``isJobAvailable``
65
70
66
71
## Lua
67
72
73
+
- New functions: ``dfhack.jobs.createLinked``, ``dfhack.jobs.assignToWorkshop``, ``dfhack.units.getFocusPenalty``, ``dfhack.units.unbailableSocialActivity``, and ``dfhack.units.isJobAvailable``
74
+
68
75
## Removed
69
76
70
77
# 52.03-r1.1
@@ -100,6 +107,7 @@ Template for new versions:
100
107
## Documentation
101
108
102
109
## API
110
+
- Adjusted the logic inside ``Military::removeFromSquad`` to more closely match the game's own behavior
103
111
104
112
## Lua
105
113
@@ -165,6 +173,7 @@ Template for new versions:
165
173
## API
166
174
167
175
## Lua
176
+
- ``widgets.Slider``: new mouse-controlled single-headed slider widget
0 commit comments