|
|
|
@ -47,6 +47,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
|
|
|
|
|
- Gui focus strings will no longer get the "dfhack/" prefix if the string "dfhack/" already exists in the focus string
|
|
|
|
|
|
|
|
|
|
## Lua
|
|
|
|
|
- ``dfhack.job.attachJobItem()``: allows you to attach specific items to a job
|
|
|
|
|
- ``dfhack.screen.paintTile()``: you can now explicitly clear the interface cursor from a map tile by passing ``0`` as the tile value
|
|
|
|
|
- ``widgets.Label``: token ``tile`` properties can now be functions that return a value
|
|
|
|
|
-@ ``gui.INTERIOR_FRAME``: a panel frame style for use in highlighting off interior areas of a UI
|
|
|
|
|