Skip to content

Commit

Permalink
- added stash navigation on ctrl + mousewheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Jul 28, 2020
1 parent 0924006 commit ac398bc
Show file tree
Hide file tree
Showing 39 changed files with 22,130 additions and 14,674 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

/plugins/src/packages
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.9 (2020-07-29)

- added stash navigation on ctrl + mousewheel

## 1.0.8 (2020-07-09)

- added support for the new cluster jewels stats
Expand Down
4 changes: 4 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@
"clipboard-plugin": {
"file": "plugins/dist/clipboard.dll",
"class": "overwolf.plugins.clipboard"
},
"mousewheel-plugin": {
"file": "plugins/dist/mousewheel.dll",
"class": "overwolf.plugins.mousewheel.Plugin"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion overlay.babel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<babeledit_project be_version="2.7.0" version="1.2">
<babeledit_project version="1.2" be_version="2.7.1">
<!--

BabelEdit project file
Expand Down
Loading

0 comments on commit ac398bc

Please sign in to comment.