From 68974b9d23cf323112405a8c07461884d0215586 Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Wed, 14 Apr 2021 20:10:07 +0000 Subject: [PATCH 1/2] Prepare release 2.1.0 --- CHANGELOG.md | 40 ++++++ changelog.txt | 31 +++++ manifest.xml | 362 +++++++++++++++++++++++++------------------------- 3 files changed, 252 insertions(+), 181 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22aad02e73..be029a93f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [2.1.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/2.1.0) (2021/04/14) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.0.3...2.1.0) + +**Implemented enhancements:** + +- 3.14 Skill Tree [\#2513](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2513) ([LocalIdentity](https://github.com/LocalIdentity)) +- Add support for count-scaling Active Skills from items [\#2496](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2496) ([Nostrademous](https://github.com/Nostrademous)) +- Adding more flags for parsing enemy modifiers [\#2472](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2472) ([Wires77](https://github.com/Wires77)) +- Add support for Accelerating, Noxious, and Unstable catalysts [\#2471](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2471) ([Nostrademous](https://github.com/Nostrademous)) +- Update Low Life/Mana threshold [\#2463](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2463) ([Nostrademous](https://github.com/Nostrademous)) +- Add new Ultimatum uniques, implemented Tecrod's Gaze [\#2461](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2461) ([Wires77](https://github.com/Wires77)) + +**Fixed bugs:** + +- Fix Wintertide brand not getting +1 to attached brand [\#2501](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2501) ([Wires77](https://github.com/Wires77)) +- Fix DD and VD having their spell damage apply to corpse explosions [\#2498](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2498) ([LocalIdentity](https://github.com/LocalIdentity)) +- Adding noGem directive to skills from items [\#2493](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2493) ([Wires77](https://github.com/Wires77)) +- Fix physical damage reduction for bleed from going below zero [\#2481](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2481) ([Wires77](https://github.com/Wires77)) +- Fix outdated modifier text on Aberrath's Hooves [\#2474](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2474) ([pundm](https://github.com/pundm)) +- Generals Cry crash fixes [\#2453](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2453) ([Nostrademous](https://github.com/Nostrademous)) +- Fix TriggerByBrand interaction with Item-granted Active Skill [\#2450](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2450) ([Nostrademous](https://github.com/Nostrademous)) +- Fix "Socketed Gems are supported by..." mods for trigger skills \(e.g. CwC\) [\#2442](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2442) ([Nostrademous](https://github.com/Nostrademous)) +- Fix incorrect application of Buff Effect [\#2391](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2391) ([PJacek](https://github.com/PJacek)) + +**Merged pull requests:** + +- Add radius to Death Aura [\#2514](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2514) ([LocalIdentity](https://github.com/LocalIdentity)) +- Adds support for Vaal Ground Slam having Exertions [\#2512](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2512) ([Nostrademous](https://github.com/Nostrademous)) +- Add support for leech mods rewordings [\#2510](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2510) ([Helyos96](https://github.com/Helyos96)) +- 314 uniques [\#2509](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2509) ([pundm](https://github.com/pundm)) +- replicas last resort now grants 25% ias when on low life [\#2508](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2508) ([pundm](https://github.com/pundm)) +- update the vigils fortify duration to 8 seconds [\#2507](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2507) ([pundm](https://github.com/pundm)) +- Add support for Defiance \(berserker Defy Pain\) [\#2504](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2504) ([Helyos96](https://github.com/Helyos96)) +- Unsupported Mod Additions [\#2469](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2469) ([Nostrademous](https://github.com/Nostrademous)) +- refactor: move generated and new uniques to special directory [\#2459](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2459) ([ppoelzl](https://github.com/ppoelzl)) + + + + ## [2.0.3](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/2.0.3) (2021/04/07) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.0.2...2.0.3) diff --git a/changelog.txt b/changelog.txt index cee12ae6aa..3f9a79e82c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,34 @@ +VERSION[2.1.0][2021/04/14] + +* 3.14 Skill Tree (LocalIdentity) +* Add support for count-scaling Active Skills from items (Nostrademous) +* Adding more flags for parsing enemy modifiers (Wires77) +* Add support for Accelerating, Noxious, and Unstable catalysts (Nostrademous) +* Update Low Life/Mana threshold (Nostrademous) +* Add new Ultimatum uniques, implemented Tecrod's Gaze (Wires77) + +* Fix Wintertide brand not getting +1 to attached brand (Wires77) +* Fix DD and VD having their spell damage apply to corpse explosions (LocalIdentity) +* Adding noGem directive to skills from items (Wires77) +* Fix physical damage reduction for bleed from going below zero (Wires77) +* Fix outdated modifier text on Aberrath's Hooves (pundm) +* Generals Cry crash fixes (Nostrademous) +* Fix TriggerByBrand interaction with Item-granted Active Skill (Nostrademous) +* Fix "Socketed Gems are supported by..." mods for trigger skills \(e.g. CwC\) (Nostrademous) +* Fix incorrect application of Buff Effect (PJacek) + +* Add radius to Death Aura (LocalIdentity) +* Adds support for Vaal Ground Slam having Exertions (Nostrademous) +* Add support for leech mods rewordings (Helyos96) +* 314 uniques (pundm) +* replicas last resort now grants 25% ias when on low life (pundm) +* update the vigils fortify duration to 8 seconds (pundm) +* Add support for Defiance \(berserker Defy Pain\) (Helyos96) +* Unsupported Mod Additions (Nostrademous) +* refactor: move generated and new uniques to special directory (ppoelzl) + + + VERSION[2.0.3][2021/04/07] * Fix ability to tab between inputs on the skills tab (Wires77) diff --git a/manifest.xml b/manifest.xml index f7f21f7275..0686a1f650 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,26 +1,26 @@ - + - - - - - - + + + + + + - - - - + + + + @@ -29,164 +29,164 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -196,7 +196,7 @@ - + @@ -206,7 +206,7 @@ - + @@ -216,7 +216,7 @@ - + @@ -372,7 +372,7 @@ - + @@ -393,24 +393,24 @@ - + - + - + - + - - - - + + + + \ No newline at end of file From 14eabb667f8cdbfbeec5edd12a57495f6805d6d1 Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Thu, 15 Apr 2021 06:23:36 +1000 Subject: [PATCH 2/2] Update patch notes --- CHANGELOG.md | 35 ++++++++++++----------------------- changelog.txt | 34 +++++++++++++--------------------- 2 files changed, 25 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be029a93f2..5da1e8b4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,45 +1,34 @@ # Changelog -## [2.1.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/2.1.0) (2021/04/14) +## [2.1.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/2.1.0) (2021/04/15) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.0.3...2.1.0) **Implemented enhancements:** -- 3.14 Skill Tree [\#2513](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2513) ([LocalIdentity](https://github.com/LocalIdentity)) +- Add support for the 3.14 Skill Tree [\#2513](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2513) ([LocalIdentity](https://github.com/LocalIdentity)) - Add support for count-scaling Active Skills from items [\#2496](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2496) ([Nostrademous](https://github.com/Nostrademous)) -- Adding more flags for parsing enemy modifiers [\#2472](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2472) ([Wires77](https://github.com/Wires77)) - Add support for Accelerating, Noxious, and Unstable catalysts [\#2471](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2471) ([Nostrademous](https://github.com/Nostrademous)) -- Update Low Life/Mana threshold [\#2463](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2463) ([Nostrademous](https://github.com/Nostrademous)) +- Add support for Defiance [\#2504](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2504) ([Helyos96](https://github.com/Helyos96)) +- Add support for leech mods rewordings [\#2510](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2510) ([Helyos96](https://github.com/Helyos96)) +- Adds support for Vaal Ground Slam having Exertions [\#2512](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2512) ([Nostrademous](https://github.com/Nostrademous)) - Add new Ultimatum uniques, implemented Tecrod's Gaze [\#2461](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2461) ([Wires77](https://github.com/Wires77)) +- Update uniques from 3.14 patch notes [\#2509](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2509) ([pundm](https://github.com/pundm)) +- Update Low Life/Mana threshold [\#2463](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2463) ([Nostrademous](https://github.com/Nostrademous)) +- Add radius to Death Aura [\#2514](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2514) ([LocalIdentity](https://github.com/LocalIdentity)) **Fixed bugs:** - Fix Wintertide brand not getting +1 to attached brand [\#2501](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2501) ([Wires77](https://github.com/Wires77)) - Fix DD and VD having their spell damage apply to corpse explosions [\#2498](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2498) ([LocalIdentity](https://github.com/LocalIdentity)) -- Adding noGem directive to skills from items [\#2493](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2493) ([Wires77](https://github.com/Wires77)) +- Fix some gems appearing in the gem list when they shouldn't have [\#2493](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2493) ([Wires77](https://github.com/Wires77)) - Fix physical damage reduction for bleed from going below zero [\#2481](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2481) ([Wires77](https://github.com/Wires77)) - Fix outdated modifier text on Aberrath's Hooves [\#2474](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2474) ([pundm](https://github.com/pundm)) -- Generals Cry crash fixes [\#2453](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2453) ([Nostrademous](https://github.com/Nostrademous)) -- Fix TriggerByBrand interaction with Item-granted Active Skill [\#2450](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2450) ([Nostrademous](https://github.com/Nostrademous)) -- Fix "Socketed Gems are supported by..." mods for trigger skills \(e.g. CwC\) [\#2442](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2442) ([Nostrademous](https://github.com/Nostrademous)) +- Fix many crashes related to Generals Cry [\#2453](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2453) ([Nostrademous](https://github.com/Nostrademous)) +- Fix crash related to Brands with Item-granted Active Skills [\#2450](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2450) ([Nostrademous](https://github.com/Nostrademous)) +- Fix "Socketed Gems are supported by..." mods for trigger skills (e.g. CwC) [\#2442](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2442) ([Nostrademous](https://github.com/Nostrademous)) - Fix incorrect application of Buff Effect [\#2391](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2391) ([PJacek](https://github.com/PJacek)) -**Merged pull requests:** - -- Add radius to Death Aura [\#2514](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2514) ([LocalIdentity](https://github.com/LocalIdentity)) -- Adds support for Vaal Ground Slam having Exertions [\#2512](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2512) ([Nostrademous](https://github.com/Nostrademous)) -- Add support for leech mods rewordings [\#2510](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2510) ([Helyos96](https://github.com/Helyos96)) -- 314 uniques [\#2509](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2509) ([pundm](https://github.com/pundm)) -- replicas last resort now grants 25% ias when on low life [\#2508](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2508) ([pundm](https://github.com/pundm)) -- update the vigils fortify duration to 8 seconds [\#2507](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2507) ([pundm](https://github.com/pundm)) -- Add support for Defiance \(berserker Defy Pain\) [\#2504](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2504) ([Helyos96](https://github.com/Helyos96)) -- Unsupported Mod Additions [\#2469](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2469) ([Nostrademous](https://github.com/Nostrademous)) -- refactor: move generated and new uniques to special directory [\#2459](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2459) ([ppoelzl](https://github.com/ppoelzl)) - - - - ## [2.0.3](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/2.0.3) (2021/04/07) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.0.2...2.0.3) diff --git a/changelog.txt b/changelog.txt index 3f9a79e82c..dd0aea64e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,34 +1,26 @@ -VERSION[2.1.0][2021/04/14] +VERSION[2.1.0][2021/04/15] -* 3.14 Skill Tree (LocalIdentity) +* Add support for the 3.14 Skill Tree * Add support for count-scaling Active Skills from items (Nostrademous) -* Adding more flags for parsing enemy modifiers (Wires77) * Add support for Accelerating, Noxious, and Unstable catalysts (Nostrademous) -* Update Low Life/Mana threshold (Nostrademous) +* Add support for Defiance (Helyos96) +* Add support for leech mods rewordings (Helyos96) +* Adds support for Vaal Ground Slam having Exertions (Nostrademous) * Add new Ultimatum uniques, implemented Tecrod's Gaze (Wires77) +* Update uniques from 3.14 patch notes (pundm) +* Update Low Life/Mana threshold (Nostrademous) +* Add radius value to Death Aura * Fix Wintertide brand not getting +1 to attached brand (Wires77) -* Fix DD and VD having their spell damage apply to corpse explosions (LocalIdentity) -* Adding noGem directive to skills from items (Wires77) +* Fix DD and VD having their spell damage apply to corpse explosions +* Fix some gems appearing in the gem list when they shouldn't have (Wires77) * Fix physical damage reduction for bleed from going below zero (Wires77) * Fix outdated modifier text on Aberrath's Hooves (pundm) -* Generals Cry crash fixes (Nostrademous) -* Fix TriggerByBrand interaction with Item-granted Active Skill (Nostrademous) -* Fix "Socketed Gems are supported by..." mods for trigger skills \(e.g. CwC\) (Nostrademous) +* Fix many crashes related to Generals Cry (Nostrademous) +* Fix crash related to Brands with Item-granted Active Skills (Nostrademous) +* Fix "Socketed Gems are supported by..." mods for trigger skills (e.g. CwC) (Nostrademous) * Fix incorrect application of Buff Effect (PJacek) -* Add radius to Death Aura (LocalIdentity) -* Adds support for Vaal Ground Slam having Exertions (Nostrademous) -* Add support for leech mods rewordings (Helyos96) -* 314 uniques (pundm) -* replicas last resort now grants 25% ias when on low life (pundm) -* update the vigils fortify duration to 8 seconds (pundm) -* Add support for Defiance \(berserker Defy Pain\) (Helyos96) -* Unsupported Mod Additions (Nostrademous) -* refactor: move generated and new uniques to special directory (ppoelzl) - - - VERSION[2.0.3][2021/04/07] * Fix ability to tab between inputs on the skills tab (Wires77)