Skip to content

Commit

Permalink
Merge pull request #148 from Kyusung4698/develop
Browse files Browse the repository at this point in the history
- 0.5.8
  • Loading branch information
Kyusung4698 authored Jan 26, 2020
2 parents 5353bd4 + d36a5b2 commit e872119
Show file tree
Hide file tree
Showing 50 changed files with 33,376 additions and 268 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.8 (2020-01-26)

* add item base values with 7 day history (#84)
* add online/offline toggle (#104)
* add clear selected button (#105)
* fix undefined id check (#144)
* fix local mod is used instead of global if local is infront of the global (#143)

## 0.5.7 (2020-01-25)

* update map mods to use negated text version if default (#138)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PoE Overlay 0.5.7
# PoE Overlay 0.5.8

An Overlay for Path of Exile. The ***core aspect*** is to blend in with the game. Built with Electron and Angular.

Expand Down Expand Up @@ -35,9 +35,9 @@ This project is currently in a ***pilot phase***. If you encounter any bugs or h
* Evaluation of items:
* select your preferred currencies and language
* uses the official pathofexile.com/trade website
* a graphical display of the price distribution<br> ![item](img/item_0.5.0.jpg)
* filter your search on all supported properties on click<br> ![item_filter](img/item_filter_0.5.0.jpg)
* an in game browser to display the created search<br> ![browser](img/item_browser_0.5.0.jpg)
* a graphical display of the price distribution<br> ![item](img/item_0.5.8.jpg)
* filter your search on all supported properties on click<br> ![item_filter](img/item_filter_0.5.8.jpg)
* an in game browser to display the created search<br> ![browser](img/item_browser_0.5.8.jpg)

* Customisable keybindings:
* bind in game commands to a custom hotkey
Expand Down Expand Up @@ -78,9 +78,9 @@ These instructions will set you up to run and enjoy the overlay.

1. Head over to [Releases](https://github.com/Kyusung4698/PoE-Overlay/releases) and download the latest zip
2. Extract zip
3. Run `poe-overlay 0.5.7.exe`
3. Run `poe-overlay 0.5.8.exe`
4. Start Path of Exile
5. Wait until you can see `POE Overlay 0.5.7` in the bottom left corner
5. Wait until you can see `POE Overlay 0.5.8` in the bottom left corner
6. Hit `f7` and set `Language` and `League` to meet your game settings

#### Shortcuts
Expand Down
Loading

0 comments on commit e872119

Please sign in to comment.