diff --git a/CHANGELOG.md b/CHANGELOG.md index 734407ec..19e44e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 3f06fdd6..d96e7ce6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![GitHub Release Date](https://img.shields.io/github/release-date/Kyusung4698/PoE-Overlay) Become a Patron -# 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. @@ -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 diff --git a/package.json b/package.json index f9f0febe..5bfb9623 100644 --- a/package.json +++ b/package.json @@ -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",