Skip to content

Commit 06dcc3e

Browse files
Release 0.10.0 (#1237)
--- The Third Edict --- * Add 0.3 passive tree (trompetin17) * Update Minions to no longer need Accuracy (majochem) * Update Giant's Blood (dhope1106) * Add miscellaneous changes from patch notes (LocalIdentity) * Update gem attributes requirement formula (LocalIdentity) * Update Unarmed Crit to 5% (majochem) * Update Evasion / Hit Chance formula (LocalIdentity) * Update Evasion to also apply to Spell damage (LocalIdentity) * Add Importing for Desecrated mods (LocalIdentity) --- New to Path of Building --- * Add shortcut to copy node text from Passive Tree to the clipboard (rexfox147) * Add support for "with Spell skills" mods (NL908) * Add support for "reduced effect of Freeze on you" (Blitz54) * Sort Attribute Requirement List (Blitz54) * Add support for "Apex of the Moment" (Chronomancer) (majochem) * Update PoE.Ninja match URLs for merged site (Wires77) --- User Interface --- * Fix Ascendancy header image and rename itemTooltip to tooltipHeader (Blitz54) * Fix vertical spacing and tooltip header size (Blitz54) * Change wording for "Base Damage Reduction" on Hit taken mult. section (DarkJaslo) * Keep Max Price and Max Level between Trade Queries (mcagnion) --- Fixed Calculations --- * Fix rounding issue for min/max damage (Blitz54) * Use harmonic mean for Dual Wield Attack Speed calc instead of average (Tntmister) * Fix negative Impale DPS for dual wielding combined Attacks (andyli00) * Fix CI not working correctly with Ghostwrithe (dhope1106) * Fixed EHP based on Block Effect calculation (n1tr0xs) --- Fixed Behaviours --- * Fix automatically running character import on loading build, and show logout button in more cases (Blitz54) * Fix outdated PoE1 bonuses for dual wielding (majochem) * Fix Reduced Effect of Curses on Self not being limited (Blitz54) * Fix gems being added to skill groups when sorting dropdown (Paliak) * Fix Item sort option for "Current Usable" not using taking into account attribute requirement mods (LocalIdentity) * Fix Imported Gem level for skills linked to + gem level supports (LocalIdentity) * Fix Support gems not working with some Minion Skills (Paliak) * Fix Keystones and Jewel sockets from being allocated with Weapon Set passives (TheDechev) --- Accuracy Improvements --- * Fix hover tooltip showing same name for all Companions/Spectres (Blitz54)
1 parent ea4806b commit 06dcc3e

File tree

4 files changed

+1252
-384
lines changed

4 files changed

+1252
-384
lines changed

CHANGELOG.md

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

3+
## [v0.10.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.10.0) (2025/08/30)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.9.0...v0.10.0)
6+
7+
8+
## What's Changed
9+
### The Third Edict
10+
- Add 0.3 passive tree [\#1234](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1234) ([trompetin17](https://github.com/justjuangui))
11+
- Update Minions to no longer need Accuracy [\#1193](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1193) ([majochem](https://github.com/majochem))
12+
- Update Giant's Blood [\#1208](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1208) ([dhope1106](https://github.com/dhope1106))
13+
- Add miscellaneous changes from patch notes [\#1187](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1187) ([LocalIdentity](https://github.com/LocalIdentity))
14+
- Update gem attributes requirement formula [\#1172](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1172) ([LocalIdentity](https://github.com/LocalIdentity))
15+
- Update Unarmed Crit to 5% [\#1192](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1192) ([majochem](https://github.com/majochem))
16+
- Update Evasion / Hit Chance formula [\#1228](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1228) ([LocalIdentity](https://github.com/LocalIdentity))
17+
- Update Evasion to also apply to Spell damage [\#1229](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1229) ([LocalIdentity](https://github.com/LocalIdentity))
18+
- Add Importing for Desecrated mods [\#1198](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1198) ([LocalIdentity](https://github.com/LocalIdentity))
19+
### New to Path of Building
20+
- Add shortcut to copy node text from Passive Tree to the clipboard [\#1211](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1211) ([rexfox147](https://github.com/rexfox147))
21+
- Add support for "with Spell skills" mods [\#1213](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1213) ([NL908](https://github.com/NL908))
22+
- Add support for "reduced effect of Freeze on you" [\#1216](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1216) ([Blitz54](https://github.com/Blitz54))
23+
- Sort Attribute Requirement List [\#1219](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1219) ([Blitz54](https://github.com/Blitz54))
24+
- Add support for "Apex of the Moment" (Chronomancer) [\#1194](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1194) ([majochem](https://github.com/majochem))
25+
- Update PoE.Ninja match URLs for merged site [\#1179](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1179) ([Wires77](https://github.com/Wires77))
26+
### User Interface
27+
- Fix Ascendancy header image and rename itemTooltip to tooltipHeader [\#1189](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1189) ([Blitz54](https://github.com/Blitz54))
28+
- Fix vertical spacing and tooltip header size [\#1190](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1190) ([Blitz54](https://github.com/Blitz54))
29+
- Change wording for "Base Damage Reduction" on Hit taken mult. section [\#1214](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1214) ([DarkJaslo](https://github.com/DarkJaslo))
30+
- Keep Max Price and Max Level between Trade Queries [\#1215](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1215) ([mcagnion](https://github.com/mcagnion))
31+
### Fixed Calculations
32+
- Fix rounding issue for min/max damage [\#1200](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1200) ([Blitz54](https://github.com/Blitz54))
33+
- Use harmonic mean for Dual Wield Attack Speed calc instead of average [\#1205](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1205) ([Tntmister](https://github.com/Tntmister))
34+
- Fix negative Impale DPS for dual wielding combined Attacks [\#1218](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1218) ([andyli00](https://github.com/andyli00))
35+
- Fix CI not working correctly with Ghostwrithe [\#1210](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1210) ([dhope1106](https://github.com/dhope1106))
36+
- Fixed EHP based on Block Effect calculation [\#1227](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1227) ([n1tr0xs](https://github.com/n1tr0xs))
37+
### Fixed Behaviours
38+
- Fix automatically running character import on loading build, and show logout button in more cases [\#1186](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1186) ([Blitz54](https://github.com/Blitz54))
39+
- Fix outdated PoE1 bonuses for dual wielding [\#1201](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1201) ([majochem](https://github.com/majochem))
40+
- Fix Reduced Effect of Curses on Self not being limited [\#1220](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1220) ([Blitz54](https://github.com/Blitz54))
41+
- Fix gems being added to skill groups when sorting dropdown [\#1221](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1221) ([Paliak](https://github.com/Paliak))
42+
- Fix Item sort option for "Current Usable" not using taking into account attribute requirement mods [\#1222](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1222) ([LocalIdentity](https://github.com/LocalIdentity))
43+
- Fix Imported Gem level for skills linked to + gem level supports [\#1204](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1204) ([LocalIdentity](https://github.com/LocalIdentity))
44+
- Fix Support gems not working with some Minion Skills [\#1231](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1231) ([Paliak](https://github.com/Paliak))
45+
- Fix Keystones and Jewel sockets from being allocated with Weapon Set passives [\#1197](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1197) ([TheDechev](https://github.com/TheDechev))
46+
### Accuracy Improvements
47+
- Fix hover tooltip showing same name for all Companions/Spectres [\#1207](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1207) ([Blitz54](https://github.com/Blitz54))
48+
49+
350
## [v0.9.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.9.0) (2025/08/23)
451

552
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.8.0...v0.9.0)

changelog.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
VERSION[0.10.0][2025/08/30]
2+
3+
--- The Third Edict ---
4+
* Add 0.3 passive tree (trompetin17)
5+
* Update Minions to no longer need Accuracy (majochem)
6+
* Update Giant's Blood (dhope1106)
7+
* Add miscellaneous changes from patch notes (LocalIdentity)
8+
* Update gem attributes requirement formula (LocalIdentity)
9+
* Update Unarmed Crit to 5% (majochem)
10+
* Update Evasion / Hit Chance formula (LocalIdentity)
11+
* Update Evasion to also apply to Spell damage (LocalIdentity)
12+
* Add Importing for Desecrated mods (LocalIdentity)
13+
14+
--- New to Path of Building ---
15+
* Add shortcut to copy node text from Passive Tree to the clipboard (rexfox147)
16+
* Add support for "with Spell skills" mods (NL908)
17+
* Add support for "reduced effect of Freeze on you" (Blitz54)
18+
* Sort Attribute Requirement List (Blitz54)
19+
* Add support for "Apex of the Moment" (Chronomancer) (majochem)
20+
* Update PoE.Ninja match URLs for merged site (Wires77)
21+
22+
--- User Interface ---
23+
* Fix Ascendancy header image and rename itemTooltip to tooltipHeader (Blitz54)
24+
* Fix vertical spacing and tooltip header size (Blitz54)
25+
* Change wording for "Base Damage Reduction" on Hit taken mult. section (DarkJaslo)
26+
* Keep Max Price and Max Level between Trade Queries (mcagnion)
27+
28+
--- Fixed Calculations ---
29+
* Fix rounding issue for min/max damage (Blitz54)
30+
* Use harmonic mean for Dual Wield Attack Speed calc instead of average (Tntmister)
31+
* Fix negative Impale DPS for dual wielding combined Attacks (andyli00)
32+
* Fix CI not working correctly with Ghostwrithe (dhope1106)
33+
* Fixed EHP based on Block Effect calculation (n1tr0xs)
34+
35+
--- Fixed Behaviours ---
36+
* Fix automatically running character import on loading build, and show logout button in more cases (Blitz54)
37+
* Fix outdated PoE1 bonuses for dual wielding (majochem)
38+
* Fix Reduced Effect of Curses on Self not being limited (Blitz54)
39+
* Fix gems being added to skill groups when sorting dropdown (Paliak)
40+
* Fix Item sort option for "Current Usable" not using taking into account attribute requirement mods (LocalIdentity)
41+
* Fix Imported Gem level for skills linked to + gem level supports (LocalIdentity)
42+
* Fix Support gems not working with some Minion Skills (Paliak)
43+
* Fix Keystones and Jewel sockets from being allocated with Weapon Set passives (TheDechev)
44+
45+
--- Accuracy Improvements ---
46+
* Fix hover tooltip showing same name for all Companions/Spectres (Blitz54)
47+
148
VERSION[0.9.0][2025/08/23]
249

350
--- New to Path of Building ---

0 commit comments

Comments
 (0)