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: docs/changelog.txt
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,18 +55,33 @@ Template for new versions:
55
55
# Future
56
56
57
57
## New Tools
58
+
- ``edgescroll``: Introduced plugin to pan the view automatically when the mouse reaches the screen border.
58
59
59
60
## New Features
61
+
- `sort`: Places search widget can search "Siege engines" subtab by name, loaded status, and operator status
60
62
61
63
## Fixes
64
+
- `sort`: Using the squad unit selector will no longer cause Dwarf Fortress to crash on exit
65
+
- `sort`: Places search widget moved to account for DF's new "Siege engines" subtab
62
66
63
67
## Misc Improvements
68
+
- `createitem`: created items can now be placed onto/into tables, nests, bookcases, display cases, and altars
69
+
- `keybinding`: keybinds may now include the super key, and are no longer limited to particular keys ranges of keys, allowing any recognized by SDL.
70
+
- The ``fpause`` console command can now be used to force world generation to pause (as it did prior to version 50).
64
71
65
72
## Documentation
66
73
67
74
## API
75
+
- ``Hotkey``: New module for hotkey functionality
68
76
69
77
## Lua
78
+
- The ``Lua interactive interpreter`` banner now documents keywords such as ``unit`` and ``item`` which reference the currently-selected object in the DF UI.
79
+
- ``dfhack.hotkey.addKeybind``: Creates new keybindings
0 commit comments