Skip to content

Commit aafd14a

Browse files
authored
Merge branch 'PathOfBuildingCommunity:dev' into animations
2 parents 317d69d + efdff3c commit aafd14a

119 files changed

Lines changed: 73666 additions & 56344 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/tweak_changelogs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ sed -i -re 's/( \()?\[\\#[0-9]+\]\([^)]*\),? ?\)?//g' changelog_temp.txt
5050
sed -i -re 's/\[([^]]*)\]\(https:\/\/github\.com\/[^)]*\)/\1/g' changelog_temp.txt
5151
# Create new changelog format: add version header, remove lines 2-3, format section headers, remove ## headers with following line, prepend to existing changelog
5252
echo "VERSION[${RELEASE_VERSION#v}][$(date +'%Y/%m/%d')]" | cat - changelog_temp.txt | sed '2,3d' | sed -re 's/^### (.*)/\n--- \1 ---/' | sed -e '/^##.*/,+1 d' | cat - changelog.txt > changelog_new.txt
53+
# Convert dashes to asterisks for bullet points
54+
sed -i -e 's/^- /* /' changelog_new.txt
5355
mv changelog_new.txt changelog.txt
5456

5557
# Normalize line endings to CRLF for all output files to ensure consistent checksums with Windows

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,59 @@
11
# Changelog
22

