From 6f864f97b3edaf820bbbe17d68f9ec1fe1f917a7 Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 14 Mar 2018 10:11:45 -0400 Subject: [PATCH] Update news, xml --- NEWS.rst | 28 ++++++++++++++++++++++++++++ docs/NEWS-dev.rst | 29 +++++++++++++++++++++++++++++ library/xml | 2 +- 3 files changed, 58 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 17998f5e2..295013420 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,7 @@ Misc Improvements Removed Internals + Structures Lua Ruby @@ -36,6 +37,33 @@ Changelog .. contents:: :depth: 2 +DFHack future +============= + +Fixes +----- +- Support for building on Ubuntu 18.04 +- Fixed some CMake warnings +- `embark-assistant`: fixed detection of reanimating biomes + +Misc Improvements +----------------- +- `embark-assistant`: + + - Added search for adamantine + - Now supports saving/loading profiles + +- `remotefortressreader`: added flows, instruments, tool names, campfires, ocean waves, spiderwebs + +Structures +---------- +- ``viewscreen_createquotast``: fixed layout +- ``world.language``: moved ``colors``, ``shapes``, ``patterns`` to ``world.descriptors`` +- ``world.reactions``, ``world.reaction_categories``: moved to new compound, ``world.reactions``. Requires renaming: + + - ``world.reactions`` to ``world.reactions.reactions`` + - ``world.reaction_categories`` to ``world.reactions.reaction_categories`` + DFHack 0.44.05-r2 ================= diff --git a/docs/NEWS-dev.rst b/docs/NEWS-dev.rst index 834282608..42f3147e9 100644 --- a/docs/NEWS-dev.rst +++ b/docs/NEWS-dev.rst @@ -37,6 +37,35 @@ Development Changelog .. contents:: :depth: 2 +DFHack 0.44.07-alpha1 +===================== + +Fixes +----- +- `embark-assistant`: fixed detection of reanimating biomes + +Structures +---------- +- Several new names in instrument raw structures +- ``identity``: identified ``profession``, ``civ`` +- ``manager_order_template``: fixed last field type +- ``viewscreen_createquotast``: fixed layout +- ``world.language``: moved ``colors``, ``shapes``, ``patterns`` to ``world.descriptors`` +- ``world.reactions``, ``world.reaction_categories``: moved to new compound, ``world.reactions``. Requires renaming: + + - ``world.reactions`` to ``world.reactions.reactions`` + - ``world.reaction_categories`` to ``world.reactions.reaction_categories`` + +Other Changes +------------- +- `embark-assistant`: + + - Added search for adamantine + - Now supports saving/loading profiles + +- `remotefortressreader`: added flows, instruments, tool names, campfires, ocean waves, spiderwebs + + DFHack 0.44.05-alpha1 ===================== diff --git a/library/xml b/library/xml index dd558ca1e..abb25a269 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit dd558ca1ea4645f14a7e5b83329d4f59d8414496 +Subproject commit abb25a2692198d90c93a61ad70d34b12d9fcef00