updated changelog

develop
gearsix 2023-01-28 22:05:36 +00:00
parent 6726b567a1
commit 21ebd778b1
1 changed files with 2 additions and 0 deletions

@ -37,6 +37,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## Fixes
- Fix issues with clicks "passing through" some DFHack window elements, like scrollbars
- `plugin/getplants`: tree are now designated correctly
## Misc Improvements
- A new cross-compile build script was added for building the Windows files from a Linux Docker builder (see the Compile instructions in the docs)
@ -46,6 +47,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `gui/quickcmd`: now has it's own global keybinding for your convenience: Ctrl-Shift-A
- Many DFHack windows can now be unfocused by clicking somewhere not over the tool window. This has the same effect as pinning previously did, but without the extra clicking.
- `overlay`: overlay widgets can now specify a default enabled state if they are not already set in the player's overlay config file
- `plugin/getplants`: ID values will now be accepted regardless of case
## Documentation