You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ that repo.
13
13
14
14
# Future
15
15
16
+
# 0.47.04-r4
17
+
16
18
## New Scripts
17
19
- `fix/corrupt-equipment`: fixes some military equipment-related corruption issues that can cause DF crashes
18
20
@@ -21,26 +23,26 @@ that repo.
21
23
- `assign-goals`: fixed error preventing new goals from being created
22
24
- `assign-preferences`: fixed handling of preferences for flour
23
25
- `deathcause`: fixed an error when inspecting certain corpses
24
-
- `quickfort`: fix handling of modifier keys (e.g. ``{Ctrl}`` or ``{Alt}``) in query blueprints
25
-
- `quickfort`: fix misconfiguration of nest boxes, hives, and slabs that were preventing them from being built from build blueprints
26
-
- `quickfort`: fix valid placement detection for floor hatches, floor grates, and floor bars (they were erroneously being rejected from open spaces and staircase tops)
27
-
- `quickfort`: fix query blueprint statistics being added to the wrong metric when both a query and a zone blueprint are run by the same meta blueprint
28
-
- `quickfort`: display missing blueprint labels in gui dialog list
29
-
- `quickfort`: fix occupancy settings for extent-based structures so that stockpiles can be placed within other stockpiles (e.g. in a checkerboard or bullseye pattern)
26
+
- `quickfort`: fixed handling of modifier keys (e.g. ``{Ctrl}`` or ``{Alt}``) in query blueprints
27
+
- `quickfort`: fixed misconfiguration of nest boxes, hives, and slabs that were preventing them from being built from build blueprints
28
+
- `quickfort`: fixed valid placement detection for floor hatches, floor grates, and floor bars (they were erroneously being rejected from open spaces and staircase tops)
29
+
- `quickfort`: fixed query blueprint statistics being added to the wrong metric when both a query and a zone blueprint are run by the same meta blueprint
30
+
- `quickfort`: added missing blueprint labels in gui dialog list
31
+
- `quickfort`: fixed occupancy settings for extent-based structures so that stockpiles can be placed within other stockpiles (e.g. in a checkerboard or bullseye pattern)
30
32
- `unsuspend`: now leaves buildingplan-managed buildings alone and doesn't unsuspend underwater tasks
31
33
32
34
## Misc Improvements
33
35
- `devel/export-dt-ini`: updated for Dwarf Therapist 41.2.0
34
36
- `gui/advfort`: added support for linking to hatches and pressure plates with mechanisms
35
37
- `modtools/add-syndrome`: added support for specifying syndrome IDs instead of names
36
-
- `quickfort`: query blueprint aliases can now accept parameters for dynamic expansion. see dfhack-config/quickfort/aliases.txt for details.
38
+
- `quickfort`: query blueprint aliases can now accept parameters for dynamic expansion - see dfhack-config/quickfort/aliases.txt for details
37
39
- `quickfort`: alias names can now include dashes and underscores (in addition to letters and numbers)
38
-
- `quickfort`: speed of first call to ``quickfort list`` is significantly improved, especially for large blueprint libraries
39
-
- `quickfort`: add ``query_unsafe`` setting to disable query blueprint error checking. useful for query blueprints that send unusual key sequences.
40
-
- `quickfort`: add support for bookcases, display cases, and offering places (altars)
41
-
- `quickfort`: configuration support for zone pit/pond, gather, and hospital sub-menus in zone blueprints.
42
-
- `quickfort`: remove ``buildings_use_blocks`` setting and replace it with more flexible functionality in `buildingplan`
43
-
- `quickfort`: support creating uninitialized stockpiles with :kbd:`c`
40
+
- `quickfort`: improved speed of first call to ``quickfort list`` significantly, especially for large blueprint libraries
41
+
- `quickfort`: added ``query_unsafe`` setting to disable query blueprint error checking - useful for query blueprints that send unusual key sequences
42
+
- `quickfort`: added support for bookcases, display cases, and offering places (altars)
43
+
- `quickfort`: added configuration support for zone pit/pond, gather, and hospital sub-menus in zone blueprints
44
+
- `quickfort`: removed ``buildings_use_blocks`` setting and replaced it with more flexible functionality in `buildingplan`
45
+
- `quickfort`: added support for creating uninitialized stockpiles with :kbd:`c`
0 commit comments