diff --git a/CHANGELOG.md b/CHANGELOG.md index c82a4e414a..5189cd3a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [v2.27.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.27.0) (2023/04/08) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.26.3...v2.27.0) + + + +## What's Changed +### New to Path of Building +- 3.21 game data update [\#5966](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5966) ([Nostrademous](https://github.com/Nostrademous)) +- Add crucible modifier parsing support [\#5823](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5823) ([Nostrademous](https://github.com/Nostrademous)) +- Add support for mods conditional on the modifiers of other equipped items [\#5819](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5819) ([Nostrademous](https://github.com/Nostrademous)) +- Add Bloodnotch [\#5927](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5927) ([QuickStick123](https://github.com/QuickStick123)) +- Set level mode to manual if default level is above 1 [\#5920](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5920) ([Lilylicious](https://github.com/Lilylicious)) +- Hide the power report on loading a build and unchecking "Show node power" [\#5932](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5932) ([Lilylicious](https://github.com/Lilylicious)) +- Add skill names to cost warnings [\#5931](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5931) ([Paliak](https://github.com/Paliak)) +- Add support for new Low Life and Full Life Masteries [\#5904](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5904) ([Nostrademous](https://github.com/Nostrademous)) +- Add support for Warcry Mastery [\#5955](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5955) ([Peechey](https://github.com/Peechey)) +- Add support for repeat-based modifiers [\#5676](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5676) ([Regisle](https://github.com/Regisle)) +- Add support for Saboteur Ascendancy [\#5954](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5954) ([Peechey](https://github.com/Peechey)) +- Add support for "Skills Cost Life instead of 30% of Mana" Mastery [\#5913](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5913) ([Nostrademous](https://github.com/Nostrademous)) +- Prompt for saving after altering the passive search string [\#5930](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5930) ([Lilylicious](https://github.com/Lilylicious)) +### User Interface +- Limit separators to non-alphanumeric [\#5922](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5922) ([Lilylicious](https://github.com/Lilylicious)) +### Fixed Bugs +- Fix default state validation for lists and color labels [\#5618](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5618) ([deathbeam](https://github.com/deathbeam)) +- Fix tree data bug related to recovery mastery [\#5964](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5964) ([QuickStick123](https://github.com/QuickStick123)) +- Fix issue where Sceptres and One Handed Maces were considered the same weapon type [\#5942](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5942) ([Peechey](https://github.com/Peechey)) +- Fix Reverberation Rod to add back Controlled Destruction [\#5941](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5941) ([chx](https://github.com/chx)) +- Fix Kaom's Spirit rage regen calculation behaviour [\#5951](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5951) ([Ribel38](https://github.com/Ribel38)) +### Other changes +- Improve EHP calculation performance when using full DPS [\#5773](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5773) ([Regisle](https://github.com/Regisle)) +- Update a few uniques for 3.21 [\#5971](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5971) ([QuickStick123](https://github.com/QuickStick123)) + + ## [v2.26.3](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.26.3) (2023/04/05) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.26.2...v2.26.3) diff --git a/changelog.txt b/changelog.txt index 1b24c63dac..2791f604ff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,34 @@ +VERSION[2.27.0][2023/04/08] + +--- Implemented Enhancements --- +* 3.21 game data update (Nostrademous) +* Add crucible modifier parsing support (Nostrademous) +* Add support for mods conditional on the modifiers of other equipped items (Nostrademous) +* Add Bloodnotch (QuickStick123) +* Set level mode to manual if default level is above 1 (Lilylicious) +* Hide the power report on loading a build and unchecking "Show node power" (Lilylicious) +* Add skill names to cost warnings (Paliak) +* Add support for new Low Life and Full Life Masteries (Nostrademous) +* Add support for Warcry Mastery (Peechey) +* Add support for repeat-based modifiers (Regisle) +* Add support for Saboteur Ascendancy (Peechey) +* Add support for "Skills Cost Life instead of 30% of Mana" Mastery (Nostrademous) +* Prompt for saving after altering the passive search string (Lilylicious) + +--- User Interface --- +* Limit separators to non-alphanumeric (Lilylicious) + +--- Fixed Bugs --- +* Fix default state validation for lists and color labels (deathbeam) +* Fix tree data bug related to recovery mastery (QuickStick123) +* Fix issue where Sceptres and One Handed Maces were considered the same weapon type (Peechey) +* Fix Reverberation Rod to add back Controlled Destruction (chx) +* Fix Kaom's Spirit rage regen calculation behaviour (Ribel38) + +--- Other changes --- +* Improve EHP calculation performance when using full DPS (Regisle) +* Update a few uniques for 3.21 (QuickStick123) + VERSION[2.26.3][2023/04/05] --- Fixed Bugs --- diff --git a/manifest.xml b/manifest.xml index ba8ccd4f85..7a771d2344 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,11 +1,11 @@ - + - + @@ -22,33 +22,33 @@ - + - - - + + + - + - + - + @@ -60,7 +60,7 @@ - + @@ -68,92 +68,93 @@ - + - + - - - + + + - - - + + + - + - + - - - - - + + + + + - + - - + + - - - + + + - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - + + - + - - - + + + - - + + @@ -167,47 +168,47 @@ - - + + - + - + - + - + - + - + - + - - - - - - - + + + + + + + - - - - - + + + + + @@ -365,7 +366,7 @@ - +