Skip to content

Commit

Permalink
bump version to 50.12-r3
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 11, 2024
1 parent e8038ed commit d95e8e7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 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.12")
set(DFHACK_RELEASE "r3rc1")
set(DFHACK_PRERELEASE TRUE)
set(DFHACK_RELEASE "r3")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
set(DFHACK_ABI_VERSION 2)
Expand Down
28 changes: 22 additions & 6 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ Template for new versions:

# Future

## New Tools

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.12-r3

## New Tools
- `aquifer`: commandline tool for creating, draining, and modifying aquifers

Expand All @@ -69,16 +87,16 @@ Template for new versions:
- fix rendering of resize "notch" in lower right corner of resizable windows in ascii mode
- `quickfort`: stockpiles can now be placed even if there is water covering the tile, as per vanilla behavior
- `suspendmanager`: prevent cancellation spam when an item is preventing a building from being completed
- `stonesense`: fix a crash with buildings made of unusual materials (such as pre-existing campsite tents)
- `stonesense`: fix a crash with buildings made of unusual materials (such as campsite tents made out of organic "walls")

## Misc Improvements
- `tailor`: allow turning off automatic confiscation of tattered clothing
- aquifer tap blueprint: now designates in damp dig mode for uninterrupted digging in a light aquifer
- pump stack blueprint: now designates in warm and damp dig mode for uninterrupted digging through warm and damp tiles
- aquifer_tap blueprint: now designates in damp dig mode for uninterrupted digging in a light aquifer
- pump_stack blueprint: now designates in warm and damp dig mode for uninterrupted digging through warm and damp tiles
- `keybinding`: you can now assign keybindings to mouse buttons (if your mouse has more than the three buttons already used by DF)

## Documentation
- ``Lua API``: documented existing ``enum:next_item(index)`` function
- Lua API: documented existing ``enum:next_item(index)`` function

## API
- ``Units::citizensRange``: c++-20 std::range filter for citizen units
Expand All @@ -89,8 +107,6 @@ Template for new versions:
## Lua
- ``dfhack.gui.matchFocusString``: focus string matching is now case sensitive (for performance reasons)

## Removed

# 50.12-r2.1

## Fixes
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
+17 −5 changelog.txt

0 comments on commit d95e8e7

Please sign in to comment.