Skip to content

Commit

Permalink
- 0.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed May 8, 2020
1 parent a045930 commit 08d5f5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## 0.6.27 (2020-05-08)

- improved rate limiting behavior (#678)
- updated rate limiting behavior (#678)
- accounts for external requests aswell (e.g. done through the website)
- checks current limit with a single request before sending
multiple requests if current limit is stale
- fails instanly if rate is limited
- fails instantly if rate is limited
- fails after 10s if rate is still reached
- fixed search trigger after changing value if initial search is off (#682)
- fixed search triggered after changing filter if initial search is off (#682)
- fixed corrupted weapons unable to parse (#684, #688)

## 0.6.26 (2020-04-29)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![GitHub Release Date](https://img.shields.io/github/release-date/Kyusung4698/PoE-Overlay)
<a href="https://www.patreon.com/bePatron?u=30666721"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patron" width="85px" height="20px"></a>

# PoE Overlay 0.6.26
# PoE Overlay 0.6.27

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 @@ -74,11 +74,11 @@ These instructions will set you up to run and enjoy the overlay.
#### Installing

1. Head over to [Releases](https://github.com/Kyusung4698/PoE-Overlay/releases) and download one of the following files
1. `poe-overlay-Setup-0.6.26.exe` to install locally. This supports auto update/ auto launch.
2. `poe-overlay-0.6.26.exe` portable version. This does not support auto update/ auto launch.
1. `poe-overlay-Setup-0.6.27.exe` to install locally. This supports auto update/ auto launch.
2. `poe-overlay-0.6.27.exe` portable version. This does not support auto update/ auto launch.
2. Run either of your downloaded file
3. Start Path of Exile
4. Wait until you can see `PoE Overlay 0.6.26` in the bottom left corner
4. Wait until you can see `PoE Overlay 0.6.27` in the bottom left corner
5. Hit `f7` and set `Language` and `League` to meet your game settings

#### Shortcuts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poe-overlay",
"version": "0.6.26",
"version": "0.6.27",
"private": true,
"description": "A Overlay for Path of Exile. Built with Electron and Angular.",
"main": "main.js",
Expand Down

0 comments on commit 08d5f5d

Please sign in to comment.