Skip to content

Commit 0424fc7

Browse files
Release 2.52.1 (#8502)
* Prepare release 2.52.1 * Update CHANGELOG.md * Update manifest --------- Co-authored-by: Wires77 <[email protected]>
1 parent 279999f commit 0424fc7

File tree

4 files changed

+54
-17
lines changed

4 files changed

+54
-17
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ src/Export/ggpk/*.dll
3535
src/Data/TimelessJewelData/*.bin
3636

3737
# Simplegraphic Debugging
38-
runtime/imgui.ini
38+
runtime/imgui.ini
39+
runtime/SimpleGraphic/SimpleGraphic.log

CHANGELOG.md

+45-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,54 @@
11
# Changelog
22

3+
## [v2.52.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.52.1) (2025/02/20)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.50.1...v2.52.1)
6+
7+
## What's Changed
8+
### Fixed Bugs
9+
Fixed update error by ([Wires77](https://github.com/Wires77))
10+
11+
312
## [v2.52.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.52.0) (2025/02/20)
413

514
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.50.1...v2.52.0)
615

7-
## What's Changed
8-
### New to Path of Building
9-
- Add tree for Legacy of Phrecia [\#8494](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8494) ([Wires77](https://github.com/Wires77))
10-
- Add checkbox for Sacrificial Zeal [\#8481](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8481) ([Paliak](https://github.com/Paliak))
11-
- Add black background to detail text in character dropdown [\#8487](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8487) ([Paliak](https://github.com/Paliak))
12-
- Add Molten Strike (+Zenith) ball average overlap calculations [\#8427](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8427) ([andyli00](https://github.com/andyli00))
13-
### Fixed Behaviours
14-
- Fix Firestorm of Pelting skill effect duration [\#8493](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8493) ([Peechey](https://github.com/Peechey))
15-
### Accuracy Improvements
16-
- Fix Eyes of the Greatwolf DoT Multi wording [\#8483](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8483) ([henbe](https://github.com/henbe))
17-
- Fix influences not importing correctly [\#8500](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8500) ([Wires77](https://github.com/Wires77))
18-
### Fixed Calculations
19-
- Fix several bugs with infinite EHP and wrong phys max hit [\#8495](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8495) ([Edvinas-Smita](https://github.com/Edvinas-Smita))
20-
16+
## What's Changed
17+
18+
### New to Path of Building
19+
20+
- Add tree for Legacy of Phrecia [\#8494
21+
](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8494
22+
) ([Wires77](https://github.com/Wires77))
23+
- Add checkbox for Sacrificial Zeal [\#8481
24+
](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8481
25+
) ([Paliak](https://github.com/Paliak))
26+
- Add black background to detail text in character dropdown [\#8487
27+
](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8487
28+
) ([Paliak](https://github.com/Paliak))
29+
- Add Molten Strike (+Zenith) ball average overlap calculations [\#8427
30+
](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8427
31+
) ([andyli00](https://github.com/andyli00))
32+
### Fixed Behaviours
33+
34+
- Fix Firestorm of Pelting skill effect duration [\#8493
35+
](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8493
36+
) ([Peechey](https://github.com/Peechey))
37+
### Accuracy Improvements
38+
39+
- Fix Eyes of the Greatwolf DoT Multi wording [\#8483
40+
](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8483
41+
) ([henbe](https://github.com/henbe))
42+
- Fix influences not importing correctly [\#8500
43+
](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8500
44+
) ([Wires77](https://github.com/Wires77))
45+
### Fixed Calculations
46+
47+
- Fix several bugs with infinite EHP and wrong phys max hit [\#8495
48+
](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8495
49+
) ([Edvinas-Smita](https://github.com/Edvinas-Smita))
50+
51+
2152

2253
## [v2.51.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.51.0) (2025/02/14)
2354

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
VERSION[2.52.1][2025/02/20]
2+
3+
--- Fixed Bugs ---
4+
Fixed update error (Wires77)
5+
16
VERSION[2.52.0][2025/02/20]
27

38
--- New to Path of Building ---

manifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<PoBVersion>
3-
<Version number="2.52.0" />
3+
<Version number="2.52.1" />
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/" />
77
<Source part="tree" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/src/" />
8-
<File name="changelog.txt" part="default" sha1="78c015075c808453f1550c9a2aabf5688a4ab57b" />
8+
<File name="changelog.txt" part="default" sha1="7e514ac76ce2150645f67f41eb9e8f3ad50a5346" />
99
<File name="help.txt" part="default" sha1="e486cb63a78f5ca355430b67fa23e02fd30f5771" />
1010
<File name="LICENSE.md" part="default" sha1="c77635aa1ba0a2ffe8eb72f93b3376e3a3d2041a" />
1111
<File name="Assets/ascendants/ascendant.jpeg" part="program" sha1="c9edaa10dad44c5361f873e68fa39a831338e9ec" />

0 commit comments

Comments
 (0)