Release 2.55.1 (#8758)

* Prepare release 2.55.1

* Fix

---------

Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com>
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
This commit is contained in:
github-actions[bot]
2025-06-30 17:16:26 +10:00
committed by GitHub
parent 386878146e
commit 47c75a60d6
3 changed files with 28 additions and 1 deletions

View File

@@ -1,5 +1,20 @@
# Changelog
## [v2.55.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.55.1) (2025/06/30)
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.0...v2.55.1)
## What's Changed
### Fixed Crashes
- Fix crash when trying to edit Config/Item Set after saving a new Set [\#8749](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8749) ([Blitz54](https://github.com/Blitz54))
### Fixed Behaviours
- Fix Summoned Phantasm not working correctly when used in Soulwrest [\#8757](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8757) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix The Dark Monarch not scaling "per summoned x" mods [\#8756](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8756) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Swift Affliction less duration and damaging ailment duration not applying individually [\#8754](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8754) ([deathbeam](https://github.com/deathbeam))
- Fix Coiling Whisper applying to all Curses instead of just Hexes [\#8752](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8752) ([pjo256](https://github.com/pjo256))
- Fix Runegraft bonus for Boots / Gloves not working [\#8746](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8746) ([LocalIdentity](https://github.com/LocalIdentity))
## [v2.55.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.55.0) (2025/06/29)
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.54.0...v2.55.0)

View File

@@ -1,3 +1,15 @@
VERSION[2.55.1][2025/06/30]
--- Fixed Crashes ---
* Fix crash when trying to edit Config/Item Set after saving a new Set (Blitz54)
--- Fixed Behaviours ---
* Fix Summoned Phantasm not working correctly when used in Soulwrest (LocalIdentity)
* Fix The Dark Monarch not scaling "per summoned x" mods (LocalIdentity)
* Fix Swift Affliction less duration and damaging ailment duration not applying individually (deathbeam)
* Fix Coiling Whisper applying to all Curses instead of just Hexes (pjo256)
* Fix Runegraft bonus for Boots / Gloves not working (LocalIdentity)
VERSION[2.55.0][2025/06/29]
--- New to Path of Building ---

View File

@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<PoBVersion>
<Version number="2.55.0" />
<Version number="2.55.1" />
<Source part="default" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/" />
<Source part="runtime" platform="win32" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/runtime/" />
<Source part="program" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/src/" />