diff --git a/CHANGELOG.md b/CHANGELOG.md index b242aaa4..9ca580b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,43 +6,33 @@ **Implemented enhancements:** -- Add support for culling [\#2303](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2303) ([andrewbelu](https://github.com/andrewbelu)) -- Escape file names in URLs the updater visits [\#2268](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2268) ([ppoelzl](https://github.com/ppoelzl)) -- Add generic mod parsing for enemy modifiers [\#2266](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2266) ([Wires77](https://github.com/Wires77)) -- Best Guess at numerous skillTypes [\#2244](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2244) ([Nostrademous](https://github.com/Nostrademous)) -- Add support for importing from Garena and Tencent realms [\#2243](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2243) ([Wires77](https://github.com/Wires77)) -- Support "enemies taunted by your warcries take x% increased damage" [\#2225](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2225) ([Helyos96](https://github.com/Helyos96)) -- Cast on Death implementation [\#2200](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2200) ([Nostrademous](https://github.com/Nostrademous)) +- Add support for Culling [\#2303](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2303) ([andrewbelu](https://github.com/andrewbelu)) +- Add full support for Cast on Death support [\#2200](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2200) ([Nostrademous](https://github.com/Nostrademous)) +- Add support for additional cooldown usages in Warcry uptime calculations [\#2296](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2296) ([andrewbelu](https://github.com/andrewbelu)) +- Add support for "Enemies Taunted by your Warcries take x% increased Damage" [\#2225](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2225) ([Helyos96](https://github.com/Helyos96)) +- Add character import options for Garena and Tencent realms [\#2243](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2243) ([Wires77](https://github.com/Wires77)) **Fixed bugs:** -- Fix - 0 being used as a default gem level causes a crash [\#2298](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2298) ([Wires77](https://github.com/Wires77)) -- Fixes Cast Rate for Self-Cast Skills that have Cooldown & Display DPS [\#2297](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2297) ([Nostrademous](https://github.com/Nostrademous)) +- Fix crash when loading old build with cluster jewel notables added in a later patch [\#2299](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2299) ([Wires77](https://github.com/Wires77)) +- Fix crash when the default gem level is zero [\#2298](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2298) ([Wires77](https://github.com/Wires77)) +- Fix error caused by missing source of Affliction Charges [\#2265](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2265) ([Wires77](https://github.com/Wires77)) +- Fix Cast Rate for Self-Cast Skills that have Cooldown & Display DPS [\#2297](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2297) ([Nostrademous](https://github.com/Nostrademous)) +- Fix DoT skills incorrectly considering Attack modifiers [\#2235](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2235) ([Nostrademous](https://github.com/Nostrademous)) +- Fix Orb of Storms Activation Frequency not accounting for More multipliers to Cast Speed [\#2261](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2261) ([pundm](https://github.com/pundm)) - Fix eHP Calculation for Glancing Blows + new Block boots [\#2288](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2288) ([LocalIdentity](https://github.com/LocalIdentity)) -- Fix Hydrosphere damage conversion [\#2279](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2279) ([PJacek](https://github.com/PJacek)) -- Fix missing source for affliction charges causing error [\#2265](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2265) ([Wires77](https://github.com/Wires77)) -- Fix: Oos activation frequency with more multipliers to cast speed [\#2261](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2261) ([pundm](https://github.com/pundm)) -- Fix: Added area baseflag to Chain-Hook [\#2249](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2249) ([pundm](https://github.com/pundm)) -- Fix Accuracy per quality should be global [\#2242](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2242) ([Wires77](https://github.com/Wires77)) -- Fix alternate quality Purifying Flame, Hypothermia, Phys to Lightning debuffs [\#2241](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2241) ([Wires77](https://github.com/Wires77)) -- Fix Anamalous flesh and stone applying twice with Iron Reflexes [\#2237](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2237) ([Wires77](https://github.com/Wires77)) -- FIX: Removed Attack flag from dotCfg [\#2235](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2235) ([Nostrademous](https://github.com/Nostrademous)) -- Doryani's Prototype: fix typo [\#2231](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2231) ([Helyos96](https://github.com/Helyos96)) -- Divergent Pride Fix [\#2219](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2219) ([ALT-F-X](https://github.com/ALT-F-X)) - -**Merged pull requests:** - -- Update exporter data [\#2308](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2308) ([ppoelzl](https://github.com/ppoelzl)) -- Fix crash when loading old build with new cluster jewel notable added in a later patch [\#2299](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2299) ([Wires77](https://github.com/Wires77)) -- Include additional cooldown usages in warcry uptime calculations [\#2296](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2296) ([andrewbelu](https://github.com/andrewbelu)) -- Fix: yoke of suffering equipment level requirements [\#2286](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2286) ([pundm](https://github.com/pundm)) -- Fix: remove 'add bench craft' options from items that cannot be bench crafted [\#2283](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2283) ([pundm](https://github.com/pundm)) -- Fix: BallistaLimit with \(Replica\) Iron Commander [\#2281](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2281) ([pundm](https://github.com/pundm)) -- Fix quality line on Devouring Diadem [\#2256](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2256) ([Wires77](https://github.com/Wires77)) -- Update dev branch [\#2251](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2251) ([Wires77](https://github.com/Wires77)) -- Update contributing [\#2227](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2227) ([ppoelzl](https://github.com/ppoelzl)) - -# Changelog +- Fix Ballista limit with (Replica) Iron Commander equipped [\#2281](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2281) ([pundm](https://github.com/pundm)) +- Fix Accuracy per Quality incorrectly being considered a local modifier [\#2242](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2242) ([Wires77](https://github.com/Wires77)) +- Fix Hydrosphere damage conversion not being considered local [\#2279](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2279) ([PJacek](https://github.com/PJacek)) +- Fix Anomalous Flesh and Stone applying twice with Iron Reflexes active [\#2237](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2237) ([Wires77](https://github.com/Wires77)) +- Fix Alternate Quality Purifying Flame, Hypothermia, Physical to Lightning [\#2241](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2241) ([Wires77](https://github.com/Wires77)) +- Fix Alternate Quality mod on Divergent Pride [\#2219](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2219) ([ALT-F-X](https://github.com/ALT-F-X)) +- Fix Chain Hook not being considered an Area Skill [\#2249](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2249) ([pundm](https://github.com/pundm)) +- Fix parsing of Enemy modifiers [\#2266](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2266) ([Wires77](https://github.com/Wires77)) +- Fix Quality mod on Devouring Diadem [\#2256](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2256) ([Wires77](https://github.com/Wires77)) +- Fix Yoke of Suffering equipment level requirements [\#2286](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2286) ([pundm](https://github.com/pundm)) +- Fix typo in Doryani's Prototype [\#2231](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2231) ([Helyos96](https://github.com/Helyos96)) +- Remove Crafting Bench options from items that cannot be crafted that way [\#2283](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2283) ([pundm](https://github.com/pundm)) ### [1.4.170.27](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v1.4.170.27) (2021/02/21) @@ -3104,9 +3094,3 @@ Other changes: ### 1.0.1 - 2016/08/31 * Fixed an error in the build list screen - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/changelog.txt b/changelog.txt index e0b4fbc2..1e8ebd7a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,36 +1,30 @@ VERSION[1.4.170.28][2021/03/04] -- Add support for culling [\#2303](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2303) ([andrewbelu](https://github.com/andrewbelu)) -- Escape file names in URLs the updater visits [\#2268](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2268) ([ppoelzl](https://github.com/ppoelzl)) -- Add generic mod parsing for enemy modifiers [\#2266](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2266) ([Wires77](https://github.com/Wires77)) -- Best Guess at numerous skillTypes [\#2244](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2244) ([Nostrademous](https://github.com/Nostrademous)) -- Add support for importing from Garena and Tencent realms [\#2243](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2243) ([Wires77](https://github.com/Wires77)) -- Support "enemies taunted by your warcries take x% increased damage" [\#2225](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2225) ([Helyos96](https://github.com/Helyos96)) -- Cast on Death implementation [\#2200](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2200) ([Nostrademous](https://github.com/Nostrademous)) +* Add support for Culling (andrewbelu) +* Add full support for Cast on Death support (Nostrademous) +* Add support for additional cooldown usages in Warcry uptime calculations (andrewbelu) +* Add support for "Enemies Taunted by your Warcries take x% increased Damage" (Helyos96) +* Add character import options for Garena and Tencent realms (Wires77) -- Fix - 0 being used as a default gem level causes a crash [\#2298](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2298) ([Wires77](https://github.com/Wires77)) -- Fixes Cast Rate for Self-Cast Skills that have Cooldown & Display DPS [\#2297](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2297) ([Nostrademous](https://github.com/Nostrademous)) -- Fix eHP Calculation for Glancing Blows + new Block boots [\#2288](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2288) ([LocalIdentity](https://github.com/LocalIdentity)) -- Fix Hydrosphere damage conversion [\#2279](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2279) ([PJacek](https://github.com/PJacek)) -- Fix missing source for affliction charges causing error [\#2265](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2265) ([Wires77](https://github.com/Wires77)) -- Fix: Oos activation frequency with more multipliers to cast speed [\#2261](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2261) ([pundm](https://github.com/pundm)) -- Fix: Added area baseflag to Chain-Hook [\#2249](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2249) ([pundm](https://github.com/pundm)) -- Fix Accuracy per quality should be global [\#2242](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2242) ([Wires77](https://github.com/Wires77)) -- Fix alternate quality Purifying Flame, Hypothermia, Phys to Lightning debuffs [\#2241](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2241) ([Wires77](https://github.com/Wires77)) -- Fix Anamalous flesh and stone applying twice with Iron Reflexes [\#2237](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2237) ([Wires77](https://github.com/Wires77)) -- FIX: Removed Attack flag from dotCfg [\#2235](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2235) ([Nostrademous](https://github.com/Nostrademous)) -- Doryani's Prototype: fix typo [\#2231](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2231) ([Helyos96](https://github.com/Helyos96)) -- Divergent Pride Fix [\#2219](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2219) ([ALT-F-X](https://github.com/ALT-F-X)) - -- Update exporter data [\#2308](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2308) ([ppoelzl](https://github.com/ppoelzl)) -- Fix crash when loading old build with new cluster jewel notable added in a later patch [\#2299](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2299) ([Wires77](https://github.com/Wires77)) -- Include additional cooldown usages in warcry uptime calculations [\#2296](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2296) ([andrewbelu](https://github.com/andrewbelu)) -- Fix: yoke of suffering equipment level requirements [\#2286](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2286) ([pundm](https://github.com/pundm)) -- Fix: remove 'add bench craft' options from items that cannot be bench crafted [\#2283](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2283) ([pundm](https://github.com/pundm)) -- Fix: BallistaLimit with \(Replica\) Iron Commander [\#2281](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2281) ([pundm](https://github.com/pundm)) -- Fix quality line on Devouring Diadem [\#2256](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2256) ([Wires77](https://github.com/Wires77)) -- Update dev branch [\#2251](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2251) ([Wires77](https://github.com/Wires77)) -- Update contributing [\#2227](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2227) ([ppoelzl](https://github.com/ppoelzl)) +* Fix crash when loading old build with cluster jewel notables added in a later patch (Wires77) +* Fix crash when the default gem level is zero (Wires77) +* Fix error caused by missing source of Affliction Charges (Wires77) +* Fix Cast Rate for Self-Cast Skills that have Cooldown & Display DPS (Nostrademous) +* Fix DoT skills incorrectly considering Attack modifiers (Nostrademous) +* Fix Orb of Storms Activation Frequency not accounting for More multipliers to Cast Speed (pundm) +* Fix eHP Calculation for Glancing Blows + new Block boots (LocalIdentity) +* Fix Ballista limit with (Replica) Iron Commander equipped (pundm) +* Fix Accuracy per Quality incorrectly being considered a local modifier (Wires77) +* Fix Hydrosphere damage conversion not being considered local (PJacek) +* Fix Anomalous Flesh and Stone applying twice with Iron Reflexes active (Wires77) +* Fix Alternate Quality Purifying Flame, Hypothermia, Physical to Lightning (Wires77) +* Fix Alternate Quality mod on Divergent Pride (ALT-F-X) +* Fix Chain Hook not being considered an Area Skill (pundm) +* Fix parsing of Enemy modifiers (Wires77) +* Fix Quality mod on Devouring Diadem (Wires77) +* Fix Yoke of Suffering equipment level requirements (pundm) +* Fix typo in Doryani's Prototype (Helyos96) +* Remove Crafting Bench options from items that cannot be crafted that way (pundm) VERSION[1.4.170.27][2021/02/21]