Skip to content

Commit

Permalink
1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
planqi committed Mar 20, 2019
1 parent 1c40f9b commit c646661
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BH/Constants.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define BH_VERSION "BH 1.9.1"
#define BH_VERSION "BH 1.9.2"

#define CODE_PAGE 1252 // windows-1252 ANSI Latin 1; Western European (Windows)

Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@ Mustache[item]: {{>header}}{{>stats}}{{^isRuneword}}{{#socketed}}\n\n * {{>>ite
Mustache[stash]: {{#this}}* {{>item}}\n\n{{/this}}
```

# Release Notes for 1.9.2
* Add custom notification colors `%notify-1%`
* The number is the same as 'chat color' and is represented in Hex
* The item needs to be on the map to send a notification (it won't notify with just the `%notify-xx%` setting)
* Disable notifications for something on the map with `%notify-dead%`
* Add sell price condition to item filter `PRICE`
* Add `Suppress Invalid Stats` option
* Move minimized settings UI with shift-drag
* Add variable stats display for items
* Add quick TP hotkey
* Add TP tome quantity warning
* Add quick ID ability (shift-leftclick)
* Add MINDMG and MAXDMG to the `+` condition pool

# Release Notes for 1.9.1
* Show game patch version (1.13c or 1.13d) while out of game
* Draw lines to LK superchests
Expand Down
Binary file modified Release/BH.dll
Binary file not shown.

0 comments on commit c646661

Please sign in to comment.