From 946a6981598a10a61581f1eadedef3101c647ce8 Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Wed, 3 Jun 2026 23:15:07 +0000 Subject: [PATCH 1/2] Prepare release 0.18.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ changelog.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd660de7f..03067ecc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [v0.18.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.18.0) (2026/06/03) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.17.1...v0.18.0) + + +## What's Changed +### New to Path of Building +- Add missing 0.5 skill gems [\#2067](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2067) ([LocalIdentity](https://github.com/LocalIdentity)) +- Add new 0.5 Spectres [\#2026](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2026) ([Blitz54](https://github.com/Blitz54)) +- Add new 0.5 Minions [\#2084](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2084) ([LocalIdentity](https://github.com/LocalIdentity)) +- Add support for Eye of Winter ground damage buffs [\#2069](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2069) ([LocalIdentity](https://github.com/LocalIdentity)) +- Add support for Flask instant recovery belt mod [\#2068](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2068) ([LocalIdentity](https://github.com/LocalIdentity)) +- Add support for additional Warcry Empowers [\#2071](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2071) ([Peechey](https://github.com/Peechey)) +- Preserve skill selection on character reimport [\#2079](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2079) ([LocalIdentity](https://github.com/LocalIdentity)) +- Disable right click to paste in the notes tab [\#2085](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2085) ([LocalIdentity](https://github.com/LocalIdentity)) +### User Interface +- Show Runic item headers and change "Ward" text on items to "Runic Ward" [\#2059](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2059) ([Blitz54](https://github.com/Blitz54)) +### Fixed Calculations +- Fix Shrine sceptre Auras not making linked buffs have no Spirit cost [\#2077](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2077) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix Volcanic Eruption not scaling with Projectile damage [\#2062](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2062) ([MrHB212](https://github.com/MrHB212)) +- Fix Smith of Kitava Flowing Metal node not working [\#2016](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2016) ([vaisest](https://github.com/vaisest)) +- Fix some bonded Rune affects applying without Wisdom of the Maji [\#2076](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2076) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix Cold damage contributing to stun buildup [\#2070](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2070) ([LocalIdentity](https://github.com/LocalIdentity)) +### Fixed Behaviours +- Fix Crafted mods not importing from items [\#2064](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2064) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix Gloves not importing when using Way of the Stonefist [\#2072](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2072) ([Eucelia](https://github.com/Eucelia)) +- Fix trade search not working [\#2020](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2020) ([vaisest](https://github.com/vaisest)) +- Fix Jewel mod sorting not working [\#2074](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2074) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix Comet not showing DPS values [\#2046](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2046) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix parsing for Hollow Palm Technique [\#2063](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2063) ([Eucelia](https://github.com/Eucelia)) + + + ## [v0.17.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.17.1) (2026/06/02) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.17.0...v0.17.1) diff --git a/changelog.txt b/changelog.txt index dfb7119822..0e8c66159c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,34 @@ +VERSION[0.18.0][2026/06/03] + +--- New to Path of Building --- +* Add missing 0.5 skill gems (LocalIdentity) +* Add new 0.5 Spectres (Blitz54) +* Add new 0.5 Minions (LocalIdentity) +* Add support for Eye of Winter ground damage buffs (LocalIdentity) +* Add support for Flask instant recovery belt mod (LocalIdentity) +* Add support for additional Warcry Empowers (Peechey) +* Preserve skill selection on character reimport (LocalIdentity) +* Disable right click to paste in the notes tab (LocalIdentity) + +--- User Interface --- +* Show Runic item headers and change "Ward" text on items to "Runic Ward" (Blitz54) + +--- Fixed Calculations --- +* Fix Shrine sceptre Auras not making linked buffs have no Spirit cost (LocalIdentity) +* Fix Volcanic Eruption not scaling with Projectile damage (MrHB212) +* Fix Smith of Kitava Flowing Metal node not working (vaisest) +* Fix some bonded Rune affects applying without Wisdom of the Maji (LocalIdentity) +* Fix Cold damage contributing to stun buildup (LocalIdentity) + +--- Fixed Behaviours --- +* Fix Crafted mods not importing from items (LocalIdentity) +* Fix Gloves not importing when using Way of the Stonefist (Eucelia) +* Fix trade search not working (vaisest) +* Fix Jewel mod sorting not working (LocalIdentity) +* Fix Comet not showing DPS values (LocalIdentity) +* Fix parsing for Hollow Palm Technique (Eucelia) + + VERSION[0.17.1][2026/06/02] --- Fixed Crashes --- From aec14bca739de435a20332792861abf15cc778ba Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Thu, 4 Jun 2026 09:18:10 +1000 Subject: [PATCH 2/2] Fix changelogs --- CHANGELOG.md | 2 +- changelog.txt | 2 +- manifest.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03067ecc79..f5a962eb90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v0.18.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.18.0) (2026/06/03) +## [v0.18.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.18.0) (2026/06/04) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.17.1...v0.18.0) diff --git a/changelog.txt b/changelog.txt index 0e8c66159c..8e8acddade 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -VERSION[0.18.0][2026/06/03] +VERSION[0.18.0][2026/06/04] --- New to Path of Building --- * Add missing 0.5 skill gems (LocalIdentity) diff --git a/manifest.xml b/manifest.xml index 42eb39af36..d97bf9e639 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,6 +1,6 @@ - +