Skip to content

Commit

Permalink
Update submodules, changelog, CMakeLists, Authors
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Apr 4, 2020
1 parent 7409d55 commit c8a0ac1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
1 change: 1 addition & 0 deletions docs/Authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Matt Regul mattregul
Matthew Cline
Matthew Lindner mlindner
Max maxthyme Max^TM
McArcady McArcady
melkor217 melkor217
Meneth32
Meph
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+3 −0 changelog.txt
2 changes: 1 addition & 1 deletion scripts

0 comments on commit c8a0ac1

Please sign in to comment.