File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.10.2] ( https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.10.2 ) (2025/08/30)
4+
5+ [ Full Changelog] ( https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.10.1...v0.10.2 )
6+
7+ ### Fixed Crashes
8+ - Fix error on issue opening builds created before 0.3 ([ LocalIdentity] ( https://github.com/LocalIdentity ) )
9+
310## [ v0.10.1] ( https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.10.1 ) (2025/08/30)
411
512[ Full Changelog] ( https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.10.0...v0.10.1 )
Original file line number Diff line number Diff line change 1+ VERSION[0.10.2][2025/08/30]
2+
3+ --- Fixed Crashes ---
4+ * Fix error on issue opening builds created before 0.3 (LocalIdentity)
5+
16VERSION[0.10.1][2025/08/30]
27
38--- Fixed Crashes ---
4- * Fix Crash when opening some builds that converted a 0.2 tree to 0.3
9+ * Fix Crash when opening some builds that converted a 0.2 tree to 0.3 (LocalIdentity)
510
611VERSION[0.10.0][2025/08/30]
712
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' UTF-8' ?>
22<PoBVersion >
3- <Version number =" 0.10.1 " />
3+ <Version number =" 0.10.2 " />
44 <Source part =" default" url =" https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/" />
55 <Source part =" runtime" platform =" win32" url =" https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/runtime/" />
66 <Source part =" program" url =" https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/src/" />
77 <Source part =" tree" url =" https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/src/" />
8- <File name =" changelog.txt" part =" default" sha1 =" 04c0cf13596435ba02ba6f593068683888987657 " />
8+ <File name =" changelog.txt" part =" default" sha1 =" 0baba5deedf07280515d783e6e5ccbb2cc15184b " />
99 <File name =" help.txt" part =" default" sha1 =" eb788d20352333fad99bcf6092306f0c3bca3122" />
1010 <File name =" LICENSE.md" part =" default" sha1 =" e81bd01e60cdf8646f3308ec71fa0e8e638d544e" />
1111 <File name =" Assets/ascendancypassiveheaderleft.png" part =" program" sha1 =" c1c73a71cc742de4f2964da78e9ed8841ab7039d" />
550550 <File name =" Data/Uniques/traptool.lua" part =" program" sha1 =" 270d509148ff296706be7790d3e5f56d70202afa" />
551551 <File name =" Data/Uniques/wand.lua" part =" program" sha1 =" d15f5b862fa9b1f12e407b2a886663706cac8ce3" />
552552 <File name =" Data/WorldAreas.lua" part =" program" sha1 =" 473fc2d16ab8cfff302ff34605a986ee74f10453" />
553- <File name =" GameVersions.lua" part =" program" sha1 =" de3f9c7d23f7ca5032144ab1cf81187761e2808a " />
553+ <File name =" GameVersions.lua" part =" program" sha1 =" 70ca762c6a8f026104e467b4345a9f2a5f54fb02 " />
554554 <File name =" Launch.lua" part =" program" sha1 =" 41c9a1795a787de4826a5b269a98f6cbcb909ad7" />
555555 <File name =" LaunchServer.lua" part =" program" sha1 =" 314c9bd63310cf91bf83e60606836c3550d30716" />
556556 <File name =" Modules/Build.lua" part =" program" sha1 =" 7e165c8c1b22db3c6320178426ca0626ab6ccf01" />
Original file line number Diff line number Diff line change 22--- Default target version for unknown builds and builds created before 3.0.0.
33legacyTargetVersion = " 0_0"
44--- Default target for new builds and target to convert legacy builds to.
5- liveTargetVersion = " 0_3 "
5+ liveTargetVersion = " 0_1 "
66
77-- Skill tree versions
88--- Added for convenient indexing of skill tree versions.
You can’t perform that action at this time.
0 commit comments