@ -38,6 +38,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
# Future
# Future
## Fixes
## Fixes
- Fixed ``-g`` flag (GDB) in Linux ``dfhack`` script (particularly on x64)
- `autochop`, `autodump`, `autogems`, `automelt`, `autotrade`, `buildingplan`, `dwarfmonitor`, `fix-unit-occupancy`, `fortplan`, `stockflow`: fix issues with periodic tasks not working for some time after save/load cycles
- `autochop`, `autodump`, `autogems`, `automelt`, `autotrade`, `buildingplan`, `dwarfmonitor`, `fix-unit-occupancy`, `fortplan`, `stockflow`: fix issues with periodic tasks not working for some time after save/load cycles
- `buildingplan`, `fortplan`: stop running before a world has fully loaded
- `buildingplan`, `fortplan`: stop running before a world has fully loaded
- `autogems`: stop running repeatedly when paused
- `autogems`: stop running repeatedly when paused
@ -45,6 +46,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `remove-stress`: fixed an error when running on soul-less units (e.g. with ``-all``)
- `remove-stress`: fixed an error when running on soul-less units (e.g. with ``-all``)
## Misc Improvements
## Misc Improvements
- Added script name to messages produced by ``qerror()`` in Lua scripts
- Fixed an issue in around 30 scripts that could prevent edits to the files (adding valid arguments) from taking effect
- Fixed an issue in around 30 scripts that could prevent edits to the files (adding valid arguments) from taking effect
- `caravan`: documented (new in 0.44.10-alpha1)
- `caravan`: documented (new in 0.44.10-alpha1)
- `fix/retrieve-units`: now re-adds units to active list to counteract `fix/dead-units`
- `fix/retrieve-units`: now re-adds units to active list to counteract `fix/dead-units`
@ -54,6 +56,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- added depth display for TWBT (when multilevel is enabled)
- added depth display for TWBT (when multilevel is enabled)
- made shift+click jump to lower levels visible with TWBT
- made shift+click jump to lower levels visible with TWBT