diff --git a/dfhack.init-example b/dfhack.init-example index 490b1befd..17a36fb0c 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -58,6 +58,9 @@ keybinding add Alt-Q@jobmanagement/Main gui/manager-quantity # view combat reports for the selected unit/corpse/spatter keybinding add Ctrl-Shift-R view-unit-reports +# view extra unit information +keybinding add Alt-I@dwarfmode/ViewUnits|unitlist gui/unit-info-viewer + ############################## # Generic adv mode bindings # ############################## @@ -65,6 +68,8 @@ keybinding add Ctrl-Shift-R view-unit-reports keybinding add Ctrl-B@dungeonmode adv-bodyswap keybinding add Ctrl-Shift-B@dungeonmode "adv-bodyswap force" keybinding add Shift-O@dungeonmode gui/companion-order +keybinding add Ctrl-T@dungeonmode gui/advfort +keybinding add Ctrl-A@dungeonmode/ConversationSpeak adv-rumors ############################## # Generic legends bindings # diff --git a/docs/changelog.txt b/docs/changelog.txt index bdb1eaab9..3e6923c92 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -44,7 +44,10 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `tweak` max-wheelbarrow: fixed conflict with building renaming ## Misc Improvements +- `adv-rumors`: bound to Ctrl-A +- `gui/advfort`: bound to Ctrl-T - `gui/room-list`: added support for ``Gui::getSelectedBuilding()`` +- `gui/unit-info-viewer`: bound to Alt-I - `search`: added support for stone restrictions screen (under ``z``: Status) ## API diff --git a/scripts b/scripts index ed1b046dd..5e8f85957 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit ed1b046dda50571c66d03916b62b547db13bb0e0 +Subproject commit 5e8f85957bb6863632a5984181b64ed07e055d9c