Skip to content

Commit

Permalink
1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
planqi committed Aug 16, 2019
1 parent a75767a commit f51b7c2
Show file tree
Hide file tree
Showing 3 changed files with 7 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.3"
#define BH_VERSION "BH 1.9.4"

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

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ Mustache[header]: {{>header-unique}}{{>header-magic}}{{>header-else}}{{#count}}
Mustache[item]: {{>header}}{{>stats}}{{^isRuneword}}{{#socketed}}\n\n * {{>>item}}{{/socketed}}{{/isRuneword}}\n
Mustache[stash]: {{#this}}* {{>item}}\n\n{{/this}}
```
# Release Notes for 1.9.4
* Fix connecting to a realm with a 1.13d client
* Show messagebox if no config found on load
* Fix possible hang when loading game list
* Don't hide items that are on the map when detailed notifications are on
* Set elite flag before exceptional and normal

# Release Notes for 1.9.3
* Add option to use item name/color from BH.cfg when showing the drop notification `Item Detailed Notifications`
Expand Down
Binary file modified Release/BH.dll
Binary file not shown.

0 comments on commit f51b7c2

Please sign in to comment.