Skip to content

Commit 0722878

Browse files
github-actions[bot]LocalIdentityLocalIdentity
authored
Release 2.45.0 (#7887)
* Prepare release 2.45.0 * Fix Changelogs --------- Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com> Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent c79544b commit 0722878

File tree

3 files changed

+79
-1
lines changed

3 files changed

+79
-1
lines changed

CHANGELOG.md

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

3+
## [v2.45.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.45.0) (2024/07/24)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.44.1...v2.45.0)
6+
7+
<!-- Release notes generated using configuration in .github/release.yml at dev -->
8+
9+
## What's Changed
10+
### New to Path of Building
11+
- Add automatic calculation for Rage sacrificed when using Rage Vortex [\#7880](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7880) ([LocalIdentity](https://github.com/LocalIdentity))
12+
- Add support for changing item quality in the edit item interface [\#5914](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5914) ([hexeaktivitat](https://github.com/hexeaktivitat))
13+
- Add config options to override the number of Trap/Mines per throw [\#7879](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7879) ([NL908](https://github.com/NL908))
14+
- Update Death Aura damage with 3.25 changes [\#7842](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7842) ([LocalIdentity](https://github.com/LocalIdentity))
15+
- Update Tattoo Keystones with 3.25 Changes [\#7865](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7865) ([LocalIdentity](https://github.com/LocalIdentity))
16+
- Update Legion Notables with 3.25 changes [\#7864](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7864) ([LocalIdentity](https://github.com/LocalIdentity))
17+
- Update Fungal and Profane Ground with 3.25 changes [\#7884](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7884) ([LocalIdentity](https://github.com/LocalIdentity))
18+
### Fixed Crashes
19+
- Fix crash when hovering over Tinctures in Item tab [\#7862](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7862) ([justjuangui](https://github.com/justjuangui))
20+
- Fix crash when socketing Thread of Hope in Cluster socket [\#7882](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7882) ([trimbe](https://github.com/trimbe))
21+
- Fix crash when importing a build with Warcries [\#7853](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7853) ([Regisle](https://github.com/Regisle))
22+
### User Interface
23+
- Add support to search Character import list by Ascendancy [\#7824](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7824) ([justjuangui](https://github.com/justjuangui), [ryuukk](https://github.com/ryuukk))
24+
- Relax matching for loadout names and allow groups at any spot [\#7847](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7847) ([deathbeam](https://github.com/deathbeam))
25+
- Show proper skill group when switching loadouts [\#7874](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7874) ([deathbeam](https://github.com/deathbeam))
26+
### Fixed Calculations
27+
- Fix Seismic Cry AoE calculation [\#7837](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7837) ([LocalIdentity](https://github.com/LocalIdentity))
28+
- Fix Impale not using enemy damage taken [\#7831](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7831) ([mcheese](https://github.com/mcheese))
29+
- Fix Tincture Mana Burn rate applying inversely [\#7851](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7851) ([Regisle](https://github.com/Regisle))
30+
### Fixed Behaviours
31+
- Fix Rage Effect not applying to "per x Rage" mods [\#7866](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7866) ([LocalIdentity](https://github.com/LocalIdentity))
32+
- Fix Autoexertion and Call to Arms not disabling Warcry buffs [\#7861](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7861) ([LocalIdentity](https://github.com/LocalIdentity))
33+
- Fix Arcane Surge not working with Wilma's Requital [\#7872](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7872) ([mcheese](https://github.com/mcheese))
34+
- Fix Cruel Retort granting Attack/Cast Speed to all skills [\#7881](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7881) ([LocalIdentity](https://github.com/LocalIdentity))
35+
### Accuracy Improvements
36+
- Fix Herald of Ash Phys as extra Fire scaling [\#7839](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7839) ([LocalIdentity](https://github.com/LocalIdentity))
37+
- Fix Cyclone of Tumult and Dual Strike of Impaling gem values [\#7883](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7883) ([LocalIdentity](https://github.com/LocalIdentity))
38+
### Fixed Bugs
39+
- Fix config set copies not having independent values [\#7867](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7867) ([justjuangui](https://github.com/justjuangui))
40+
41+
342
## [v2.44.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.44.1) (2024/07/23)
443

544
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.44.0...v2.44.1)

changelog.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
VERSION[2.45.0][2024/07/24]
2+
3+
--- New to Path of Building ---
4+
* Add automatic calculation for Rage sacrificed when using Rage Vortex (LocalIdentity)
5+
* Add support for changing item quality in the edit item interface (hexeaktivitat)
6+
* Add config options to override the number of Trap/Mines per throw (NL908)
7+
* Update Death Aura damage with 3.25 changes (LocalIdentity)
8+
* Update Tattoo Keystones with 3.25 Changes (LocalIdentity)
9+
* Update Legion Notables with 3.25 changes (LocalIdentity)
10+
* Update Fungal and Profane Ground with 3.25 changes (LocalIdentity)
11+
12+
--- Fixed Crashes ---
13+
* Fix crash when hovering over Tinctures in Item tab (justjuangui)
14+
* Fix crash when socketing Thread of Hope in Cluster socket (trimbe)
15+
* Fix crash when importing a build with Warcries (Regisle)
16+
17+
--- User Interface ---
18+
* Add support to search Character import list by Ascendancy (justjuangui, ryuukk)
19+
* Relax matching for loadout names and allow groups at any spot (deathbeam)
20+
* Show proper skill group when switching loadouts (deathbeam)
21+
22+
--- Fixed Calculations ---
23+
* Fix Seismic Cry AoE calculation (LocalIdentity)
24+
* Fix Impale not using enemy damage taken (mcheese)
25+
* Fix Tincture Mana Burn rate applying inversely (Regisle)
26+
27+
--- Fixed Behaviours ---
28+
* Fix Rage Effect not applying to "per x Rage" mods (LocalIdentity)
29+
* Fix Autoexertion and Call to Arms not disabling Warcry buffs (LocalIdentity)
30+
* Fix Arcane Surge not working with Wilma's Requital (mcheese)
31+
* Fix Cruel Retort granting Attack/Cast Speed to all skills (LocalIdentity)
32+
33+
--- Accuracy Improvements ---
34+
* Fix Herald of Ash Phys as extra Fire scaling (LocalIdentity)
35+
* Fix Cyclone of Tumult and Dual Strike of Impaling gem values (LocalIdentity)
36+
37+
--- Fixed Bugs ---
38+
* Fix config set copies not having independent values (justjuangui)
39+
140
VERSION[2.44.1][2024/07/23]
241

342
--- 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.44.1" />
3+
<Version number="2.45.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)