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 1
1
# Changelog
2
2
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
+
3
10
## [ v0.10.1] ( https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.10.1 ) (2025/08/30)
4
11
5
12
[ 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
+
1
6
VERSION[0.10.1][2025/08/30]
2
7
3
8
--- 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)
5
10
6
11
VERSION[0.10.0][2025/08/30]
7
12
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' UTF-8' ?>
2
2
<PoBVersion >
3
- <Version number =" 0.10.1 " />
3
+ <Version number =" 0.10.2 " />
4
4
<Source part =" default" url =" https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/" />
5
5
<Source part =" runtime" platform =" win32" url =" https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/runtime/" />
6
6
<Source part =" program" url =" https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/{branch}/src/" />
7
7
<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 " />
9
9
<File name =" help.txt" part =" default" sha1 =" eb788d20352333fad99bcf6092306f0c3bca3122" />
10
10
<File name =" LICENSE.md" part =" default" sha1 =" e81bd01e60cdf8646f3308ec71fa0e8e638d544e" />
11
11
<File name =" Assets/ascendancypassiveheaderleft.png" part =" program" sha1 =" c1c73a71cc742de4f2964da78e9ed8841ab7039d" />
550
550
<File name =" Data/Uniques/traptool.lua" part =" program" sha1 =" 270d509148ff296706be7790d3e5f56d70202afa" />
551
551
<File name =" Data/Uniques/wand.lua" part =" program" sha1 =" d15f5b862fa9b1f12e407b2a886663706cac8ce3" />
552
552
<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 " />
554
554
<File name =" Launch.lua" part =" program" sha1 =" 41c9a1795a787de4826a5b269a98f6cbcb909ad7" />
555
555
<File name =" LaunchServer.lua" part =" program" sha1 =" 314c9bd63310cf91bf83e60606836c3550d30716" />
556
556
<File name =" Modules/Build.lua" part =" program" sha1 =" 7e165c8c1b22db3c6320178426ca0626ab6ccf01" />
Original file line number Diff line number Diff line change 2
2
--- Default target version for unknown builds and builds created before 3.0.0.
3
3
legacyTargetVersion = " 0_0"
4
4
--- Default target for new builds and target to convert legacy builds to.
5
- liveTargetVersion = " 0_3 "
5
+ liveTargetVersion = " 0_1 "
6
6
7
7
-- Skill tree versions
8
8
--- Added for convenient indexing of skill tree versions.
You can’t perform that action at this time.
0 commit comments