Skip to content

Commit

Permalink
Add release notes and license file to .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinela committed Jul 23, 2023
1 parent 46c40cb commit 5756355
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2.1 (23 July 2023)

New features:

- A new Double Jump Chain skip category, with logic for movement
that uses Blink or Grapple to refresh the double jump in mid-air.

Bug fixes:

- Assorted base logic fixes.
- The Newtonsoft.JSON DLL is now included in the release zip file;
some previous versions had not, and did not work correctly when
installed from Scarab as a result.

# 2.0 (9 June 2023)

New features:
Expand Down
2 changes: 1 addition & 1 deletion dist.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
zip -j Randomizer.zip lib/Newtonsoft.Json.dll Haiku.Rando/bin/Debug/netstandard2.0/*.{dll,pdb}
zip -j Randomizer.zip LICENSE lib/Newtonsoft.Json.dll Haiku.Rando/bin/Debug/netstandard2.0/*.{dll,pdb}

0 comments on commit 5756355

Please sign in to comment.