Skip to content

Commit 2905866

Browse files
committed
update changelog, version, and refs for 50.11-r7
1 parent 9d2820d commit 2905866

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(dfhack)
88

99
# set up versioning.
1010
set(DF_VERSION "50.11")
11-
set(DFHACK_RELEASE "r6")
11+
set(DFHACK_RELEASE "r7")
1212
set(DFHACK_PRERELEASE FALSE)
1313

1414
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")

docs/changelog.txt

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,24 @@ Template for new versions:
5151

5252
# Future
5353

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+
5472
## New Tools
5573
- `tweak`: (reinstated) a collection of small bugfixes and gameplay tweaks
5674
- `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:
7896
- `zone`: animal assignment dialog now shows distance to pasture/cage and allows sorting by distance
7997
- `zone`: animal assignment dialog shows number of creatures assigned to this pasture/cage/etc.
8098

81-
## Documentation
82-
8399
## 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
85101
- ``Gui::addCombatReport``, ``Gui::addCombatReportAuto``: add versions that take ``report *`` instead of report vector index
86102
- ``Gui::MTB_clean``, ``Gui::MTB_parse``, ``Gui::MTB_set_width``: new functions for manipulating ``markup_text_boxst``
87103
- ``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:
93109
- Overlay framework now respects ``active`` and ``visible`` widget attributes
94110
- ``dfhack.gui`` announcement functions use default arguments when omitted
95111
- ``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
99113

100114
# 50.11-r6
101115

library/xml

Submodule xml updated 1 file

scripts

0 commit comments

Comments
 (0)