From 597ed1510ea56ff48cd2c0c4ce7d0954efa202af Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 25 Nov 2015 20:56:30 -0500 Subject: [PATCH] Update documentation Ref #741, #744, #747, #748, #749, #756 --- NEWS.rst | 14 +++++++++++++- docs/Plugins.rst | 7 +++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 8bec5b809..5af49210f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -34,7 +34,19 @@ DFHack future Fixes ----- -- confirm haul-delete: Fixed issue preventing deletion of stop conditions or using "x" in route names +- Fixed a rare crash that could result from running `keybinding` in onLoadWorld.init +- Script help that doesn't start with a space is now recognized correctly +- `confirm`: Fixed issues with haul-delete, route-delete, and squad-disband confirmations intercepting keys too agressively +- `fix-unit-occupancy`: Significantly optimized - up to 2,000 times faster in large fortresses +- `gui/create-item`: Allow exiting quantity prompt +- `modtools/create-unit`: Fixed a possible issue in reclaim fortress mode +- `search`: Fixed a crash on the military screen +- `tweak` max-wheelbarrow: Fixed a minor display issue with large numbers +- `workflow`: Fixed a crash related to job postings (and added a fix for existing, broken jobs) + +Misc Improvements +----------------- +- Unrecognized command feedback now includes more information about plugins DFHack 0.40.24-r4 ================= diff --git a/docs/Plugins.rst b/docs/Plugins.rst index 0cd16a075..4433aa1f3 100644 --- a/docs/Plugins.rst +++ b/docs/Plugins.rst @@ -1026,6 +1026,13 @@ Maintain 10-100 locally-made crafts of exceptional quality:: workflow count CRAFTS///LOCAL,EXCEPTIONAL 100 90 +.. _fix-job-postings: + +fix-job-postings +---------------- +This command fixes crashes caused by previous versions of workflow, mostly in +DFHack 0.40.24-r4, and should be run automatically when loading a world (but can +also be run manually if desired). .. _clean: