From 5981e7cb2924a8f81b32f8687b2e9a7c5a83b633 Mon Sep 17 00:00:00 2001 From: WhiteFang Date: Mon, 8 Apr 2024 19:29:48 +0200 Subject: [PATCH] Bumped version to v0.8.33; Updated the ChangeLog --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e09e139..4fc98c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.8.33 (2024-04-08) + +- Updated the PoE Assets using PoE Asset Updater (commit 2f173b0) and PoE Client v3.24.0c (hotfix 1) +- Added item exchange rate lookup support for 'Coffins' and 'Allflame Embers' +- Added the option to 'open in browser' when certain errors occur (e.g. reaching the rate limit when evaluating items) +- Explicitly excluded 'monster level' from the auto-stat-selection for unique items + ## 0.8.32 (2024-03-31) - Updated the PoE Assets using PoE Asset Updater (commit 2f173b0) and PoE Client v3.24.0 (hotfix 6) diff --git a/package-lock.json b/package-lock.json index 8319c26a..a271e313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "poe-overlay", - "version": "0.8.32", + "version": "0.8.33", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 03ea112a..7663c906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poe-overlay", - "version": "0.8.32", + "version": "0.8.33", "private": true, "description": "An Overlay for Path of Exile. Built with Electron and Angular.", "main": "main.js",