Skip to content

Commit 90604a7

Browse files
author
LocalIdentity
committed
Fix up changelogs
1 parent 5d787df commit 90604a7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
- Fix crash from support gems imported on skills from items [\#1132](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1132) ([Wires77](https://github.com/Wires77))
4545
- Fix Gem tooltips crashing on Linux [\#1169](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1169) ([TheDechev](https://github.com/TheDechev))
4646
### User Interface
47-
- Add button to logout from the PoE API [\#1092](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1092) ([trompetin17](https://github.com/justjuangui))
47+
- Add button to log out from the PoE API [\#1092](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1092) ([trompetin17](https://github.com/justjuangui))
4848
- Show Quiver Effect breakdown on Calcs Tab [\#1091](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1091) ([trompetin17](https://github.com/justjuangui))
4949
- Enable Sorting of folders by date and inherit the sort order in the build save dialog [\#1150](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1150) ([Noologos](https://github.com/Noologos))
5050
- Display distance in Units for AoE breakdown [\#1160](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1160) ([Blitz54](https://github.com/Blitz54))
5151
- Add text after red mods to show that PoB does not currently handle them [\#1173](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1173) ([LocalIdentity](https://github.com/LocalIdentity))
52-
- Add Item Flavour text with styled Tooltips and Passive Tree headers (config to disable if you dont like it) [\#1151](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1151) ([Blitz54](https://github.com/Blitz54))
52+
- Add Item Flavour text with styled Tooltips and Passive Tree headers (config to disable if you don't like it) [\#1151](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1151) ([Blitz54](https://github.com/Blitz54))
5353
### Fixed Calculations
5454
- Fix calculation when using multiple "more Crit Damage Bonus" mods [\#1044](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1044) ([LocalIdentity](https://github.com/LocalIdentity))
5555
- Fix Flicker Strike not scaling with Area damage [\#1040](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1040) ([CedrN](https://github.com/CedrN))

changelog.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VERSION[0.9.0][2025/08/23]
1111
* Add support for "Zealous Inquisition" explode mod (Witchhunter Ascendancy Notable) (majochem)
1212
* Add support for Lich Jewel Socket (trompetin17)
1313
* Add support for Sturdy Ally and Tandem Assault (Blitz54)
14-
* Add support for "Presence" and related mods by (@majochem, @Blitz54) in https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1094, https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1106
14+
* Add support for "Presence" and related mods by (majochem, Blitz54)
1515
* Add support for "Hazard" related mods (majochem)
1616
* Add support for Bleed and Poison chance on critical hit calculation (majochem)
1717

@@ -43,12 +43,12 @@ VERSION[0.9.0][2025/08/23]
4343
* Fix Gem tooltips crashing on Linux (TheDechev)
4444

4545
--- User Interface ---
46-
* Add button to logout from the PoE API (trompetin17)
46+
* Add button to log out from the PoE API (trompetin17)
4747
* Show Quiver Effect breakdown on Calcs Tab (trompetin17)
4848
* Enable Sorting of folders by date and inherit the sort order in the build save dialog (Noologos)
4949
* Display distance in Units for AoE breakdown (Blitz54)
5050
* Add text after red mods to show that PoB does not currently handle them (LocalIdentity)
51-
* Add Item Flavour text with styled Tooltips and Passive Tree headers (config to disable if you dont like it) (Blitz54)
51+
* Add Item Flavour text with styled Tooltips and Passive Tree headers (config to disable if you don't like it) (Blitz54)
5252

5353
--- Fixed Calculations ---
5454
* Fix calculation when using multiple "more Crit Damage Bonus" mods (LocalIdentity)

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

0 commit comments

Comments
 (0)