Skip to content

Commit

Permalink
add missing elements to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Mar 6, 2024
1 parent 411d20b commit 5faddcd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.txt
Expand Up @@ -69,11 +69,24 @@ Template for new versions:

# 50.12-r1

## Misc Improvements
- `sort`: squad assignment overlay rewritten for compatiblity with new vanilla data structures and screen layouts

## Fixes
- `gui/design`: no longer comes up when Ctrl-D is pressed but other DFHack windows have focus

## API

- ``Gui::getWidget``: retrieve a vanilla DF widget by name or index

## Lua

- ``dfhack.gui.getWidget``: retrieve a vanilla DF widget by hierarchy path, with each step specified by a widget name or index
- ``dfhack.gui.getWidgetChildren``: retrieve a list of child widgets for a given widget container

## Removed
- `burrow`: removed overlay 3D box select since it is now provided by the vanilla UI
- `sort`: removed Search widgets for screens that now have vanilla search

# 50.11-r7

Expand Down

0 comments on commit 5faddcd

Please sign in to comment.