Skip to content

Commit b1b6716

Browse files
committedJun 3, 2024·
fix Necklace of Flowing Life crash
1 parent a054594 commit b1b6716

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed
 

‎CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Changelog
22

3+
## v0.0.17 (4 June 2024)
4+
- Fixed Necklace of Flowing Life crash
5+
36
## 0.0.16 (4 June 2023)
4-
- Add the Nimue/Dran/Huntress/Root Walker "Dream" consumables for detection of "craftable" items
7+
- Added the Nimue/Dran/Huntress/Root Walker "Dream" consumables for detection of "craftable" items
58

69
## 0.0.15 (4 June 2023)
7-
- Add a section to items not tied to a location with "craftable" items that the character already has materials for in the inventory
10+
- Added a section to items not tied to a location with "craftable" items that the character already has materials for in the inventory
811

912
## 0.0.14 (4 June 2023)
1013
- Performance improvements
11-
- Do not display warning about unknown Dran Dream item
12-
- Fix co-op option completely broken in World Analyser
14+
- Stopped displaying warning about unknown Dran Dream item
15+
- Fixed co-op option completely broken in World Analyser
1316

1417
## 0.0.13 (31 May 2023)
1518
- Added an option to World Analyzer to display items not bound to a particular location

‎Remnant2SaveAnalyzer/Remnant2SaveAnalyzer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="lib.remnant2.analyzer" Version="0.0.16" />
19+
<PackageReference Include="lib.remnant2.analyzer" Version="0.0.17" />
2020
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
2121
<PackageReference Include="Serilog" Version="3.1.1" />
2222
<PackageReference Include="Serilog.Expressions" Version="4.0.0" />

0 commit comments

Comments
 (0)