diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c0344ec3..e40c932a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,7 +174,7 @@ endif() # set up versioning. set(DF_VERSION "0.47.04") -set(DFHACK_RELEASE "alpha0") +set(DFHACK_RELEASE "beta1") set(DFHACK_PRERELEASE TRUE) set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}") diff --git a/docs/Authors.rst b/docs/Authors.rst index 6db890ddf..e5381bcce 100644 --- a/docs/Authors.rst +++ b/docs/Authors.rst @@ -82,6 +82,7 @@ Matt Regul mattregul Matthew Cline Matthew Lindner mlindner Max maxthyme Max^TM +McArcady McArcady melkor217 melkor217 Meneth32 Meph diff --git a/docs/changelog.txt b/docs/changelog.txt index baaf3ee98..768268388 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -41,7 +41,15 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: # 0.47.04-beta1 +## Fixes +- Fixed a crash when starting DFHack in headless mode with no terminal + ## Misc Improvements +- Added "bit" suffix to downloads (e.g. 64-bit) +- Tests: + - moved from DF folder to hack/scripts folder, and disabled installation by default + - made test runner script more flexible +- `dfhack-run`: added color output support - `embark-assistant`: - updated embark aquifer info to show all aquifer kinds present - added neighbor display, including kobolds (SKULKING) and necro tower count @@ -51,6 +59,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Internals - Improved support for tagged unions, allowing tools to access union fields more safely +- Added separate changelogs in the scripts and df-structures repos +- Moved ``reversing`` scripts to df_misc repo # 0.47.03-beta1 diff --git a/library/xml b/library/xml index 4f1f31128..d51a1c4ca 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit 4f1f3112849a57da52eb2fc4673f9f72b43cc407 +Subproject commit d51a1c4ca36731db62517b699fddd2c011e6bc99 diff --git a/scripts b/scripts index 29fa4bc3e..e336520c0 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 29fa4bc3e6a7c8229a8b88a7c80edbe4517cca72 +Subproject commit e336520c09dbcd55bb9f7b3ca837d102a9026acf