From 99e437e7826368d544e783862ca5ba68612d24bc Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 12 Oct 2023 11:01:05 -0700 Subject: [PATCH] changelog edits --- docs/changelog.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 56523fac2..2163305cf 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -52,18 +52,19 @@ Template for new versions: # Future ## New Tools -- `spectate`: automatically follow productive dwarves (returned to availability) -- `preserve-tombs`: tracks tomb assignments to living units and ensures that the tomb stays assigned to them when they die. +- `spectate`: (reinstated) automatically follow dwarves, cycling among interesting ones +- `preserve-tombs`: keep tombs assigned to units when they die ## New Features -- `logistics`: ``automelt`` now optionally supports melting masterworks; feature accessible from `stockpiles` overlay -- `sort`: new search widgets for Info panel tabs, including all "Creatures" subtabs, all "Objects" subtabs, "Tasks", the "Work details" subtab under "Labor", and the "Interrogate" and "Convict" screens under "Justice" +- `logistics`: ``automelt`` now optionally supports melting masterworks; click on gear icon on `stockpiles` overlay frame +- `sort`: new search widgets for Info panel tabs, including all "Creatures" subtabs, all "Objects" subtabs, "Tasks", and the "Work details" subtab under "Labor" +- `sort`: new search and filter widgets for the "Interrogate" and "Convict" screens under "Justice" - `sort`: new search widgets for location selection screen (when you're choosing what kind of guildhall or temple to dedicate) - `sort`: new search widgets for burrow assignment screen and other unit assignment dialogs - `sort`: new search widgets for artifacts on the world/raid screen ## Fixes -- `zone`: don't show animal assignment link for dungeon cages/restraints +- `zone`: don't show animal assignment link for cages and restraints linked to dungeon zones (which aren't normally assignable) ## Misc Improvements - `overlay`: allow ``overlay_onupdate_max_freq_seconds`` to be dynamically set to 0 for a burst of high-frequency updates @@ -77,7 +78,7 @@ Template for new versions: ## Lua - added ``GRAY`` color aliases for ``GREY`` colors -- ``utils.search_text``: text search routine (generalized from ``widgets.FilteredList``) +- ``utils.search_text``: text search routine (generalized from internal ``widgets.FilteredList`` logic) ## Removed - ``FILTER_FULL_TEXT``: moved from ``gui.widgets`` to ``utils``; if your full text search preference is lost, please reset it in `gui/control-panel`