Skip to content

Commit 73e4d28

Browse files
author
LocalIdentity
committed
Merge branch 'dev'
2 parents 99bc6e1 + 603dff2 commit 73e4d28

24 files changed

Lines changed: 50 additions & 15 deletions

CHANGELOG.md

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

3+
## [v0.23.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.23.1) (2026/07/28)
4+
5+
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.23.0...v0.23.1)
6+
7+
8+
## What's Changed
9+
### Fixed Crashes
10+
- Fix trader crash [\#2398](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2398) ([vaisest](https://github.com/vaisest))
11+
### Fixed Calculations
12+
- Fix Gemling Frost Wall Ice Crystal life [\#2386](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2386) ([xiaoyaoyang](https://github.com/xiaoyaoyang))
13+
### Accuracy Improvements
14+
- Add legacy flag to Commandment support [\#2387](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/2387) ([moxaj](https://github.com/moxaj))
15+
16+
317
## [v0.23.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.23.0) (2026/07/24)
418

519
[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.22.0...v0.23.0)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN wget https://luarocks.org/releases/luarocks-3.7.0.tar.gz && tar xf luarocks-
1414
RUN cd luarocks-3.7.0 && ./configure && make
1515

1616
FROM buildbase AS luajit
17-
RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 871db2c84ecefd70a850e03a6c340214a81739f0
17+
RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 2460b3ff93a1c955de3d62cfc825de7d68dc272e
1818
RUN cd LuaJIT && make
1919

2020
FROM buildbase AS emmyluadebugger

changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
VERSION[0.23.1][2026/07/28]
2+
3+
--- Fixed Crashes ---
4+
* Fix trader crash (vaisest)
5+
6+
--- Fixed Calculations ---
7+
* Fix Gemling Frost Wall Ice Crystal life (xiaoyaoyang)
8+
9+
--- Accuracy Improvements ---
10+
* Add legacy flag to Commandment support (moxaj)
11+
112
VERSION[0.23.0][2026/07/24]
213

314
--- New to Path of Building ---

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<PoBVersion>
3-
<Version number="0.23.0" />
3+
<Version number="0.23.1" />
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/" />

runtime/SimpleGraphic.dll

-37.5 KB
Binary file not shown.

runtime/abseil_dll.dll

136 KB
Binary file not shown.

runtime/fmt.dll

-18.5 KB
Binary file not shown.

runtime/glfw3.dll

0 Bytes
Binary file not shown.

runtime/lcurl.dll

0 Bytes
Binary file not shown.

runtime/libEGL.dll

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)