Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joffreybesos committed May 30, 2022
1 parent c9da885 commit f9da609
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

All notable changes to this project will be documented in this file.

## [2.9.6] - 2021-05-28 - Performance improvements
## [2.9.6] - 2021-05-28 - Current buffs/auras

- Currently active buffs/auras will now show at the bottom of the screen
- You can disable this buff bar in settings
- You can also change the icon size of the buff bar in settings
- Items such as Runes will no longer say (Identified) in item log
- Checking vendors for items can be turned off
- Item filter performance improvements
Expand Down
2 changes: 2 additions & 0 deletions src/init/readSettings.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ readSettings(settingsFile, ByRef settings) {
settings["itemCounterSize"] := 75
settings["showItemStats"] := 0
settings["includeVendorItems"] := 1
settings["buffBarEnabled"] := 1
settings["buffBarIconSize"] := 70

settings["allowTextToSpeech"] := 1
settings["textToSpeechVolume"] := 50
Expand Down
Binary file modified src/ui/settingsPanel.ahk
Binary file not shown.

0 comments on commit f9da609

Please sign in to comment.