Skip to content

Commit 3f6e92e

Browse files
committed
finalize 0.47.05-r7 release
1 parent 8a381ee commit 3f6e92e

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ endif()
192192

193193
# set up versioning.
194194
set(DF_VERSION "0.47.05")
195-
set(DFHACK_RELEASE "r6")
195+
set(DFHACK_RELEASE "r7")
196196
set(DFHACK_PRERELEASE FALSE)
197197

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

docs/changelog.txt

+14-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,25 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
3333

3434
# Future
3535

36+
## New Plugins
37+
38+
## Fixes
39+
40+
## Misc Improvements
41+
42+
## Documentation
43+
44+
## API
45+
46+
## Lua
47+
48+
# 0.47.05-r7
49+
3650
## New Plugins
3751
- `autonestbox`: split off from `zone` into its own plugin. Note that to enable, the command has changed from ``autonestbox start`` to ``enable autonestbox``.
3852
- `autobutcher`: split off from `zone` into its own plugin. Note that to enable, the command has changed from ``autobutcher start`` to ``enable autobutcher``.
3953
- `overlay`: display a "DFHack" button in the lower left corner that you can click to start the new GUI command launcher. The `dwarfmonitor` weather display had to be moved to make room for the button. If you are seeing the weather indicator rendered over the overlay button, please remove the ``dfhack-config/dwarfmonitor.json`` file to fix the weather indicator display offset.
4054

41-
## New Tweaks
42-
4355
## New Internal Commands
4456
- `tags`: new built-in command to list the tool category tags and their definitions. tags associated with each tool are visible in the tool help and in the output of `ls`.
4557

library/xml

Submodule xml updated 1 file

0 commit comments

Comments
 (0)