Skip to content

Commit 65037c3

Browse files
github-actions[bot]LocalIdentityLocalIdentity
authored
Release 0.15.0 (#1721)
* Prepare release 0.15.0 * Update changelog --------- Co-authored-by: LocalIdentity <[email protected]> Co-authored-by: LocalIdentity <[email protected]>
1 parent 3b78c17 commit 65037c3

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
lines changed

CHANGELOG.md

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

3+
## [v0.15.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.15.0) (2026/01/14)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.14.0...v0.15.0)
6+
7+
8+
## What's Changed
9+
### New to Path of Building
10+
- Add support for Transcendent Limbs [\#1710](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1710) ([Blitz54](https://github.com/Blitz54))
11+
- Add new Ancient Augment soul cores [\#1717](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1717) ([Blitz54](https://github.com/Blitz54))
12+
- Add support for the rare variant of The Adorned [\#1679](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1679) ([Wires77](https://github.com/Wires77))
13+
- Add Guatelitzi's Ablation, Expand [\#1718](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1718) ([Blitz54](https://github.com/Blitz54))
14+
- Add support for Rageforged support gems [\#1707](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1707) ([laFleuere2](https://github.com/laFleuere2))
15+
- Add support for Arakaali's Lust [\#1694](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1694) ([ain9156](https://github.com/ain9156))
16+
- Add support for Falling Thunder projectiles [\#1702](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1702) ([mauriliogenovese](https://github.com/mauriliogenovese))
17+
- Add support for count of minions in your Presence [\#1696](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1696) ([Dimencia](https://github.com/Dimencia))
18+
- Add Default Item Quality Value option into options [\#1662](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1662) ([mateokladaric](https://github.com/mateokladaric))
19+
- Add support for Bulwark and Primal Hunger Keystones [\#1644](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1644) ([MrHB212](https://github.com/MrHB212))
20+
### Fixed Crashes
21+
- Fix crash on importing build using the rare variant of The Adorned [\#1679](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1679) ([Wires77](https://github.com/Wires77))
22+
### User Interface
23+
- Show "Twice Corrupted" text on imported items [\#1674](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1674) ([Blitz54](https://github.com/Blitz54))
24+
### Fixed Calculations
25+
- Fix Qimah quest not importing when all resist was taken by the player [\#1695](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1695) ([Kenishi](https://github.com/Kenishi))
26+
- Fix Berserk HP loss while inactive and Rage effect mod [\#1661](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1661) ([mateokladaric](https://github.com/mateokladaric))
27+
### Fixed Behaviours
28+
- Fix being able to dual-wield Spears [\#1703](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1703) ([mauriliogenovese](https://github.com/mauriliogenovese))
29+
- Fix Armour Break not appearing when using Mark for Death [\#1663](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1663) ([mateokladaric](https://github.com/mateokladaric))
30+
### Accuracy Improvements
31+
- Fixed names for Ascendancy root nodes [\#1686](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1686) ([Nickomang](https://github.com/Nickomang))
32+
- Remove supports that aren't drop enabled [\#1718](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1718) ([Blitz54](https://github.com/Blitz54))
33+
- Fix Maligaro's Virtuosity variant [\#1664](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1664) ([Wires77](https://github.com/Wires77))
34+
- Fix Artillery Ballista missing skill part name [\#1660](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1660) ([mateokladaric](https://github.com/mateokladaric))
35+
### Fixed Bugs
36+
- Fix increased effect of notables from Time-Lost jewels breaking notable tooltip [\#1712](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1712) ([paul-rl](https://github.com/paul-rl))
37+
### Other changes
38+
- Fix HTTP/2 response headers parsing [\#1668](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1668) ([meehl](https://github.com/meehl))
39+
40+
341
## [v0.14.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.14.0) (2025/12/19)
442

543
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.13.0...v0.14.0)

changelog.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
VERSION[0.15.0][2026/01/14]
2+
3+
--- New to Path of Building ---
4+
* Add support for Transcendent Limbs (Blitz54)
5+
* Add new Ancient Augment soul cores (Blitz54)
6+
* Add support for the rare variant of The Adorned (Wires77)
7+
* Add Guatelitzi's Ablation, Expand (Blitz54)
8+
* Add support for Rageforged support gems (laFleuere2)
9+
* Add support for Arakaali's Lust (ain9156)
10+
* Add support for Falling Thunder projectiles (mauriliogenovese)
11+
* Add support for count of minions in your Presence (Dimencia)
12+
* Add Default Item Quality Value option into options (mateokladaric)
13+
* Add support for Bulwark and Primal Hunger Keystones (MrHB212)
14+
15+
--- Fixed Crashes ---
16+
* Fix crash on importing build using the rare variant of The Adorned (Wires77)
17+
18+
--- User Interface ---
19+
* Show "Twice Corrupted" text on imported items (Blitz54)
20+
21+
--- Fixed Calculations ---
22+
* Fix Qimah quest not importing when all resist was taken by the player (Kenishi)
23+
* Fix Berserk HP loss while inactive and Rage effect mod (mateokladaric)
24+
25+
--- Fixed Behaviours ---
26+
* Fix being able to dual-wield Spears (mauriliogenovese)
27+
* Fix Armour Break not appearing when using Mark for Death (mateokladaric)
28+
29+
--- Accuracy Improvements ---
30+
* Fixed names for Ascendancy root nodes (Nickomang)
31+
* Remove supports that aren't drop enabled (Blitz54)
32+
* Fix Maligaro's Virtuosity variant (Wires77)
33+
* Fix Artillery Ballista missing skill part name (mateokladaric)
34+
35+
--- Fixed Bugs ---
36+
* Fix increased effect of notables from Time-Lost jewels breaking notable tooltip (paul-rl)
37+
38+
139
VERSION[0.14.0][2025/12/19]
240

341
--- New to Path of Building ---

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<PoBVersion>
3-
<Version number="0.14.0" />
3+
<Version number="0.15.0" />
44
<Source part="default" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/" />
55
<Source part="runtime" platform="win32" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/runtime/" />
66
<Source part="program" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/src/" />

0 commit comments

Comments
 (0)