3+
## [v2.58.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v2.58.1) (2025/11/05)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.58.0...v2.58.1)
6+
7+
8+
## What's Changed
9+
### User Interface
10+
- Fix incorrect tooltip when crafting some flask mods [\#9164](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9164) ([LocalIdentity](https://github.com/LocalIdentity))
11+
- Fix Damage Gain breakdown including skill conversion [\#9170](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9170) ([LocalIdentity](https://github.com/LocalIdentity))
12+
- Fix insufficient skill cost warning applying to other skills [\#9172](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9172) ([LocalIdentity](https://github.com/LocalIdentity))
13+
### Fixed Calculations
14+
- Fix Spectre conversion multiplier applying to "gain as x" mods and Chaos damage [\#9168](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9168) ([LocalIdentity](https://github.com/LocalIdentity))
15+
- Fix Pyroclast Mine Exposure being inverted and unscalable [\#9160](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9160) ([LocalIdentity](https://github.com/LocalIdentity))
16+
### Fixed Behaviours
17+
- Fix Intuitive Leap, Thread of Hope and Impossible Escape not parsing correctly [\#9167](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9167) ([Wires77](https://github.com/Wires77))
18+
- Fix mod order when crafting Grafts [\#9163](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9163) ([LocalIdentity](https://github.com/LocalIdentity))
19+
- Fix "Farewell to Flesh" not applying to Agony Crawler ailment damage [\#9162](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9162) ([LocalIdentity](https://github.com/LocalIdentity))
20+
- Fix Dying Breath Curse effect mod not working [\#9173](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9173) ([LocalIdentity](https://github.com/LocalIdentity))
21+
22+
23+
24+
## [v2.58.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v2.58.0) (2025/11/03)
25+
26+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.57.0...v2.58.0)
27+
28+
29+
## What's Changed
30+
### Keepers of the Flame
31+
- Update and add new 3.27 skills [\#9142](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9142) ([LocalIdentity](https://github.com/LocalIdentity))
32+
- Add new Wand and Ring item bases [\#9142](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9142) ([LocalIdentity](https://github.com/LocalIdentity))
33+
- Add initial support for Grafts [\#9148](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9148) ([LocalIdentity](https://github.com/LocalIdentity))
34+
- Add initial support for Foulborn unique mods [\#9116](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9116) ([Wires77](https://github.com/Wires77))
35+
- Add Support for new Monster Phys damage conversion logic [\#9150](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9150) ([LocalIdentity](https://github.com/LocalIdentity))
36+
- Add support for "Farewell to Flesh" (Lycia Bloodline Herald Ascendancy Node) [\#9108](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9108) ([majochem](https://github.com/majochem))
37+
- Add instant buyout to search URLs [\#9136](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9136) ([Goufix](https://github.com/Goufix))
38+
### User Interface
39+
- Show Foulborn Icon on new Foulborn uniques and flavour text on new base items [\#9147](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9147) ([Blitz54](https://github.com/Blitz54))
40+
- Sort Replica Dragonfang's Flight mods [\#9096](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9096) ([Wires77](https://github.com/Wires77))
41+
- Fix "The Tactician" missing flavour text [\#9130](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9130) ([Nightblade](https://github.com/Nightblade))
42+
### Fixed Calculations
43+
- Fix Warcry uptime when using Dual Strike of Ambidexterity [\#9145](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9145) ([LocalIdentity](https://github.com/LocalIdentity))
44+
### Fixed Behaviours
45+
- Fix Gem dropdown tooltip not updating when hovering over gems [\#9146](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9146) ([LocalIdentity](https://github.com/LocalIdentity))
46+
- Fix Aul Bloodline Aura nodes always applying [\#9103](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9103) ([LocalIdentity](https://github.com/LocalIdentity))
47+
- Fix Everlasting Sacrifice not showing the config from the Chaos Ascendancy [\#9097](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9097) ([Wires77](https://github.com/Wires77))
48+
- Fix Intuitive Leap, Thread of Hope and Impossible Escape not working [\#9135](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9135) ([n1tr0xs](https://github.com/n1tr0xs))
49+
- Fix legacy Curse cluster not appearing on tree sometimes [\#9141](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9141) ([LocalIdentity](https://github.com/LocalIdentity))
50+
- Fix Overexertion and Echoes of Creation counting duplicate Warcries [\#9144](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9144) ([LocalIdentity](https://github.com/LocalIdentity))
51+
- Fix Chaos Inoculation not disabling Righteous Fire Buff and Degen [\#9110](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9110) ([LocalIdentity](https://github.com/LocalIdentity))
52+
### Accuracy Improvements
53+
- Fix Burning Ground from Replica Siegebreaker not working [\#9102](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9102) ([pabgarbar](https://github.com/pabgarbar))
54+
### Other changes
55+
- Fix broken header images on Linux [\#9092](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9092) ([ZereoX](https://github.com/ZereoX))
56+
357
## [v2.57.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v2.57.0) (2025/10/30)
458

559
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.56.0...v2.57.0)

changelog.txt

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
VERSION[2.58.1][2025/11/05]
2+
3+
--- User Interface ---
4+
* Fix incorrect tooltip when crafting some flask mods (LocalIdentity)
5+
* Fix Damage Gain breakdown including skill conversion (LocalIdentity)
6+
* Fix insufficient skill cost warning applying to other skills (LocalIdentity)
7+
8+
--- Fixed Calculations ---
9+
* Fix Spectre conversion multiplier applying to "gain as x" mods and Chaos damage (LocalIdentity)
10+
* Fix Pyroclast Mine Exposure being inverted and unscalable (LocalIdentity)
11+
12+
--- Fixed Behaviours ---
13+
* Fix Intuitive Leap, Thread of Hope and Impossible Escape not parsing correctly (Wires77)
14+
* Fix mod order when crafting Grafts (LocalIdentity)
15+
* Fix "Farewell to Flesh" not applying to Agony Crawler ailment damage (LocalIdentity)
16+
* Fix Dying Breath Curse effect mod not working (LocalIdentity)
17+
18+
19+
VERSION[2.58.0][2025/11/03]
20+
21+
--- Keepers of the Flame ---
22+
* Update and add new 3.27 skills (LocalIdentity)
23+
* Add new Wand and Ring item bases (LocalIdentity)
24+
* Add initial support for Grafts (LocalIdentity)
25+
* Add initial support for Foulborn unique mods (Wires77)
26+
* Add Support for new Monster Phys damage conversion logic (LocalIdentity)
27+
* Add support for "Farewell to Flesh" (Lycia Bloodline Herald Ascendancy Node) (majochem)
28+
* Add instant buyout to search URLs (Goufix)
29+
30+
--- User Interface ---
31+
* Show Foulborn Icon on new Foulborn uniques and flavour text on new base items (Blitz54)
32+
* Sort Replica Dragonfang's Flight mods (Wires77)
33+
* Fix "The Tactician" missing flavour text (Nightblade)
34+
35+
--- Fixed Calculations ---
36+
* Fix Warcry uptime when using Dual Strike of Ambidexterity (LocalIdentity)
37+
38+
--- Fixed Behaviours ---
39+
* Fix Gem dropdown tooltip not updating when hovering over gems (LocalIdentity)
40+
* Fix Aul Bloodline Aura nodes always applying (LocalIdentity)
41+
* Fix Everlasting Sacrifice not showing the config from the Chaos Ascendancy (Wires77)
42+
* Fix Intuitive Leap, Thread of Hope and Impossible Escape not working (n1tr0xs)
43+
* Fix legacy Curse cluster not appearing on tree sometimes (LocalIdentity)
44+
* Fix Overexertion and Echoes of Creation counting duplicate Warcries (LocalIdentity)
45+
* Fix Chaos Inoculation not disabling Righteous Fire Buff and Degen (LocalIdentity)
46+
47+
--- Accuracy Improvements ---
48+
* Fix Burning Ground from Replica Siegebreaker not working (pabgarbar)
49+
50+
--- Other changes ---
51+
* Fix broken header images on Linux (ZereoX)
52+
153
VERSION[2.57.0][2025/10/30]
254

355
--- Keepers of the Flame ---
@@ -2535,7 +2587,7 @@ VERSION[2.19.0][2022/07/12]
25352587
VERSION[2.18.1][2022/06/05]
25362588

25372589
--- Fixed Bugs ---
2538-
- Fix crash related to Life gain on Block (Regisle)
2590+
* Fix crash related to Life gain on Block (Regisle)
25392591

25402592
VERSION[2.18.0][2022/06/05]
25412593

@@ -2781,7 +2833,7 @@ VERSION[2.14.0][2022/02/05]
27812833
* Add Armour and Evasion sorting to the tree and uniques tab (Lexy)
27822834
* Add Mastery tooltip for an unallocated node when comparing trees (pHiney)
27832835
* Add improvements to multiple passive tree jewel socket management (Lothrik)
2784-
- Update tree images to use the latest colours (LocalIdentity)
2836+
* Update tree images to use the latest colours (LocalIdentity)
27852837
* Fix Passive Tree Management Titles (pHiney)
27862838

27872839
--- New Calculations ---
@@ -2810,7 +2862,7 @@ VERSION[2.14.0][2022/02/05]
28102862
* Update Crimson Storm changes (lpolaright)
28112863
* Update Whispering Ice and its trigger conditions (Nostrademous)
28122864
* Update Kraityn's bandit rewards based on 3.16 values (Prismateria)
2813-
- Update Kingmaker with 3.16 changes (Wires77)
2865+
* Update Kingmaker with 3.16 changes (Wires77)
28142866
* Update Blightwell and Solstice Vigil to 3.16.0 (Lothrik)
28152867
* Update Saqawals Flock to 3.16 values (Lexy)
28162868
* Update Survival Jewels to 3.16.0 (Lothrik)

0 commit comments

Comments
 (0)