Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [v2.60.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v2.60.0) (2026/01/28)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.59.1...v2.60.0)


## What's Changed
### New to Path of Building
- Add 3.27 Phrecia Tree [\#9437](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9437) ([ShadowTrolll](https://github.com/ShadowTrolll))

Check warning on line 10 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Trolll)
- Add support for newer unveils on Bitterbind Point [\#9357](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9357) ([Peechey](https://github.com/Peechey))
- Add "aoe" filtering for gem search [\#9433](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9433) ([Blitz54](https://github.com/Blitz54))
### Fixed Crashes
- Fix crash on adding support gems and importing items to many builds [\#9340](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9340) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Radius Jewels in Shared Items Crashing on Load [\#9349](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9349) ([Peechey](https://github.com/Peechey))
- Fix Crash when sorting gems while using Foulborn Gruthkel's Pelt [\#9376](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9376) ([LocalIdentity](https://github.com/LocalIdentity))

Check warning on line 16 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Gruthkel's)
### User Interface
- Fix Foulborn Icons showing on tree nodes, and foil items not importing type [\#9363](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9363) ([Blitz54](https://github.com/Blitz54))
### Fixed Calculations
- Fix Spellslinger gaining generic damage instead of Spell damage [\#9352](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9352) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Foulborn Choir of the Storm's Overcapped Mod not applying to Total Mana [\#9351](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9351) ([Peechey](https://github.com/Peechey))
### Fixed Behaviours
- Fix Party Tab max Fortify override not working [\#9342](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9342) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Utula's working with The Tides of Time [\#9436](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9436) ([Blitz54](https://github.com/Blitz54))
### Accuracy Improvements
- Updated Lori's Lantern text to match in-game description [\#9418](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9418) ([EminGul](https://github.com/EminGul))
- Fix flavour text for some Uniques [\#9434](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9434) ([Blitz54](https://github.com/Blitz54))
- Fix Sirus Meteor and Maven Memory game damage values [\#9372](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9372) ([LocalIdentity](https://github.com/LocalIdentity))


## [v2.59.2](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v2.59.2) (2025/11/23)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.59.1...v2.59.2)
Expand Down
28 changes: 28 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
VERSION[2.60.0][2026/01/28]

--- New to Path of Building ---
* Add 3.27 Phrecia Tree (ShadowTrolll)

Check warning on line 4 in changelog.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Trolll)
* Add support for newer unveils on Bitterbind Point (Peechey)
* Add "aoe" filtering for gem search (Blitz54)

--- Fixed Crashes ---
* Fix crash on adding support gems and importing items to many builds (LocalIdentity)
* Fix Radius Jewels in Shared Items Crashing on Load (Peechey)
* Fix Crash when sorting gems while using Foulborn Gruthkel's Pelt (LocalIdentity)

Check warning on line 11 in changelog.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Gruthkel's)

--- User Interface ---
* Fix Foulborn Icons showing on tree nodes, and foil items not importing type (Blitz54)

--- Fixed Calculations ---
* Fix Spellslinger gaining generic damage instead of Spell damage (LocalIdentity)
* Fix Foulborn Choir of the Storm's Overcapped Mod not applying to Total Mana (Peechey)

--- Fixed Behaviours ---
* Fix Party Tab max Fortify override not working (LocalIdentity)
* Fix Utula's working with The Tides of Time (Blitz54)

--- Accuracy Improvements ---
* Updated Lori's Lantern text to match in-game description (EminGul)
* Fix flavour text for some Uniques (Blitz54)
* Fix Sirus Meteor and Maven Memory game damage values (LocalIdentity)

VERSION[2.59.2][2025/11/23]

--- Fixed Crashes ---
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<PoBVersion>
<Version number="2.59.2" />
<Version number="2.60.0" />
<Source part="default" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/" />
<Source part="runtime" platform="win32" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/runtime/" />
<Source part="program" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/src/" />
Expand Down
Loading