update version string in CMake and changelog

develop
myk002 2022-12-02 10:18:26 -08:00
parent 53f4630517
commit fed9f763c9
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 19 additions and 1 deletions

@ -196,7 +196,7 @@ endif()
# set up versioning.
set(DF_VERSION "0.47.05")
set(DFHACK_RELEASE "r7")
set(DFHACK_RELEASE "r8")
set(DFHACK_PRERELEASE FALSE)
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")

@ -33,6 +33,24 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
# Future
## New Plugins
## Fixes
## Misc Improvements
## Documentation
## API
## Lua
## Internals
## Removed
# 0.47.05-r8
## New Plugins
- `overlay`: plugin is transformed from a single line of text that runs `gui/launcher` on click to a fully-featured overlay injection framework. It now houses a popup menu for keybindings relevant to the current DF screen, all the widgets previously provided by `dwarfmonitor` (e.g. the current date and number of happy/unhappy dwarves), the overlay that highlights suspended buildings when you pause, and others. See `overlay-dev-guide` for details.