@@ -51,6 +51,24 @@ Template for new versions:
51
51
52
52
# Future
53
53
54
+ ## New Tools
55
+
56
+ ## New Features
57
+
58
+ ## Fixes
59
+
60
+ ## Misc Improvements
61
+
62
+ ## Documentation
63
+
64
+ ## API
65
+
66
+ ## Lua
67
+
68
+ ## Removed
69
+
70
+ # 50.11-r7
71
+
54
72
## New Tools
55
73
- `tweak`: (reinstated) a collection of small bugfixes and gameplay tweaks
56
74
- `pet-uncapper`: (reinstated, renamed from ``petcapRemover``) allow pets to breed beyond the default population cap of 50
@@ -78,10 +96,8 @@ Template for new versions:
78
96
- `zone`: animal assignment dialog now shows distance to pasture/cage and allows sorting by distance
79
97
- `zone`: animal assignment dialog shows number of creatures assigned to this pasture/cage/etc.
80
98
81
- ## Documentation
82
-
83
99
## API
84
- - Gui module Announcement functions now use DF's new announcement alert system, popups parsed into ``markup_text_boxst``
100
+ - Gui module Announcement functions now use DF's new announcement alert system
85
101
- ``Gui::addCombatReport``, ``Gui::addCombatReportAuto``: add versions that take ``report *`` instead of report vector index
86
102
- ``Gui::MTB_clean``, ``Gui::MTB_parse``, ``Gui::MTB_set_width``: new functions for manipulating ``markup_text_boxst``
87
103
- ``toupper_cp437(char)``, ``tolower_cp437(char)``: new ``MiscUtils`` functions, return a char with case changed, respecting CP437
@@ -93,9 +109,7 @@ Template for new versions:
93
109
- Overlay framework now respects ``active`` and ``visible`` widget attributes
94
110
- ``dfhack.gui`` announcement functions use default arguments when omitted
95
111
- ``dfhack.units.getCitizens`` now only returns units that are on the map
96
- - ``dfhack.upperCp437(string)``, ``dfhack.lowerCp437(string)``: new functions, return string with all chars changed, respecting CP437
97
-
98
- ## Removed
112
+ - ``dfhack.upperCp437(string)``, ``dfhack.lowerCp437(string)``: new functions, return string with all chars changed, respecting CP437 code page
99
113
100
114
# 50.11-r6
101
115
0 commit comments