From f2c37d7c730a97856ddcecedf37c1e19cfc80892 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Fri, 24 Jul 2026 23:03:15 +0000 Subject: [PATCH 1/3] Prepare release 0.23.0 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ changelog.txt | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e757447797..a4b85690ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [v0.23.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.23.0) (2026/07/24) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.22.0...v0.23.0) + + +## What's Changed +### New to Path of Building +- Add support for Darkness Enthroned and Atziri's Splendour augment mods [\#2343](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2343) ([LocalIdentity](https://github.com/LocalIdentity)) +### Fixed Crashes +- Fix crash on Lich Jewel breakdown hover [\#2358](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2358) ([Blitz54](https://github.com/Blitz54)) +- Fix buy similar popup not updating url and persist selections [\#2339](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2339) ([vaisest](https://github.com/vaisest)) +### User Interface +- Only show scalable mods in Corruption roll range UI [\#2363](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2363) ([vaisest](https://github.com/vaisest)) +### Fixed Calculations +- Fix Conductive Runes scaling with weapon damage [\#2341](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2341) ([moxaj](https://github.com/moxaj)) +- Fix Crit Chance and base damage for some skills [\#2340](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2340) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix Infused Spark Cast time [\#2361](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2361) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix Life Conversion with CI [\#2354](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2354) ([Blitz54](https://github.com/Blitz54)) +- Fix Mirage Archer having no Spirit cost [\#2234](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2234) ([okazakikun](https://github.com/okazakikun)) +- Fix Liminal Coil counting Marks as Curses [\#2365](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2365) ([vaisest](https://github.com/vaisest)) +### Fixed Behaviours +- Fix level requirements on staves, wands, and jewellery and unique items [\#2323](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2323) ([Blitz54](https://github.com/Blitz54)) +- Fix Heavy Stunned enemies not counting as Stunned [\#2359](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2359) ([moxaj](https://github.com/moxaj)) +- Fix Amuelt Aura's having a Spirit cost [\#2353](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2353) ([jokker23](https://github.com/jokker23)) +- Fix "Shapeshifted" condition being toggled on every build. [\#2346](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2346) ([briansonnenberg](https://github.com/briansonnenberg)) +- Fix gem group counting logic [\#2292](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2292) ([moxaj](https://github.com/moxaj)) +- Fix Rathpith magnitude of Ailments per 100 Life not scaling Ailments properly [\#2364](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2364) ([vaisest](https://github.com/vaisest)) +- Fix Normal and Magic Ward bases not importing [\#2383](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2383) ([LocalIdentity](https://github.com/LocalIdentity)) +### Accuracy Improvements +- Fix parsing Vaal Unique modifiers on items [\#2357](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2357) ([vaisest](https://github.com/vaisest)) +- Remove `Are you fortified?` config option [\#2307](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2307) ([moxaj](https://github.com/moxaj)) +- Add new variant for Controlled Metamorphosis [\#2345](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2345) ([moxaj](https://github.com/moxaj)) + + ## [v0.22.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.22.0) (2026/07/01) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.21.1...v0.22.0) diff --git a/changelog.txt b/changelog.txt index a3e306cb4e..66fb462e65 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,37 @@ +VERSION[0.23.0][2026/07/24] + +--- New to Path of Building --- +* Add support for Darkness Enthroned and Atziri's Splendour augment mods (LocalIdentity) + +--- Fixed Crashes --- +* Fix crash on Lich Jewel breakdown hover (Blitz54) +* Fix buy similar popup not updating url and persist selections (vaisest) + +--- User Interface --- +* Only show scalable mods in Corruption roll range UI (vaisest) + +--- Fixed Calculations --- +* Fix Conductive Runes scaling with weapon damage (moxaj) +* Fix Crit Chance and base damage for some skills (LocalIdentity) +* Fix Infused Spark Cast time (LocalIdentity) +* Fix Life Conversion with CI (Blitz54) +* Fix Mirage Archer having no Spirit cost (okazakikun) +* Fix Liminal Coil counting Marks as Curses (vaisest) + +--- Fixed Behaviours --- +* Fix level requirements on staves, wands, and jewellery and unique items (Blitz54) +* Fix Heavy Stunned enemies not counting as Stunned (moxaj) +* Fix Amuelt Aura's having a Spirit cost (jokker23) +* Fix "Shapeshifted" condition being toggled on every build. (briansonnenberg) +* Fix gem group counting logic (moxaj) +* Fix Rathpith magnitude of Ailments per 100 Life not scaling Ailments properly (vaisest) +* Fix Normal and Magic Ward bases not importing (LocalIdentity) + +--- Accuracy Improvements --- +* Fix parsing Vaal Unique modifiers on items (vaisest) +* Remove `Are you fortified?` config option (moxaj) +* Add new variant for Controlled Metamorphosis (moxaj) + VERSION[0.22.0][2026/07/01] --- 0.5 Return of the Ancients --- From 05f6355a52024a6cc25cee10a64d9bf8e3dcc046 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Fri, 24 Jul 2026 18:21:48 -0500 Subject: [PATCH 2/3] Update manifest --- manifest.xml | 115 ++++++++++++++++++++++++++------------------------- 1 file changed, 58 insertions(+), 57 deletions(-) diff --git a/manifest.xml b/manifest.xml index 53710e6dc9..a3b6fe7612 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,11 +1,11 @@ - + - + @@ -109,11 +109,11 @@ - + - + @@ -131,14 +131,14 @@ - - + + - + @@ -169,7 +169,7 @@ - + @@ -178,16 +178,16 @@ - + - + - + - + @@ -199,62 +199,62 @@ - + - - + + - + - + - + - + - + - - - + + + - + - - - + + + - + - + @@ -1020,43 +1020,43 @@ - + - - + + - - - + + + - + - - + + - - - - - - + + + + + + - + - + - + @@ -1066,28 +1066,29 @@ - + - + - - + + - + - - - + + + - + - + + From 10e5c59a4ba10c895f4107f69a207656f16b8762 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Fri, 24 Jul 2026 18:26:56 -0500 Subject: [PATCH 3/3] Fix typo --- 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 a4b85690ea..4e6e6a5e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ ### Fixed Behaviours - Fix level requirements on staves, wands, and jewellery and unique items [\#2323](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2323) ([Blitz54](https://github.com/Blitz54)) - Fix Heavy Stunned enemies not counting as Stunned [\#2359](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2359) ([moxaj](https://github.com/moxaj)) -- Fix Amuelt Aura's having a Spirit cost [\#2353](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2353) ([jokker23](https://github.com/jokker23)) +- Fix amulet auras having a Spirit cost [\#2353](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2353) ([jokker23](https://github.com/jokker23)) - Fix "Shapeshifted" condition being toggled on every build. [\#2346](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2346) ([briansonnenberg](https://github.com/briansonnenberg)) - Fix gem group counting logic [\#2292](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2292) ([moxaj](https://github.com/moxaj)) - Fix Rathpith magnitude of Ailments per 100 Life not scaling Ailments properly [\#2364](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2364) ([vaisest](https://github.com/vaisest)) diff --git a/changelog.txt b/changelog.txt index 66fb462e65..2f5604c6ef 100644 --- a/changelog.txt +++ b/changelog.txt @@ -21,7 +21,7 @@ VERSION[0.23.0][2026/07/24] --- Fixed Behaviours --- * Fix level requirements on staves, wands, and jewellery and unique items (Blitz54) * Fix Heavy Stunned enemies not counting as Stunned (moxaj) -* Fix Amuelt Aura's having a Spirit cost (jokker23) +* Fix amulet auras having a Spirit cost (jokker23) * Fix "Shapeshifted" condition being toggled on every build. (briansonnenberg) * Fix gem group counting logic (moxaj) * Fix Rathpith magnitude of Ailments per 100 Life not scaling Ailments properly (vaisest) diff --git a/manifest.xml b/manifest.xml index a3b6fe7612..d856c04378 100644 --- a/manifest.xml +++ b/manifest.xml @@ -5,7 +5,7 @@ - +