Skip to content

Commit

Permalink
bump to 50.15-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 17, 2025
1 parent 115afa2 commit a6bdb79
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)

# set up versioning.
set(DF_VERSION "50.15")
set(DFHACK_RELEASE "r1.2")
set(DFHACK_RELEASE "r2")
set(DFHACK_PRERELEASE FALSE)

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

## New Tools

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.15-r2

## New Features
- `stockpiles`: add simple import/export dialogs to stockpile overlay panel
- `orders`: add transparent overlays to the manager orders screen that allow right clicks to cancel edit of quantities or condition details instead of exiting to the main screen
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 plugins/stonesense
Submodule stonesense updated 1 files
+15 −5 docs/changelog.txt
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+12 −2 changelog.txt

0 comments on commit a6bdb79

Please sign in to comment.