Skip to content

Commit

Permalink
bump to 50.11-r6
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Feb 2, 2024
1 parent 92087ab commit af6b17f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@ project(dfhack)

# set up versioning.
set(DF_VERSION "50.11")
set(DFHACK_RELEASE "r5")
set(DFHACK_RELEASE "r6")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
Expand Down
24 changes: 20 additions & 4 deletions docs/changelog.txt
Expand Up @@ -29,7 +29,7 @@ Template for new versions:
## New Features

## Fixes
- `dig-now`: now properly removes ramps rendered unusable by digging and changes newly exposed areas to light/outside when digging around the surface.

## Misc Improvements

## Documentation
Expand All @@ -53,20 +53,36 @@ Template for new versions:

## New Tools

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.11-r6

## New Features
- `zone`: Add overlay for toggling butchering/gelding/adoption/taming options in animal "Overview" tabs

## Fixes
- `sort`: fix potential crash when switching between info tabs
- `dig-now`: remove diagonal ramps rendered unusable by digging
- `dig-now`: fix error propagating "light" and "outside" properties to newly exposed tiles when piercing the surface
- `sort`: fix potential crash when switching between certain info tabs
- `suspendmanager`: overlays for suspended building info panels no longer disappear when another window has focus

## Misc Improvements
- `reveal`: automatically reset saved map state when a new save is loaded
- `autonestbox`: don't automatically assign partially trained egg-layers to nestboxes if they don't have an ongoing trainer assigned since they might revert to wild
- `buildingplan`: replace ``[edit filters]`` button in planner overlay with abbreviated filter information

## Documentation

## API
- ``Units::assignTrainer``: assign a trainer to a trainable animal
- ``Units::unassignTrainer``: unassign a trainer from an animal
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+5 −0 changelog.txt
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+6 −2 changelog.txt

0 comments on commit af6b17f

Please sign in to comment.