diff --git a/BH/Constants.h b/BH/Constants.h index 372969c0..673d2d09 100644 --- a/BH/Constants.h +++ b/BH/Constants.h @@ -1,6 +1,6 @@ #pragma once -#define BH_VERSION "BH 1.9.2" +#define BH_VERSION "BH 1.9.3" #define CODE_PAGE 1252 // windows-1252 ANSI Latin 1; Western European (Windows) diff --git a/README.md b/README.md index 1e3abc98..f4eb7e23 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ Mustache[item]: {{>header}}{{>stats}}{{^isRuneword}}{{#socketed}}\n\n * {{>>ite Mustache[stash]: {{#this}}* {{>item}}\n\n{{/this}} ``` -# Release Notes for 1.9.3 (WIP) +# Release Notes for 1.9.3 +* Add option to use item name/color from BH.cfg when showing the drop notification `Item Detailed Notifications` * Try to keep items inside columns of a width of two when moving items around * Add class item specific keywords * `BAR` `DRU` `DIN` `NEC` `SIN` `SOR` `ZON` diff --git a/Release/BH.dll b/Release/BH.dll index 7436413c..b763fd30 100644 Binary files a/Release/BH.dll and b/Release/BH.dll differ