Skip to content

Commit 70804a2

Browse files
github-actions[bot]LocalIdentityLocalIdentity
authored
Release 2.57.0 (#9083)
* Prepare release 2.57.0 * Update changelog * Fix typos --------- Co-authored-by: LocalIdentity <[email protected]> Co-authored-by: LocalIdentity <[email protected]>
1 parent e2711e2 commit 70804a2

File tree

4 files changed

+120
-1
lines changed

4 files changed

+120
-1
lines changed

.github/tweak_changelogs.sh

100644100755
File mode changed.

CHANGELOG.md

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

3+
## [v2.57.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v2.57.0) (2025/10/30)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.56.0...v2.57.0)
6+
7+
8+
## What's Changed
9+
### Keepers of the Flame
10+
- Add 3.27 Skill Tree [\#9068](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9068) ([LocalIdentity](https://github.com/LocalIdentity))
11+
- Add support for Aul Bloodline [\#9054](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9054) ([Peechey](https://github.com/Peechey))
12+
- Add support for Chaos Bloodline [\#9070](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9070) ([LocalIdentity](https://github.com/LocalIdentity))
13+
- Add support for Oshabi Bloodline [\#9056](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9056) ([Peechey](https://github.com/Peechey))
14+
- Add support for Ritualist Bloodline [\#9055](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9055) ([Peechey](https://github.com/Peechey))
15+
- Add support for new & reworked Assassin Ascendancy nodes [\#9025](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9025) ([majochem](https://github.com/majochem))
16+
- Update "Rupture" stack maximum from 3 to 4 [\#9024](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9024) ([majochem](https://github.com/majochem))
17+
- Implement "Minion Attacks now inherently always Hit" [\#9023](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9023) ([majochem](https://github.com/majochem))
18+
### New to Path of Building
19+
- Add support for high DPI awareness to keep PoB looking crisp on higher resolution screens [\#8989](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8989) ([LeonSparta](https://github.com/LeonSparta), [LocalIdentity](https://github.com/LocalIdentity))
20+
- Add setting to override Windows scaling from PoB [\#9048](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9048) ([LocalIdentity](https://github.com/LocalIdentity))
21+
- Add four new spectres and update three existing spectres [\#9069](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9069) ([Lothrik](https://github.com/Lothrik))
22+
- Add Maxroll as a new build site you can export to ([LocalIdentity](https://github.com/LocalIdentity))
23+
- Auto URL encode when pasting an account name into the import [\#8949](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8949) ([Nightblade](https://github.com/Nightblade))
24+
- Update 3.26 uniques [\#8976](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8976) ([Paliak](https://github.com/Paliak))
25+
- Add support for Projectile count of Spiral skills [\#8995](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8995) ([Inzagini](https://github.com/Inzagini))
26+
- Improve skill level breakdown and add gem quality breakdown to calcs tab [\#9002](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9002) ([Paliak](https://github.com/Paliak))
27+
- Improve PoB performance when adding gems [\#9047](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9047), [\#9049](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9049) ([LocalIdentity](https://github.com/LocalIdentity))
28+
### Fixed Crashes
29+
- Fixed crash when sorting Minion skill gems in some builds [\#9062](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9062) ([Lothrik](https://github.com/Lothrik), [Paliak](https://github.com/Paliak))
30+
### User Interface
31+
- Improve UI to match in-game fonts and Item previews [\#9063](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9063) ([Blitz54](https://github.com/Blitz54))
32+
- Add passive tree search tip [\#8986](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8986) ([Nightblade](https://github.com/Nightblade))
33+
- Sort Gem list Alphabetically by default [\#9007](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9007) ([Blitz54](https://github.com/Blitz54))
34+
- Add CTRL + C to error message to copy error text [\#8992](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8992) ([Blitz54](https://github.com/Blitz54))
35+
- Update font files [\#9053](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9053) ([LocalIdentity](https://github.com/LocalIdentity))
36+
### Fixed Calculations
37+
- Fix Spell Echo not working with some Minion skills [\#8956](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8956) ([LocalIdentity](https://github.com/LocalIdentity))
38+
- Correct skill slot comparison for General's Cry detection [\#8954](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8954) ([emmanuel-ferdman](https://github.com/emmanuel-ferdman))
39+
- Use correct stat to set "Every3UseCrit" flag for Glacial Hammer of Shattering [\#8997](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8997) ([fabianmaurer](https://github.com/fabianmaurer))
40+
### Fixed Behaviours
41+
- Fix Runegraft of the Bound duplicating some mods [\#8977](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8977) ([Paliak](https://github.com/Paliak))
42+
- Fix "Monsters cannot be Leeched from" map mod to disable ES leech [\#8970](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8970) ([n1tr0xs](https://github.com/n1tr0xs))
43+
- Fix "Chaos Golem of the Maelström" not enabling Wither config option [\#8988](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8988) ([majochem](https://github.com/majochem))
44+
- Fix Elemental Overload incorrectly setting ailment chance to 0% for critical strikes [\#9061](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9061) ([majochem](https://github.com/majochem))
45+
### Accuracy Improvements
46+
- Update mods on several uniques to use metres for radius instead of units [\#8950](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8950) ([jeremykvlim](https://github.com/jeremykvlim))
47+
- Change "other Ring" wording to "opposite Ring" [\#9028](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9028) ([majochem](https://github.com/majochem))
48+
- Fix Breakdown of Crit Damage when using Dance with Death [\#9012](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9012) ([LocalIdentity](https://github.com/LocalIdentity))
49+
- Fix missing Malevolence Aura Effect on String of Servitude [\#9000](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9000) ([Inzagini](https://github.com/Inzagini))
50+
### Fixed Bugs
51+
- Disable trade UI elements when leagues are not populated [\#8984](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8984) ([Wires77](https://github.com/Wires77))
52+
### Other changes
53+
- Add better support for Unicode filepaths [\#76](https://github.com/PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic/pull/76) ([Zao](https://github.com/Zao))
54+
- Add support for loading webp images [\#88](https://github.com/PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic/pull/88) ([Wires77](https://github.com/Wires77))
55+
- Update PoE.Ninja URLs after migration [\#8967](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8967), [\#9006](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9006) ([Antorell](https://github.com/Antorell), [Wires77](https://github.com/Wires77))
56+
- Update permissions for Linux [\#9040](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9040) ([Wires77](https://github.com/Wires77))
57+
- Fix subscript errors [\#9041](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9041) ([Wires77](https://github.com/Wires77))
58+
- Fix erroneous call to GetUserPath and update pop-up message [\#9082](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9082) ([Wires77](https://github.com/Wires77))
59+
60+
361
## [v2.56.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.56.0) (2025/08/11)
462

563
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.5...v2.56.0)

changelog.txt

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
VERSION[2.57.0][2025/10/30]
2+
3+
--- Keepers of the Flame ---
4+
* Add 3.27 Skill Tree (LocalIdentity)
5+
* Add support for Aul Bloodline (Peechey)
6+
* Add support for Chaos Bloodline (LocalIdentity)
7+
* Add support for Oshabi Bloodline (Peechey)
8+
* Add support for Ritualist Bloodline (Peechey)
9+
* Add support for new & reworked Assassin Ascendancy nodes (majochem)
10+
* Update "Rupture" stack maximum from 3 to 4 (majochem)
11+
* Implement "Minion Attacks now inherently always Hit" (majochem)
12+
13+
--- New to Path of Building ---
14+
* Add support for high DPI awareness to keep PoB looking crisp on higher resolution screens (LeonSparta, LocalIdentity)
15+
* Add setting to override Windows scaling from PoB (LocalIdentity)
16+
* Add four new spectres and update three existing spectres (Lothrik)
17+
* Add Maxroll as a new build site you can export to (LocalIdentity)
18+
* Auto URL encode when pasting an account name into the import (Nightblade)
19+
* Update 3.26 uniques (Paliak)
20+
* Add support for Projectile count of Spiral skills (Inzagini)
21+
* Improve skill level breakdown and add gem quality breakdown to calcs tab (Paliak)
22+
* Improve PoB performance when adding gems (LocalIdentity)
23+
24+
--- Fixed Crashes ---
25+
* Fixed crash when sorting Minion skill gems in some builds (Lothrik, Paliak)
26+
27+
--- User Interface ---
28+
* Improve UI to match in-game fonts and item previews (Blitz54)
29+
* Add passive tree search tip (Nightblade)
30+
* Sort Gem list Alphabetically by default (Blitz54)
31+
* Add CTRL + C to error message to copy error text (Blitz54)
32+
* Update font files (LocalIdentity)
33+
34+
--- Fixed Calculations ---
35+
* Fix Spell Echo not working with some Minion skills (LocalIdentity)
36+
* Correct skill slot comparison for General's Cry detection (emmanuel-ferdman)
37+
* Use correct stat to set "Every3UseCrit" flag for Glacial Hammer of Shattering (fabianmaurer)
38+
39+
--- Fixed Behaviours ---
40+
* Fix Runegraft of the Bound duplicating some mods (Paliak)
41+
* Fix "Monsters cannot be Leeched from" map mod to disable ES leech (n1tr0xs)
42+
* Fix "Chaos Golem of the Maelström" not enabling Wither config option (majochem)
43+
* Fix Elemental Overload incorrectly setting ailment chance to 0% for critical strikes (majochem)
44+
45+
--- Accuracy Improvements ---
46+
* Update mods on several uniques to use metres for radius instead of units (jeremykvlim)
47+
* Change "other Ring" wording to "opposite Ring" (majochem)
48+
* Fix Breakdown of Crit Damage when using Dance with Death (LocalIdentity)
49+
* Fix missing Malevolence Aura Effect on String of Servitude (Inzagini)
50+
51+
--- Fixed Bugs ---
52+
* Disable trade UI elements when leagues are not populated (Wires77)
53+
54+
--- Other changes ---
55+
* Add better support for Unicode filepaths (Zao)
56+
* Add support for loading webp images (Wires77)
57+
* Update PoE.Ninja URLs after migration (Antorell, Wires77)
58+
* Update permissions for Linux (Wires77)
59+
* Fix subscript errors (Wires77)
60+
* Fix erroneous call to GetUserPath and update pop-up message (Wires77)
61+
162
VERSION[2.56.0][2025/08/11]
263

364
--- 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="2.56.0" />
3+
<Version number="2.57.0" />
44
<Source part="default" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/" />
55
<Source part="runtime" platform="win32" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/runtime/" />
66
<Source part="program" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/src/" />

0 commit comments

Comments
 (0)