Skip to content

Commit

Permalink
update version and refs for 50.09-r4
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Sep 14, 2023
1 parent 74390cc commit ca32e6a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@ project(dfhack)

# set up versioning.
set(DF_VERSION "50.09")
set(DFHACK_RELEASE "r3")
set(DFHACK_RELEASE "r4")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
Expand Down
20 changes: 17 additions & 3 deletions docs/changelog.txt
Expand Up @@ -53,6 +53,22 @@ Template for new versions:

## New Tools

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.09-r4

## New Features
- `dig`: new overlay for ASCII mode that visualizes designations for smoothing, engraving, carving tracks, and carving fortifications

Expand All @@ -62,7 +78,7 @@ Template for new versions:
- `gui/mod-manager`: don't continue to display overlay after the raws loading progress bar appears

## Misc Improvements
- `sort`: sort by need for training on squad assignment screen
- `sort`: add sort option for training need on squad assignment screen
- `sort`: filter mothers with infants, units with weak mental fortitude, and critically injured units on the squad assignment screen
- `sort`: display a rating relative to the current sort order next to the visible units on the squad assignment screen

Expand All @@ -75,8 +91,6 @@ Template for new versions:
## Lua
- ``argparse.boolean``: convert arguments to lua boolean values.

## Removed

# 50.09-r3

## New Features
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+4 −0 changelog.txt
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+6 −2 changelog.txt

0 comments on commit ca32e6a

Please sign in to comment.