Skip to content

Commit 35d68f7

Browse files
author
LocalIdentity
committed
Release 0.10.2
--- Fixed Crashes --- * Fix error on issue opening builds created before 0.3 (LocalIdentity)
1 parent fff9b62 commit 35d68f7

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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)

changelog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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+
16
VERSION[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

611
VERSION[0.10.0][2025/08/30]
712

manifest.xml

Lines changed: 3 additions & 3 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="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" />
@@ -550,7 +550,7 @@
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" />

src/GameVersions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---Default target version for unknown builds and builds created before 3.0.0.
33
legacyTargetVersion = "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.

0 commit comments

Comments
 (0)