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
+17-7
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,18 @@ Template for new versions:
26
26
27
27
# Future
28
28
29
+
## New Tools
30
+
31
+
## New Features
32
+
33
+
## Fixes
34
+
35
+
## Misc Improvements
36
+
37
+
## Removed
38
+
39
+
# 50.11-r5
40
+
29
41
## New Tools
30
42
- `control-panel`: new commandline interface for control panel functions
31
43
- `uniform-unstick`: (reinstated) force squad members to drop items that they picked up in the wrong order so they can get everything equipped properly
@@ -36,14 +48,13 @@ Template for new versions:
36
48
- `item`: perform bulk operations on groups of items.
37
49
38
50
## New Features
39
-
- `uniform-unstick`: add overlay to the squad equipment screen to show a equipment conflict report and give you a one-click button to fix
40
-
- `gui/settings-manager`: save and load (optionally automatically) embark difficulty settings and standing orders
51
+
- `uniform-unstick`: add overlay to the squad equipment screen to show a equipment conflict report and give you a one-click button to (attempt to) fix
52
+
- `gui/settings-manager`: save and load embark difficulty settings and standing orders; options for auto-load on new embark
41
53
42
54
## Fixes
43
-
- `source`: water and magma sources now persist with fort across saves and loads
44
-
- `gui/design`: fix incorrect dimensions being shown when placing stockpiles, but a start coordinate hasn't been selected yet
55
+
- `source`: water and magma sources and sinks now persist with fort across saves and loads
56
+
- `gui/design`: fix incorrect dimensions being shown when you're placing a stockpile, but a start coordinate hasn't been selected yet
45
57
- `warn-stranded`: don't warn for citizens who are only transiently stranded, like those on stepladders gathering plants or digging themselves out of a hole
46
-
- `warn-stranded`: Update onZoom to use df's centering functionality
47
58
- `ban-cooking`: fix banning creature alcohols resulting in error
48
59
- `confirm`: properly detect clicks on the remove zone button even when the unit selection screen is also open (e.g. the vanilla assign animal to pasture panel)
49
60
- `caravan`: ensure items are marked for trade when the move trade goods dialog is closed even when they were selected and then the list filters were changed such that the items were no longer actively shown
@@ -52,6 +63,7 @@ Template for new versions:
52
63
- `empty-bin`: now correctly sends ammunition in carried quivers to the tile underneath the unit instead of teleporting them to an invalid (or possibly just far away) location
53
64
54
65
## Misc Improvements
66
+
- `warn-stranded`: center the screen on the unit when you select one in the list
55
67
- `gui/control-panel`: reduce frequency for `warn-stranded` check to once every 2 days
56
68
- `gui/control-panel`: tools are now organized by type: automation, bugfix, and gameplay
57
69
- `confirm`: updated confirmation dialogs to use clickable widgets and draggable windows
@@ -72,8 +84,6 @@ Template for new versions:
72
84
- `fix/stuck-instruments`: now handles instruments that are left in the "in job" state but that don't have any actual jobs associated with them
73
85
- `gui/launcher`: make autocomplete case insensitive
0 commit comments