Skip to content

Commit

Permalink
bump to 50.13-r5
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Sep 15, 2024
1 parent c9b4441 commit ef7f30e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project(dfhack)

# set up versioning.
set(DF_VERSION "50.13")
set(DFHACK_RELEASE "r5rc1")
set(DFHACK_PRERELEASE TRUE)
set(DFHACK_RELEASE "r5")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
set(DFHACK_ABI_VERSION 2)
Expand Down
18 changes: 17 additions & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,26 @@ Template for new versions:
# Future

## New Tools
- `preserve-rooms`: manage room assignments for off-map units and noble roles. reserves rooms owned by traveling units and reinstates their ownership when they return to the site. also allows you to assign rooms to noble/administrator roles, and the rooms will be automatically assigned whenever the holder of the role changes

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.13-r5

## New Tools
- `preserve-rooms`: manage room assignments for off-map units and noble roles. reserves rooms owned by traveling units and reinstates their ownership when they return to the site. also allows you to assign rooms to noble/administrator roles, and the rooms will be automatically assigned whenever the holder of the role changes

## Fixes
- prevent hang when buildings in zones are destroyed in the case where the buildings were not added to the zone in the same order that they were created (uncommon)
- `buildingplan`: improved performance in forts with large numbers of items
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+2 −0 changelog.txt
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+12 −2 changelog.txt

0 comments on commit ef7f30e

Please sign in to comment.