Skip to content

Commit fbd1ee0

Browse files
authored
Update changelog.txt
1 parent 2008033 commit fbd1ee0

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

docs/changelog.txt

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Template for new versions:
5858
## Fixes
5959

6060
## Misc Improvements
61+
- DFHack text edit fields now delete the character at the cursor when you hit the Delete key
62+
- DFHack text edit fields now move the cursor by one word left or right with Ctrl-Left and Ctrl-Right
63+
- DFHack text edit fields now move the cursor to the beginning or end of the line with Home and End
6164

6265
## Documentation
6366

@@ -69,24 +72,10 @@ Template for new versions:
6972

7073
# 50.14-r1
7174

72-
## New Tools
73-
74-
## New Features
75-
7675
## Fixes
7776
- `preserve-rooms`: don't reserve a room for citizens that you expel from the fort
7877
- `autobutcher`: fix regression in ordering of butcherable animals
7978

80-
## Misc Improvements
81-
82-
## Documentation
83-
84-
## API
85-
86-
## Lua
87-
88-
## Removed
89-
9079
# 50.13-r5
9180

9281
## New Tools
@@ -114,9 +103,6 @@ Template for new versions:
114103
- `buildingplan`: only consider building materials that can be accessed by at least one citizen/resident
115104
- Dreamfort: integrate with `preserve-rooms` to assign relevant rooms to nobles/adimistrators
116105
- Dreamfort: smooth tiles under statues and other large furniture that you can't easily smooth later
117-
- DFHack text edit fields now delete the character at the cursor when you hit the Delete key
118-
- DFHack text edit fields now move the cursor by one word left or right with Ctrl-Left and Ctrl-Right
119-
- DFHack text edit fields now move the cursor to the beginning or end of the line with Home and End
120106

121107
## Documentation
122108
- add documentation for ``dfhack.items.findType(string)`` and ``dfhack.items.findSubtype(string)``

0 commit comments

Comments
 (0)