Skip to content

Commit 99d2714

Browse files
github-actions[bot]LocalIdentityLocalIdentity
authored
Release 0.19.0 (#2104)
* Prepare release 0.19.0 * Fix changelogs --------- Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com> Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent af7d16f commit 99d2714

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.19.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.19.0) (2026/06/05)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.18.0...v0.19.0)
6+
7+
8+
## What's Changed
9+
### New to Path of Building
10+
- Update passive tree with 0.5.1 changes [\#2096](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2096) ([trompetin17](https://github.com/justjuangui))
11+
- Update skills with 0.5.1 changes by [LocalIdentity](https://github.com/LocalIdentity)
12+
- Add Facebreaker unique gloves support [\#2097](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2097) ([Anakior](https://github.com/Anakior), [LocalIdentity](https://github.com/LocalIdentity))
13+
- Add support for various Parry modifiers (Debuff Magnitude, Range, Duration) [\#2080](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2080) ([majochem](https://github.com/majochem))
14+
- Implement parsing for remnant effect mods [\#2093](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2093) ([moxaj](https://github.com/moxaj))
15+
### Fixed Crashes
16+
- Fix crash when importing a character that uses Facebreaker gloves [\#2098](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2098) ([LocalIdentity](https://github.com/LocalIdentity))
17+
- Fix crash when clicking on empty rune list [\#2091](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2091) ([vaisest](https://github.com/vaisest))
18+
### Fixed Calculations
19+
- Fix Deflect chance not being capped at 95% [\#2100](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2100) ([LocalIdentity](https://github.com/LocalIdentity))
20+
- Fix Hollow Form support effects being switched [\#2099](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2099) ([LocalIdentity](https://github.com/LocalIdentity))
21+
- Fix Virtuous Barrier not factoring the base 3 of each type of mote [\#2103](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2103) ([LocalIdentity](https://github.com/LocalIdentity))
22+
### User Interface
23+
- Fix hidden Oracle nodes being included in power report and missing connector lines [\#2090](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2090) ([MrHB212](https://github.com/MrHB212))
24+
25+
326
## [v0.18.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.18.0) (2026/06/04)
427

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

changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
VERSION[0.19.0][2026/06/05]
2+
3+
--- New to Path of Building ---
4+
* Update passive tree with 0.5.1 changes (trompetin17)
5+
* Update skills with 0.5.1 changes (LocalIdentity)
6+
* Add Facebreaker unique gloves support (Anakior, LocalIdentity)
7+
* Add support for various Parry modifiers (Debuff Magnitude, Range, Duration) (majochem)
8+
* Implement parsing for remnant effect mods (moxaj)
9+
10+
--- Fixed Crashes ---
11+
* Fix crash when importing a character that uses Facebreaker gloves (LocalIdentity)
12+
* Fix crash when clicking on empty rune list (vaisest)
13+
14+
--- Fixed Calculations ---
15+
* Fix Deflect chance not being capped at 95% (LocalIdentity)
16+
* Fix Hollow Form support effects being switched (LocalIdentity)
17+
* Fix Virtuous Barrier not factoring the base 3 of each type of mote (LocalIdentity)
18+
19+
--- User Interface ---
20+
* Fix hidden Oracle nodes being included in power report and missing connector lines (MrHB212)
21+
122
VERSION[0.18.0][2026/06/04]
223

324
--- 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.18.0" />
3+
<Version number="0.19.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)