Skip to content

Commit 5faddcd

Browse files
committed
add missing elements to changelog
1 parent 411d20b commit 5faddcd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,24 @@ Template for new versions:
6969

7070
# 50.12-r1
7171

72+
## Misc Improvements
73+
- `sort`: squad assignment overlay rewritten for compatiblity with new vanilla data structures and screen layouts
74+
7275
## Fixes
7376
- `gui/design`: no longer comes up when Ctrl-D is pressed but other DFHack windows have focus
7477

78+
## API
79+
80+
- ``Gui::getWidget``: retrieve a vanilla DF widget by name or index
81+
82+
## Lua
83+
84+
- ``dfhack.gui.getWidget``: retrieve a vanilla DF widget by hierarchy path, with each step specified by a widget name or index
85+
- ``dfhack.gui.getWidgetChildren``: retrieve a list of child widgets for a given widget container
86+
7587
## Removed
7688
- `burrow`: removed overlay 3D box select since it is now provided by the vanilla UI
89+
- `sort`: removed Search widgets for screens that now have vanilla search
7790

7891
# 50.11-r7
7992

0 commit comments

Comments
 (0)