diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a65775568..e805221ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,59 @@ # Changelog -## [v2.51.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.51.0) (2025/02/14) +## [v2.52.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.52.0) (2025/02/20) -[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.50.0...v2.51.0) +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.50.1...v2.52.0) ## What's Changed ### New to Path of Building -- Add Wildspeaker, Blind Prophet, Aristocrat and Puppeteer ascendancy jewels [\#8471 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8471 ) ([LocalIdentity](https://github.com/LocalIdentity)) -- Add Ancestral Commander, Behemoth, Bog Shaman, and Scavenger ascendancy jewels [\#8476 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8476 ) ([Peechey](https://github.com/Peechey)) -### Fixed Calculations -- Fix maximum virulence parsing for multi-digit increases [\#8463 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8463 ) ([deathbeam](https://github.com/deathbeam)) -- Fix "Full Poison DPS" value capping to one stack [\#8460 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8460 ) ([Wires77](https://github.com/Wires77)) -- Fix ES bypass regression [\#8459 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8459 ) ([Edvinas-Smita](https://github.com/Edvinas-Smita)) +- Add tree for Legacy of Phrecia [\#8494 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8494 ) ([Wires77](https://github.com/Wires77)) +- Add checkbox for Sacrificial Zeal [\#8481 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8481 ) ([Paliak](https://github.com/Paliak)) +- Add black background to detail text in character dropdown [\#8487 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8487 ) ([Paliak](https://github.com/Paliak)) +- Add Molten Strike (+Zenith) ball average overlap calculations [\#8427 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8427 ) ([andyli00](https://github.com/andyli00)) +### Fixed Behaviours +- Fix Firestorm of Pelting skill effect duration [\#8493 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8493 ) ([Peechey](https://github.com/Peechey)) ### Accuracy Improvements -- Fix various issues with Legacy of Phrecia ascendancies [\#8465 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8465 ) ([Wires77](https://github.com/Wires77)) - +- Fix Eyes of the Greatwolf DoT Multi wording [\#8483 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8483 ) ([henbe](https://github.com/henbe)) +- Fix influences not importing correctly [\#8500 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8500 ) ([Wires77](https://github.com/Wires77)) +### Fixed Calculations +- Fix several bugs with infinite EHP and wrong phys max hit [\#8495 ](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8495 ) ([Edvinas-Smita](https://github.com/Edvinas-Smita)) +## [v2.51.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.51.0) (2025/02/14) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.50.0...v2.51.0) + +## What's Changed + +### New to Path of Building + +- Add Wildspeaker, Blind Prophet, Aristocrat and Puppeteer ascendancy jewels [\#8471 +](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8471 +) ([LocalIdentity](https://github.com/LocalIdentity)) +- Add Ancestral Commander, Behemoth, Bog Shaman, and Scavenger ascendancy jewels [\#8476 +](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8476 +) ([Peechey](https://github.com/Peechey)) +### Fixed Calculations + +- Fix maximum virulence parsing for multi-digit increases [\#8463 +](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8463 +) ([deathbeam](https://github.com/deathbeam)) +- Fix "Full Poison DPS" value capping to one stack [\#8460 +](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8460 +) ([Wires77](https://github.com/Wires77)) +- Fix ES bypass regression [\#8459 +](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8459 +) ([Edvinas-Smita](https://github.com/Edvinas-Smita)) +### Accuracy Improvements + +- Fix various issues with Legacy of Phrecia ascendancies [\#8465 +](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8465 +) ([Wires77](https://github.com/Wires77)) + + + + + ## [v2.50.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.50.1) (2025/02/12) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.50.0...v2.50.1) diff --git a/changelog.txt b/changelog.txt index af4ee52a66..2ceeecd63e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,21 @@ +VERSION[2.52.0][2025/02/20] + +--- New to Path of Building --- +* Add tree for Legacy of Phrecia (Wires77) +* Add checkbox for Sacrificial Zeal (Paliak) +* Add black background to detail text in character dropdown (Paliak) +* Add Molten Strike (+Zenith) ball average overlap calculations (andyli00) + +--- Fixed Behaviours --- +* Fix Firestorm of Pelting skill effect duration (Peechey) + +--- Accuracy Improvements --- +* Fix Eyes of the Greatwolf DoT Multi wording (henbe) +* Fix influences not importing correctly (Wires77) + +--- Fixed Calculations --- +* Fix several bugs with infinite EHP and wrong phys max hit (Edvinas-Smita) + VERSION[2.51.0][2025/02/14] --- New to Path of Building --- diff --git a/manifest.xml b/manifest.xml index 04498e6116..f50361efa6 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,11 +1,11 @@ - + - + @@ -70,13 +70,13 @@ - + - + @@ -94,7 +94,7 @@ - + @@ -123,7 +123,7 @@ - + @@ -163,7 +163,7 @@ - + @@ -179,8 +179,8 @@ - - + + @@ -224,7 +224,7 @@ - + @@ -242,22 +242,22 @@ - + - + - + - + @@ -267,12 +267,12 @@ - + - + @@ -337,6 +337,7 @@ + @@ -578,6 +579,24 @@ + + + + + + + + + + + + + + + + + + @@ -597,6 +616,24 @@ + + + + + + + + + + + + + + + + + +