File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,24 @@ Template for new versions:
69
69
70
70
# 50.12-r1
71
71
72
+ ## Misc Improvements
73
+ - `sort`: squad assignment overlay rewritten for compatiblity with new vanilla data structures and screen layouts
74
+
72
75
## Fixes
73
76
- `gui/design`: no longer comes up when Ctrl-D is pressed but other DFHack windows have focus
74
77
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
+
75
87
## Removed
76
88
- `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
77
90
78
91
# 50.11-r7
79
92
You can’t perform that action at this time.
0 commit comments