Skip to content

Commit 946a698

Browse files
Prepare release 0.18.0
1 parent b0da34b commit 946a698

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## [v0.18.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.18.0) (2026/06/03)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.17.1...v0.18.0)
6+
7+
8+
## What's Changed
9+
### New to Path of Building
10+
- Add missing 0.5 skill gems [\#2067](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2067) ([LocalIdentity](https://github.com/LocalIdentity))
11+
- Add new 0.5 Spectres [\#2026](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2026) ([Blitz54](https://github.com/Blitz54))
12+
- Add new 0.5 Minions [\#2084](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2084) ([LocalIdentity](https://github.com/LocalIdentity))
13+
- Add support for Eye of Winter ground damage buffs [\#2069](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2069) ([LocalIdentity](https://github.com/LocalIdentity))
14+
- Add support for Flask instant recovery belt mod [\#2068](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2068) ([LocalIdentity](https://github.com/LocalIdentity))
15+
- Add support for additional Warcry Empowers [\#2071](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2071) ([Peechey](https://github.com/Peechey))
16+
- Preserve skill selection on character reimport [\#2079](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2079) ([LocalIdentity](https://github.com/LocalIdentity))
17+
- Disable right click to paste in the notes tab [\#2085](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2085) ([LocalIdentity](https://github.com/LocalIdentity))
18+
### User Interface
19+
- Show Runic item headers and change "Ward" text on items to "Runic Ward" [\#2059](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2059) ([Blitz54](https://github.com/Blitz54))
20+
### Fixed Calculations
21+
- Fix Shrine sceptre Auras not making linked buffs have no Spirit cost [\#2077](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2077) ([LocalIdentity](https://github.com/LocalIdentity))
22+
- Fix Volcanic Eruption not scaling with Projectile damage [\#2062](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2062) ([MrHB212](https://github.com/MrHB212))
23+
- Fix Smith of Kitava Flowing Metal node not working [\#2016](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2016) ([vaisest](https://github.com/vaisest))
24+
- Fix some bonded Rune affects applying without Wisdom of the Maji [\#2076](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2076) ([LocalIdentity](https://github.com/LocalIdentity))
25+
- Fix Cold damage contributing to stun buildup [\#2070](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2070) ([LocalIdentity](https://github.com/LocalIdentity))
26+
### Fixed Behaviours
27+
- Fix Crafted mods not importing from items [\#2064](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2064) ([LocalIdentity](https://github.com/LocalIdentity))
28+
- Fix Gloves not importing when using Way of the Stonefist [\#2072](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2072) ([Eucelia](https://github.com/Eucelia))
29+
- Fix trade search not working [\#2020](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2020) ([vaisest](https://github.com/vaisest))
30+
- Fix Jewel mod sorting not working [\#2074](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2074) ([LocalIdentity](https://github.com/LocalIdentity))
31+
- Fix Comet not showing DPS values [\#2046](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2046) ([LocalIdentity](https://github.com/LocalIdentity))
32+
- Fix parsing for Hollow Palm Technique [\#2063](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2063) ([Eucelia](https://github.com/Eucelia))
33+
34+
35+
336
## [v0.17.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.17.1) (2026/06/02)
437

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

changelog.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
VERSION[0.18.0][2026/06/03]
2+
3+
--- New to Path of Building ---
4+
* Add missing 0.5 skill gems (LocalIdentity)
5+
* Add new 0.5 Spectres (Blitz54)
6+
* Add new 0.5 Minions (LocalIdentity)
7+
* Add support for Eye of Winter ground damage buffs (LocalIdentity)
8+
* Add support for Flask instant recovery belt mod (LocalIdentity)
9+
* Add support for additional Warcry Empowers (Peechey)
10+
* Preserve skill selection on character reimport (LocalIdentity)
11+
* Disable right click to paste in the notes tab (LocalIdentity)
12+
13+
--- User Interface ---
14+
* Show Runic item headers and change "Ward" text on items to "Runic Ward" (Blitz54)
15+
16+
--- Fixed Calculations ---
17+
* Fix Shrine sceptre Auras not making linked buffs have no Spirit cost (LocalIdentity)
18+
* Fix Volcanic Eruption not scaling with Projectile damage (MrHB212)
19+
* Fix Smith of Kitava Flowing Metal node not working (vaisest)
20+
* Fix some bonded Rune affects applying without Wisdom of the Maji (LocalIdentity)
21+
* Fix Cold damage contributing to stun buildup (LocalIdentity)
22+
23+
--- Fixed Behaviours ---
24+
* Fix Crafted mods not importing from items (LocalIdentity)
25+
* Fix Gloves not importing when using Way of the Stonefist (Eucelia)
26+
* Fix trade search not working (vaisest)
27+
* Fix Jewel mod sorting not working (LocalIdentity)
28+
* Fix Comet not showing DPS values (LocalIdentity)
29+
* Fix parsing for Hollow Palm Technique (Eucelia)
30+
31+
132
VERSION[0.17.1][2026/06/02]
233

334
--- Fixed Crashes ---

0 commit comments

Comments
 (0)