Skip to content

Commit

Permalink
bump to 50.08-r4
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jun 23, 2023
1 parent 30e6c44 commit eff1755
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 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.08")
set(DFHACK_RELEASE "r4rc1")
set(DFHACK_PRERELEASE TRUE)
set(DFHACK_RELEASE "r4")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
set(DFHACK_ABI_VERSION 1)
Expand Down
30 changes: 20 additions & 10 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,24 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:

# Future

## New Plugins

## Fixes

## Misc Improvements

## Documentation

## API

## Internals

## Lua

## Removed

# 50.08-r4

## New Plugins
- `logistics`: automatically mark and route items or animals that come to monitored stockpiles. options are toggleable on an overlay that comes up when you have a stockpile selected.

Expand All @@ -45,22 +63,14 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `autonick`: additional nicknames based on burrowing animals, colours, gems, and minerals
- `stockpiles`: added ``barrels``, ``organic``, ``artifacts``, and ``masterworks`` stockpile presets
- `orders`: only display import/export/sort/clear panel on main orders screen
- `orders`: refine order conditions for library orders to reduce cancellation spam
- Blueprint library: dreamfort: full rewrite and update for DF v50
- Blueprint library: pump_stack: updated walkthrough and separated dig and channel steps so boulders can be cleared
- Blueprint library: aquifer_tap: updated walkthrough
- `orders`: better order conditions for the ``smelting`` library orders to reduce cancellation spam
- `dig-now`: can now handle digging obsidian that has been formed from magma and water

## Documentation
- `blueprint-library-guide`: update Dreamfort screenshots, add ``aquifer_tap`` screenshot

## API

## Internals

## Lua

## Removed
- `blueprint-library-guide`: update Dreamfort screenshots and links, add ``aquifer_tap`` screenshot

# 50.08-r3

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
+12 −4 changelog.txt

0 comments on commit eff1755

Please sign in to comment.