Update to 0.47.04-r3 (authors, changelog, and submodules)

develop
lethosor 2020-10-10 17:31:30 -04:00
parent 9c8098b4f0
commit b343d00800
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
4 changed files with 12 additions and 3 deletions

@ -185,7 +185,7 @@ endif()
# set up versioning.
set(DF_VERSION "0.47.04")
set(DFHACK_RELEASE "r2")
set(DFHACK_RELEASE "r3")
set(DFHACK_PRERELEASE FALSE)
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")

@ -33,6 +33,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
# Future
# 0.47.04-r3
## New Plugins
- `xlsxreader`: provides an API for Lua scripts to read Excel spreadsheets
@ -41,6 +43,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `getplants`: fixed a crash that could occur on some maps
- `search`: fixed an issue causing item counts on the trade screen to display inconsistently when searching
- `stockpiles`: fixed a crash when loading food stockpiles
- `stockpiles`: fixed an error when saving furniture stockpiles
## Misc Improvements
- `createitem`: added support for plant growths (fruit, berries, leaves, etc.)
@ -51,6 +54,12 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `zone`: added an ``enumnick`` subcommand to assign enumerated nicknames (e.g "Hen 1", "Hen 2"...)
- `zone`: added slaughter indication to ``uinfo`` output
## Documentation
- Fixed syntax highlighting of most code blocks to use the appropriate language (or no language) instead of Python
## API
- Added ``DFHack::to_search_normalized()`` (Lua: ``dfhack.toSearchNormalized()``) to convert non-ASCII alphabetic characters to their ASCII equivalents
# 0.47.04-r2
## New Tweaks

@ -1 +1 @@
Subproject commit 85b8f413f6f0561817c16bc0edca99fec6f1e774
Subproject commit 00549aca0640ca121c20734df667f79b247c93b4

@ -1 +1 @@
Subproject commit a6d5df4e73f06b4f8a829baeca97f0d63830b65b
Subproject commit 0b274855424e5d0850d2cfc8b10e1cdcc47c6877