Skip to content

Commit 7a20971

Browse files
authored
Merge pull request #79 from Musholic/release-0.9.1
2 parents 0c9f6f3 + 04a5d43 commit 7a20971

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.github/set_ruleset_strict.sh

100644100755
File mode changed.

CHANGELOG.md

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

3+
## [v0.9.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.9.1) (2025/10/01)
4+
5+
[Full Changelog](https://github.com/Musholic/LastEpochPlanner/compare/v0.9.0...v0.9.1)
6+
7+
8+
## What's Changed
9+
### Fixed Crashes
10+
- Fix crash when selecting skills with triggered ailments in the web version [\#77](https://github.com/Musholic/LastEpochPlanner/pull/77) ([Musholic](https://github.com/Musholic))
11+
12+
13+
314
## [v0.9.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/tree/v0.9.0) (2025/09/24)
415

516
[Full Changelog](https://github.com/Musholic/LastEpochPlanner/compare/v0.8.0...v0.9.0)

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
VERSION[0.9.1][2025/10/01]
2+
3+
--- Fixed Crashes ---
4+
- Fix crash when selecting skills with triggered ailments in the web version (Musholic)
5+
6+
17
VERSION[0.9.0][2025/09/24]
28

39
--- New to Last Epoch Planner ---

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
<LEPVersion>
3-
<Version number="0.9.0" />
3+
<Version number="0.9.1" />
44
<Source part="default" url="https://raw.githubusercontent.com/Musholic/LastEpochPlanner/{branch}/" />
55
<Source part="runtime" platform="win32" url="https://raw.githubusercontent.com/Musholic/LastEpochPlanner/{branch}/runtime/" />
66
<Source part="program" url="https://raw.githubusercontent.com/Musholic/LastEpochPlanner/{branch}/src/" />
77
<Source part="tree" url="https://raw.githubusercontent.com/Musholic/LastEpochPlanner/{branch}/src/" />
8-
<File name="changelog.txt" part="default" sha1="e2344833b9d80f22ef4eeffd66c06cd07433917f" />
8+
<File name="changelog.txt" part="default" sha1="a90fa4688c2c685e725756bacf9310f9376de4eb" />
99
<File name="help.txt" part="default" sha1="4a2b7e81211770cbbf4e54dde2e7a5891a7287a4" />
1010
<File name="LICENSE.md" part="default" sha1="3c49fd388eedac9877c4e383b1ed4e7e565da2cf" />
1111
<File name="Assets/game_ui_small.png" part="program" sha1="3e3f01a7c21ffe5ee7dfb644e9f3b7188c319d4d" />
@@ -109,7 +109,7 @@
109109
<File name="Modules/CalcPerform.lua" part="program" sha1="ab9880f2fee2a11c7941c2bd064e012d5555bff8" />
110110
<File name="Modules/Calcs.lua" part="program" sha1="e5e89da883744f87dd664483a99fe55c75803a2a" />
111111
<File name="Modules/CalcSections.lua" part="program" sha1="bab007a4a5c15845d682fd15d94b603b44bc8b62" />
112-
<File name="Modules/CalcSetup.lua" part="program" sha1="0148e6c3bfe294192650f5071df8dd36eb872c0a" />
112+
<File name="Modules/CalcSetup.lua" part="program" sha1="110f3e9719fa8874de24294d73122719d930086d" />
113113
<File name="Modules/CalcTools.lua" part="program" sha1="a8f7c62d94cf12e843af181aebe0afdc40c92e81" />
114114
<File name="Modules/CalcTriggers.lua" part="program" sha1="e8fced519e00236adff8dd60b86e22d2dc14f65b" />
115115
<File name="Modules/Common.lua" part="program" sha1="de268f51ad6bc642632eb63d713e6f8350fff99d" />

0 commit comments

Comments
 (0)