From e442e5fdc0e537776a37e8e653b13248b271c36b Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 22 Jul 2020 22:12:52 -0400 Subject: [PATCH] Update changelog (#160, #161) Ref dfhack/dfhack#1604, dfhack/dfhack#1611 --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 0827b66f52..8600983d58 100644 --- a/changelog.txt +++ b/changelog.txt @@ -17,6 +17,7 @@ that repo. - `digfort`: fixed y-line tracking when .csv files contain lines with only commas - `exportlegends`: fixed an issue where two different ```` tags could be included in a ```` - `exportlegends`: stopped including some tags with ``-1`` values which don't provide useful information +- `gui/advfort`: fixed "operate pump" job - `gui/load-screen`: fixed an issue causing longer timezones to be cut off - `modtools/moddable-gods`: fixed an error when creating the historical figure - `modtools/moddable-gods`: removed unused ``-domain`` and ``-description`` arguments @@ -27,6 +28,7 @@ that repo. - `digfort`: documented that removing ramps, cutting trees, and gathering plants are indeed supported - `exportlegends`: changed some flags to be represented by self-closing tags instead of true/false strings (e.g. ````) - note that this may require changes to other XML-parsing utilities - `exportlegends`: changed some enum values from numbers to their string representations +- `gui/advfort`: added support for specifying the entity used to determine available resources - `gui/gm-editor`: added support for automatically following ref-targets when pressing the ``i`` key - `modtools/moddable-gods`: added support for ``neuter`` gender - `remove-stress`: added a ``-value`` argument to enable setting stress level directly