Skip to content

Commit 597468b

Browse files
author
LocalIdentity
committed
Release 2.35.1
--- Fixed Crashes --- * Fix crash when importing skill tree from account (Peechey) --- Fixed Bugs --- * Fix eHP calculations when using 'x damage taken as y' mods (LocalIdentity)
1 parent da5291c commit 597468b

3 files changed

Lines changed: 26 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [v2.35.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.35.1) (2023/12/06)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.35.0...v2.35.1)
6+
7+
<!-- Release notes generated using configuration in .github/release.yml at dev -->
8+
9+
## What's Changed
10+
### Fixed Crashes
11+
- Fix crash when importing skill tree from account [\#6915](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/6915) ([Peechey](https://github.com/Peechey))
12+
### Fixed Bugs
13+
- Fix eHP calculations when using 'x damage taken as y' mods [\#6916](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/6916) ([LocalIdentity](https://github.com/LocalIdentity))
14+
15+
316
## [v2.35.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.35.0) (2023/12/06)
417

518
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.34.1...v2.35.0)

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
VERSION[2.35.1][2023/12/06]
2+
3+
--- Fixed Crashes ---
4+
* Fix crash when importing skill tree from account (Peechey)
5+
6+
--- Fixed Bugs ---
7+
* Fix eHP calculations when using 'x damage taken as y' mods (LocalIdentity)
8+
19
VERSION[2.35.0][2023/12/06]
210

311
--- New to Path of Building ---

manifest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<PoBVersion>
3-
<Version number="2.35.0" />
3+
<Version number="2.35.1" />
44
<Source part="default" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/" />
55
<Source part="runtime" platform="win32" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/runtime/" />
66
<Source part="program" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/src/" />
77
<Source part="tree" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/src/" />
8-
<File name="changelog.txt" part="default" sha1="4fb75c91f77a39a4cef88995f2afdfd26e8a592a" />
8+
<File name="changelog.txt" part="default" sha1="df63733fae4de96bbaeec0dc8224dc0a472c244e" />
99
<File name="help.txt" part="default" sha1="3343967a2d5f374228fd217a7a3f9612ee046bde" />
1010
<File name="LICENSE.md" part="default" sha1="eacedd00e9707defe051bd7151466d223376afa6" />
1111
<File name="Assets/game_ui_small.png" part="program" sha1="3e3f01a7c21ffe5ee7dfb644e9f3b7188c319d4d" />
@@ -45,7 +45,7 @@
4545
<File name="Classes/EditControl.lua" part="program" sha1="7fb3b23a03b34ae008fa96274dab5f363bf261e7" />
4646
<File name="Classes/FolderListControl.lua" part="program" sha1="64706fc226b02939112f90735c5d78ddf99b896f" />
4747
<File name="Classes/GemSelectControl.lua" part="program" sha1="89c5fcc63c259a851c41bb58c72489cfaa4934da" />
48-
<File name="Classes/ImportTab.lua" part="program" sha1="2b9a390130b5611ed3e87f229c020f7eead17c6c" />
48+
<File name="Classes/ImportTab.lua" part="program" sha1="6c51460150723120f4acd4d0249c74a4fe88b4a4" />
4949
<File name="Classes/Item.lua" part="program" sha1="6ec5879e621a8838ce839ee2507893bdd9fa29de" />
5050
<File name="Classes/ItemDBControl.lua" part="program" sha1="0cae2302cb8af39f7e87a6303bd8e1bf18db7031" />
5151
<File name="Classes/ItemListControl.lua" part="program" sha1="be99fb0de3a9f2324921368799bcef3eac4ac820" />
@@ -215,7 +215,7 @@
215215
<File name="Modules/BuildSiteTools.lua" part="program" sha1="29bd9aeb6c14ca265deffea9569b287c498dee0f" />
216216
<File name="Modules/CalcActiveSkill.lua" part="program" sha1="aacc3e11c27c8dcc8d5e4104ae773fe45d5932ee" />
217217
<File name="Modules/CalcBreakdown.lua" part="program" sha1="edd6c08679fa4c7ed667895f86c7ee67257bfcf0" />
218-
<File name="Modules/CalcDefence.lua" part="program" sha1="c2b418f6398d97ab71d335db721869c242329e90" />
218+
<File name="Modules/CalcDefence.lua" part="program" sha1="04ccb039b3c7180217bff3cfa6a03b103e409e8e" />
219219
<File name="Modules/CalcMirages.lua" part="program" sha1="415ebabd2b565c8c9fec28e3c382e70e6fe5487e" />
220220
<File name="Modules/CalcOffence.lua" part="program" sha1="8bc0b1b2cff62b53ed6c466f1a7d34f90bef0532" />
221221
<File name="Modules/CalcPerform.lua" part="program" sha1="0417de081ca829392aafd6bd9c281661ba0fdad5" />
@@ -229,7 +229,7 @@
229229
<File name="Modules/Data.lua" part="program" sha1="2c5c6da5eb8acc8f9126d0c719d8fa3561c23935" />
230230
<File name="Modules/DataLegionLookUpTableHelper.lua" part="program" sha1="170699925a438275137ba621206800e29f453eb3" />
231231
<File name="Modules/ItemTools.lua" part="program" sha1="3baffc613cdd73b4eb8e34682978b8478dd3a539" />
232-
<File name="Modules/Main.lua" part="program" sha1="c43416fb514a7ad173fd6c39164cc6820c8a95af" />
232+
<File name="Modules/Main.lua" part="program" sha1="2fface48581a3cd379e7aa26dce330515cedbd2b" />
233233
<File name="Modules/ModParser.lua" part="program" sha1="b68b7d7df8bbdc87b8d5b4e9299934eb875826e8" />
234234
<File name="Modules/ModTools.lua" part="program" sha1="3e598acc265c118cdeb9da2bea0de3e33d6511ff" />
235235
<File name="Modules/PantheonTools.lua" part="program" sha1="ebe91a7d8f8444a6061acf4758da0e775cc8c314" />

0 commit comments

Comments
 (0)