Skip to content

Commit

Permalink
fix Necklace of Flowing Life crash
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSav committed Jun 3, 2024
1 parent a054594 commit b1b6716
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog

## v0.0.17 (4 June 2024)
- Fixed Necklace of Flowing Life crash

## 0.0.16 (4 June 2023)
- Add the Nimue/Dran/Huntress/Root Walker "Dream" consumables for detection of "craftable" items
- Added the Nimue/Dran/Huntress/Root Walker "Dream" consumables for detection of "craftable" items

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

## 0.0.14 (4 June 2023)
- Performance improvements
- Do not display warning about unknown Dran Dream item
- Fix co-op option completely broken in World Analyser
- Stopped displaying warning about unknown Dran Dream item
- Fixed co-op option completely broken in World Analyser

## 0.0.13 (31 May 2023)
- Added an option to World Analyzer to display items not bound to a particular location
Expand Down
2 changes: 1 addition & 1 deletion Remnant2SaveAnalyzer/Remnant2SaveAnalyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="lib.remnant2.analyzer" Version="0.0.16" />
<PackageReference Include="lib.remnant2.analyzer" Version="0.0.17" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Expressions" Version="4.0.0" />
Expand Down

0 comments on commit b1b6716

Please sign in to comment.