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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v0.17.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.17.0) (2026/06/01)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.16.0...v0.17.0)


## What's Changed
### New to Path of Building
- Add new 0.5 Data [\#2035](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2035) ([LocalIdentity](https://github.com/LocalIdentity))
- Add new runes from 0.5 [\#2019](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2019) ([Blitz54](https://github.com/Blitz54))
- Add support for Rapid Casting III [\#1965](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1965) ([TarikBeentjes61](https://github.com/TarikBeentjes61))
### User Interface
- Fix showing hidden Unseen Path nodes on search [\#2023](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2023) ([MrHB212](https://github.com/MrHB212))
### Fixed Crashes
- Fix issue creating Loadouts with link identifiers [\#2038](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2038) ([FenikSRT4](https://github.com/FenikSRT4))
### Fixed Calculations
- Fix rangeless mods not getting pasted properly [\#2013](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2013) ([Wires77](https://github.com/Wires77))
- Update quest rewards for 0.5 [\#2027](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2027) ([rasmuskl](https://github.com/rasmuskl))
- Fix Amazon's Critical Strike [\#2039](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2039) ([Peechey](https://github.com/Peechey))
### Fixed Bugs
- Fix various tree bugs by using patch data [\#2018](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2018) ([trompetin17](https://github.com/justjuangui))



## [v0.16.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.16.0) (2026/05/30)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.15.0...v0.16.0)
Expand Down Expand Up @@ -86,7 +109,7 @@
- Fix crash on import from private league [\#1874](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1874) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix crash on loading build due to some minion skills [\#1880](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1880) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix crash when opening some old builds [\#1925](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1925) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Adnonia's Ego power charge mod slider crash [\#1936](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1936) ([LocalIdentity](https://github.com/LocalIdentity))

Check warning on line 112 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Adnonia's)
### User Interface
- Add legacy toggle for gems that are no longer obtainable [\#1935](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1935) ([Peechey](https://github.com/Peechey))
- Show "The Unseen Paths" nodes only when allocated [\#1742](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1742) ([MrHB212](https://github.com/MrHB212))
Expand Down
22 changes: 22 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
VERSION[0.17.0][2026/06/01]

--- New to Path of Building ---
* Add new 0.5 Data (LocalIdentity)
* Add new runes from 0.5 (Blitz54)
* Add support for Rapid Casting III (TarikBeentjes61)

--- User Interface ---
* Fix showing hidden Unseen Path nodes on search (MrHB212)

--- Fixed Crashes ---
* Fix issue creating Loadouts with link identifiers (FenikSRT4)

--- Fixed Calculations ---
* Fix rangeless mods not getting pasted properly (Wires77)
* Update quest rewards for 0.5 (rasmuskl)
* Fix Amazon's Critical Strike (Peechey)

--- Fixed Bugs ---
* Fix various tree bugs by using patch data (trompetin17)


VERSION[0.16.0][2026/05/30]

--- 0.5 Return of the Ancients ---
Expand Down Expand Up @@ -86,7 +108,7 @@
* Fix crash on import from private league (LocalIdentity)
* Fix crash on loading build due to some minion skills (LocalIdentity)
* Fix crash when opening some old builds (LocalIdentity)
* Fix Adnonia's Ego power charge mod slider crash (LocalIdentity)

Check warning on line 111 in changelog.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Adnonia's)

--- User Interface ---
* Add legacy toggle for gems that are no longer obtainable (Peechey)
Expand Down
Loading
Loading