Skip to content

Commit

Permalink
Update to 0.47.04-r3 (authors, changelog, and submodules)
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Oct 10, 2020
1 parent 9c8098b commit b343d00
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion library/xml
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+2 −0 changelog.txt

0 comments on commit b343d00

Please sign in to comment.