diff --git a/CMakeLists.txt b/CMakeLists.txt index a353495b8..c1862d122 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,8 @@ if (NOT EXISTS ${dfhack_SOURCE_DIR}/library/xml/codegen.pl OR NOT EXISTS ${dfhac endif() # set up versioning. -set(DF_VERSION "0.40.13") -SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.") +set(DF_VERSION "0.40.14") +SET(DFHACK_RELEASE "r0" CACHE STRING "Current release revision.") set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}") add_definitions(-DDFHACK_VERSION="${DFHACK_VERSION}") diff --git a/NEWS b/NEWS index 212e464fd..3f86aabc5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ DFHack future + Fixes: + - replaced drainaquifer.rb with a faster less buggy drain-aquifer.lua + - autotrade: "Mark all" no longer double-marks bin contents + New plugins: + - trackstop: Shows track stop friction and dump direction in its 'q' menu New tweaks: - farm-plot-select: Adds "Select all" and "Deselect all" options to farm plot menus - import-priority-category: Allows changing the priority of all goods in a @@ -10,8 +15,10 @@ DFHack future DFHack 0.40.13-r1 Internals: - unified spatter structs + - added ruby df.print_color(color, string) method for dfhack console Fixes: - no more -e after terminating + - fixed superdwarf DFHack 0.40.12-r1 Fixes: diff --git a/Readme.html b/Readme.html index 11a9526c2..51a8e8ecf 100644 --- a/Readme.html +++ b/Readme.html @@ -525,7 +525,7 @@ access DF memory and allow for easier development of new tools.

  • binpatch
  • create-items
  • digfort
  • -
  • drainaquifer
  • +
  • drain-aquifer
  • deathcause
  • dfstatus
  • embark
  • @@ -554,39 +554,40 @@ access DF memory and allow for easier development of new tools.

  • Search
  • AutoMaterial
  • Stockpile Automation
  • -
  • gui/advfort
  • -
  • gui/assign-rack
  • -
  • gui/choose-weapons
  • -
  • gui/clone-uniform
  • -
  • gui/companion-order
  • -
  • gui/gm-editor
  • -
  • Hotkeys
  • -
  • gui/liquids
  • -
  • gui/mechanisms
  • -
  • gui/mod-manager
  • -
  • gui/rename
  • -
  • gui/room-list
  • -
  • gui/guide-path
  • -
  • gui/workflow
  • -
  • gui/workshop-job
  • +
  • Track Stop Menu
  • +
  • gui/advfort
  • +
  • gui/assign-rack
  • +
  • gui/choose-weapons
  • +
  • gui/clone-uniform
  • +
  • gui/companion-order
  • +
  • gui/gm-editor
  • +
  • Hotkeys
  • +
  • gui/liquids
  • +
  • gui/mechanisms
  • +
  • gui/mod-manager
  • +
  • gui/rename
  • +
  • gui/room-list
  • +
  • gui/guide-path
  • +
  • gui/workflow
  • +
  • gui/workshop-job
  • -
  • Behavior Mods