Skip to content

Commit fb308e7

Browse files
github-actions[bot]LocalIdentityLocalIdentity
authored
Release 2.5.0 (#3009)
* Prepare release 2.5.0 * Update changelogs Co-authored-by: LocalIdentity <[email protected]> Co-authored-by: LocalIdentity <[email protected]>
1 parent 1647d52 commit fb308e7

File tree

3 files changed

+279
-190
lines changed

3 files changed

+279
-190
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/2.5.0) (2021/07/26)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.4.0...2.5.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add full support for new 3.15 Skill Gems [\#2999](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2999) ([LocalIdentity](https://github.com/LocalIdentity)) ([ifnjeff](https://github.com/ifnjeff)) ([tcid](https://github.com/Voronoff))
10+
- Absolution
11+
- Behead Support
12+
- Boneshatter
13+
- Defiance Banner
14+
- Explosive Concoction
15+
- Eye of Winter
16+
- Forbidden Rite
17+
- Manabond
18+
- Rage Vortex
19+
- Shield Crush
20+
- Spectral Helix
21+
- Storm Rain
22+
- Summon Reaper
23+
- Voltaxic Burst
24+
- Add partial support for new 3.15 Skill Gems
25+
- Ambush
26+
- Battlemage's Cry
27+
- Blade Trap
28+
- Earthbreaker Support
29+
- Focused Ballista Support
30+
- Update enchantments with 3.15 changes [\#2999](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2999) ([LocalIdentity](https://github.com/LocalIdentity)) ([Nostrademous](https://github.com/Nostrademous))
31+
- Update item mods to 3.15 stats [\#2999](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2999) ([LocalIdentity](https://github.com/LocalIdentity))
32+
- Update minions with 3.15 changes [\#2999](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2999) ([LocalIdentity](https://github.com/LocalIdentity))
33+
- Update Pantheons with 3.15 changes [\#2985](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2985) ([Nostrademous](https://github.com/Nostrademous))
34+
- Add new item bases [\#2986](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2986) ([Wires77](https://github.com/Wires77))
35+
- Add support for Timeless jewel edits to persist when updating to a new tree version [\#2957](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2957) ([Wires77](https://github.com/Wires77))
36+
- Add documentation for colour codes to the Notes tab [\#2965](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2965) ([Wires77](https://github.com/Wires77))
37+
- Update poison damage tooltip from 20% to 30% [\#2947](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2947) ([pundm](https://github.com/pundm))
38+
39+
**Fixed bugs:**
40+
41+
- Fix Mana Reservation Rounding [\#2989](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2989) ([LocalIdentity](https://github.com/LocalIdentity))
42+
- Fix skills turned into mines not having reservation [\#2983](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2983) ([PJacek](https://github.com/PJacek))
43+
- Fix for downloading tree data if missing [\#2981](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2981) ([Wires77](https://github.com/Wires77))
44+
- Fix triggered skills not showing the right mana cost [\#2955](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2955) ([LocalIdentity](https://github.com/LocalIdentity))
45+
- Fix Hexproof to be unaffected by curses, not immune [\#2933](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2933) ([Wires77](https://github.com/Wires77))
46+
- Fix level progress calculations [\#2932](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2932) ([ifnjeff](https://github.com/ifnjeff))
47+
- Fix Anomalous Pride quality didn't increase "chance to bleed" [\#3008](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/3008) ([Typepluto](https://github.com/Typepluto))
48+
- Fix Bladestorm to always bleeds in Blood Stance [\#2971](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2971) ([Wires77](https://github.com/Wires77))
49+
- Fix Hollow Palm Technique parsing [\#2960](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2960) ([Helyos96](https://github.com/Helyos96))
50+
351
## [2.4.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/2.4.0) (2021/07/21)
452

553
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.3.0...2.4.0)
@@ -22,7 +70,7 @@
2270
- Add support for many Alternate Quality gems [\#2898](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2898) ([PJacek](https://github.com/PJacek))
2371
- Add support for "Perfect Crime" and "Bomb Specialist" ascendancy nodes [\#2905](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2905) ([Nostrademous](https://github.com/Nostrademous))
2472
- Add support for Chip Away brand cluster notable [\#2777](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2777) ([LocalIdentity](https://github.com/LocalIdentity))
25-
- Add functionality for Blood Artist notable [\#2767](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2767) ([pundm](https://github.com/pundm))
73+
- Add functionality for Blood Artist notable [\#2767](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2767) ([pundm](https://github.com/pundm)) ([Wires77](https://github.com/Wires77))
2674
- Add skill parts for Smite [\#2918](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2918) ([Wires77](https://github.com/Wires77))
2775
- Add support for Gore Shockwave skill [\#2775](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2775) ([LocalIdentity](https://github.com/LocalIdentity))
2876
- Add support for Divergent Close Combat [\#2788](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2788) ([Wires77](https://github.com/Wires77))

changelog.txt

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
VERSION[2.5.0][2021/07/26]
2+
3+
* Add full support for new 3.15 Skill Gems (LocalIdentity) (ifnjeff) (tcid)
4+
* Absolution
5+
* Behead Support
6+
* Boneshatter
7+
* Defiance Banner
8+
* Explosive Concoction
9+
* Eye of Winter
10+
* Forbidden Rite
11+
* Manabond
12+
* Rage Vortex
13+
* Shield Crush
14+
* Spectral Helix
15+
* Storm Rain
16+
* Summon Reaper
17+
* Voltaxic Burst
18+
* Add partial support for new 3.15 Skill Gems
19+
* Ambush
20+
* Battlemage's Cry
21+
* Blade Trap
22+
* Earthbreaker Support
23+
* Focused Ballista Support
24+
* Update enchantments with 3.15 changes (Nostrademous) (LocalIdentity)
25+
* Update item mods to 3.15 stats (LocalIdentity)
26+
* Update minions with 3.15 changes (LocalIdentity)
27+
* Update Pantheons with 3.15 changes (Nostrademous)
28+
* Add new item bases (Wires77)
29+
* Add support for Timeless jewel edits to persist when updating to a new tree version (Wires77)
30+
* Add documentation for color codes to the Notes tab (Wires77)
31+
* Update poison damage tooltip from 20% to 30% (pundm)
32+
* Fix Mana Reservation Rounding (LocalIdentity)
33+
* Fix skills turned into mines not having reservation (PJacek)
34+
* Fix for downloading tree data if missing (Wires77)
35+
* Fix triggered skills not showing the right mana cost (LocalIdentity)
36+
* Fix Hexproof to be unaffected by curses, not immune (Wires77)
37+
* Fix level progress calculations (ifnjeff)
38+
* Fix Anomalous Pride quality didn't increase "chance to bleed" (Typepluto)
39+
* Fix Bladestorm to always bleeds in Blood Stance (Wires77)
40+
* Fix Hollow Palm Technique parsing (Helyos96)
41+
142
VERSION[2.4.0][2021/07/22]
243

344
* Add 3.15 passive skill tree (ppoelzl)
@@ -17,7 +58,7 @@ VERSION[2.4.0][2021/07/22]
1758
* Add support for many Alternate Quality gems (PJacek)
1859
* Add support for "Perfect Crime" and "Bomb Specialist" ascendancy nodes (Nostrademous)
1960
* Add support for Chip Away brand cluster notable (LocalIdentity)
20-
* Add functionality for Blood Artist notable (pundm)
61+
* Add functionality for Blood Artist notable (pundm) (Wires77)
2162
* Add skill parts for Smite (Wires77)
2263
* Add support for Gore Shockwave skill (LocalIdentity)
2364
* Add support for Divergent Close Combat (Wires77)

0 commit comments

Comments
 (0)