From 39c3226affd3959b15b296b59bd89a54c32cb5b8 Mon Sep 17 00:00:00 2001 From: Myk Date: Mon, 2 May 2022 21:12:39 -0700 Subject: [PATCH] clean up changelog.txt --- changelog.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6b83b45040..612388b31a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -16,24 +16,22 @@ that repo. ## New Scripts - `devel/eventful-client`: useful for testing eventful events -## Removed - ## Fixes -- `devel/query`: fixed a problem printing parents when the starting path has lua pattern special characters in it +- `devel/query`: fixed a problem printing parents when the starting path had lua pattern special characters in it - `devel/query`: fixed a crash when trying to iterate over linked lists - `gui/advfort`: encrust and stud jobs no longer consume reagents without actually improving the target item +- `quickfort`: contructions and bridges are now properly placed over natural ramps - `setfps`: keep internal ratio of processing FPS to graphics FPS in sync when updating FPS -- `quickfort`: contructions and bridges are now properly placed when over natural ramps ## Misc Improvements +- `autonick`: now displays help instead of modifying dwarf nicknames when run without parameters. use ``autonick all`` to rename all dwarves. +- `autonick`: added ``--quiet`` and ``--help`` options +- `gui/blueprint`: support new `blueprint` options and phases - `quickfort`: support transformations for blueprints that use expansion syntax - `quickfort`: adjust direction affinity when transforming buildings (e.g. bridges that open to the north now open to the south when rotated 180 degrees) - `quickfort`: automatically adjust cursor movements on the map screen in ``#query`` and ``#config`` modes when the blueprint is transformed. e.g. ``{Up}`` will be played back as ``{Right}`` when the blueprint is rotated clockwise and the direction key would move the map cursor - `quickfort`: new blueprint mode: ``#config``; for playing back key sequences that don't involve the map cursor (like configuring hotkeys, changing standing orders, or modifying military uniforms) - `quickfort`: API function ``apply_blueprint`` can now take ``data`` parameters that are simple strings instead of coordinate maps. This allows easier application of blueprints that are just one cell. -- `autonick`: now requires ``all`` command -- `autonick`: added ``--quiet`` and ``--help`` options; also displays help on incorrect use -- `gui/blueprint`: support new `blueprint` options and phases # 0.47.05-r4