Skip to content

Commit a4695db

Browse files
authored
Prepare release 2.50.1
1 parent e56f304 commit a4695db

2 files changed

Lines changed: 48 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+
## [v2.50.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.50.1) (2025/02/12)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.49.3...v2.50.1)
6+
7+
## What's Changed
8+
### New to Path of Building
9+
* Fix fallout from SimpleGraphic upgrade with wider Unicode support by @zao in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8412
10+
* Add support for Legacy Of Phrecia Ascendancies by @LocalIdentity in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8449
11+
* Add Support for Shrine buffs from The Gull and staff Rune craft by @LocalIdentity in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8457
12+
* Add more Legacy of Phrecia Mods by @LocalIdentity in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8456
13+
* Implement ability to delete folders with contents by @Paliak in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8416
14+
### Fixed Crashes
15+
* Fix crash caused by lack of envirement override propagation by @Paliak in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8392
16+
### Fixed Calculations
17+
* Fix GemProperty mod not being affected by scaling by @Paliak in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8409
18+
* Improve EHP accuracy by @Edvinas-Smita in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8430
19+
* Fixed Non-Damaging Ailment issue with Critical Mastery in Calc Screen by @Jonathan-Dang in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8393
20+
* Fix Viper Strike of Mamba poison by @Regisle in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8253
21+
### Fixed Behaviours
22+
* Fixed interaction between block replacement effect from Determined Survivor and Necromantic Aegis by @Jonathan-Dang in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8417
23+
* Disable "gain when hit" for builds which cannot survive unlucky hits by @Regisle in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8342
24+
* Update how Influences are handled by @Regisle in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8257
25+
### Accuracy Improvements
26+
* Revert sidebar poison to split posion dps again by @Regisle in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8254
27+
### Fixed Bugs
28+
* Fixes Cinderswallow Urn mod missing in current version. by @n1tr0xs in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8419
29+
### Other changes
30+
* Fix Breathstealer's unique modifier by @n1tr0xs in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8390
31+
* Add poedb.tw to import website list by @Chuanhsing in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8401
32+
* Fix "Full Poison DPS" value capping to one stack by @Wires77 in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8460
33+
34+
35+
336
## [v2.50.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.50.0) (2025/02/12)
437

538
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.49.3...v2.50.0)

changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
VERSION[2.50.1][2025/02/12]
2+
* Fix fallout from SimpleGraphic upgrade with wider Unicode support by @zao in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8412
3+
* Add support for Legacy Of Phrecia Ascendancies by @LocalIdentity in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8449
4+
* Add Support for Shrine buffs from The Gull and staff Rune craft by @LocalIdentity in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8457
5+
* Add more Legacy of Phrecia Mods by @LocalIdentity in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8456
6+
* Implement ability to delete folders with contents by @Paliak in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8416
7+
* Improve EHP accuracy by @Edvinas-Smita in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8430
8+
* Fixed Non-Damaging Ailment issue with Critical Mastery in Calc Screen by @Jonathan-Dang in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8393
9+
* Fix Viper Strike of Mamba poison by @Regisle in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8253
10+
* Disable "gain when hit" for builds which cannot survive unlucky hits by @Regisle in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8342
11+
* Update how Influences are handled by @Regisle in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8257
12+
* Add poedb.tw to import website list by @Chuanhsing in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8401
13+
* Fix "Full Poison DPS" value capping to one stack by @Wires77 in https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8460
14+
15+
116
VERSION[2.50.0][2025/02/12]
217

318
--- New to Path of Building ---

0 commit comments

Comments
 (0)