Update documentation

Ref #741, #744, #747, #748, #749, #756
develop
lethosor 2015-11-25 20:56:30 -05:00
parent ff677d12ba
commit 597ed1510e
2 changed files with 20 additions and 1 deletions

@ -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
=================

@ -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: