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
+27-16Lines changed: 27 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -26,35 +26,43 @@ Template for new versions:
26
26
27
27
# Future
28
28
29
+
## New Tools
30
+
31
+
## New Features
32
+
33
+
- `idle-crafting`: default to only considering happy and ecstatic units for the highest need threshold
34
+
35
+
## Fixes
36
+
37
+
- `idle-crafting`: check that units still have crafting needs before creating a job for them
38
+
39
+
## Misc Improvements
40
+
41
+
## Removed
42
+
43
+
# 51.07-r1
44
+
29
45
## New Tools
30
46
- `devel/export-map`: export map tile data to a JSON file
31
47
- `autocheese`: automatically make cheese using barrels that have accumulated sufficient milk
32
48
- `gui/spectate`: interactive UI for configuring `spectate`
33
49
- `gui/notes`: UI for adding and managing notes attached to tiles on the map
34
50
- `launch`: (reinstated) new adventurer fighting move: thrash your enemies with a flying suplex
35
51
- `putontable`: (reinstated) make an item appear on a table
36
-
- `devel/query`: support adventure mode
37
-
- `devel/tree-info`: support adventure mode
38
-
- `hfs-pit`: support adventure mode
39
-
- `colonies`: support adventure mode
40
-
- `toggle-kbd-cursor`: support adventure mode (Alt-k keybinding now toggles Look mode)
41
52
42
53
## New Features
43
-
- `advtools`: new ``advtools.fastcombat`` overlay (enabled by default) allows you to skip combat animations and the announcement "More" button by mashing the movement keys
44
-
- `gui/journal`: now working in adventure mode
45
-
- `emigration`: new ``nobles`` command for sending "freeloader" barons back to the sites that they rule over
46
-
- `advtools`: new ``advtools.fastcombat`` overlay (enabled by default) allows you to skip combat animations and the announcement "More" button by mashing the movement keys
47
-
- `idle-crafting`: default to only considering happy and ecstatic units for the highest need threshold
54
+
- `advtools`: ``advtools.fastcombat`` overlay (enabled by default) allows you to skip combat animations and the announcement "More" button by mashing the movement keys
55
+
- `gui/journal`: now working in adventure mode -- journal is per-adventurer, so if you unretire an adventurer, you get the same journal
56
+
- `emigration`: ``nobles`` command for sending freeloader barons back to the sites that they rule over
57
+
- `toggle-kbd-cursor`: support adventure mode (Alt-k keybinding now toggles Look mode)
48
58
49
59
## Fixes
50
-
- `position`: support for adv mode look cursor
51
60
- `hfs-pit`: use correct wall types when making pits with walls
61
+
- `gui/liquids`: don't add liquids to wall tiles
52
62
- `gui/liquids`: using the remove tool with magma selected will no longer create unexpected unpathable tiles
53
-
- `idle-crafting`: do not assign crafting jobs to nobles holding meetings (avoid dangling jobs)
63
+
- `idle-crafting`: do not assign crafting jobs to nobles holding meetings (avoids dangling jobs)
54
64
- `rejuvenate`: update unit portrait and sprite when aging up babies and children
55
65
- `rejuvenate`: recalculate labor assignments for unit when aging up babies and children (so they can start accepting jobs)
56
-
- `gui/liquids`: don't add liquids to wall tiles
57
-
- `idle-crafting`: check that units still have crafting needs before creating a job for them
58
66
59
67
## Misc Improvements
60
68
- `hide-tutorials`: handle tutorial popups for adventure mode
@@ -73,8 +81,11 @@ Template for new versions:
73
81
- `prioritize`: when prioritizing jobs of a specified type, also output how many of those jobs were already prioritized before you ran the command
74
82
- `prioritize`: don't include already-prioritized jobs in the output of ``prioritize -j``
75
83
- `gui/design`: only display vanilla dimensions tooltip if the DFHack dimensions tooltip is disabled
76
-
77
-
## Removed
84
+
- `devel/query`: support adventure mode
85
+
- `devel/tree-info`: support adventure mode
86
+
- `hfs-pit`: support adventure mode
87
+
- `colonies`: support adventure mode
88
+
- `position`: report position of the adventure mode look cursor, if active
0 commit comments