diff --git a/CHANGELOG.md b/CHANGELOG.md index 86fdda7b9d..0a65775568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [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 24ff23236a..af4ee52a66 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,18 @@ +VERSION[2.51.0][2025/02/14] + +--- New to Path of Building --- +* Add Wildspeaker, Blind Prophet, Aristocrat and Puppeteer ascendancy jewels (LocalIdentity) +* Add Ancestral Commander, Behemoth, Bog Shaman, and Scavenger ascendancy jewels (Peechey) + +--- Fixed Calculations --- +* Fix maximum virulence parsing for multi-digit increases (deathbeam) +* Fix "Full Poison DPS" value capping to one stack (Wires77) +* Fix ES bypass regression (Edvinas-Smita) + +--- Accuracy Improvements --- +* Fix various issues with Legacy of Phrecia ascendancies (Wires77) + + VERSION[2.50.1][2025/02/12] --- Fixed Calculations --- diff --git a/manifest.xml b/manifest.xml index 3e7fb4c930..04498e6116 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,11 +1,11 @@ - + - + @@ -163,7 +163,7 @@ - + @@ -242,7 +242,7 @@ - + @@ -257,9 +257,9 @@ - + - + @@ -268,11 +268,11 @@ - + - + diff --git a/src/Data/ModCache.lua b/src/Data/ModCache.lua index 6ef6c6ee55..ef4499db73 100755 --- a/src/Data/ModCache.lua +++ b/src/Data/ModCache.lua @@ -10076,8 +10076,7 @@ c["Poisons you inflict deal Damage 40% faster"]={{[1]={flags=0,keywordFlags=0,na c["Poisons you inflict deal Damage 50% faster"]={{[1]={flags=0,keywordFlags=0,name="PoisonFaster",type="INC",value=50}},nil} c["Poisons you inflict during any Flask Effect have 20% chance to deal 100% more Damage"]={{[1]={[1]={type="Condition",var="UsingFlask"},flags=0,keywordFlags=2097152,name="Damage",type="MORE",value=20}},nil} c["Poisons you inflict on non-Poisoned Enemies deal 300% increased Damage"]={{[1]={[1]={type="Condition",var="SinglePoison"},flags=0,keywordFlags=2097152,name="Damage",type="INC",value=300}},nil} -c["Power of Purpose"]={nil,"Power of Purpose "} -c["Power of Purpose --- Incorruptible ---"]={nil,"Power of Purpose --- Incorruptible --- "} +c["Power of Purpose"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Power of Purpose"}},nil} c["Precise Technique"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Precise Technique"}},nil} c["Precision has 100% increased Mana Reservation Efficiency"]={{[1]={[1]={includeTransfigured=true,skillName="Precision",type="SkillName"},flags=0,keywordFlags=0,name="ManaReservationEfficiency",type="INC",value=100}},nil} c["Precision has 50% less Reservation"]={{[1]={[1]={includeTransfigured=true,skillName="Precision",type="SkillName"},flags=0,keywordFlags=0,name="Reserved",type="MORE",value=-50}},nil}