From 5756355073b422c43df73d9f77765b6a057c55b5 Mon Sep 17 00:00:00 2001 From: Diogo Pinela Date: Sun, 23 Jul 2023 23:27:42 +0100 Subject: [PATCH] Add release notes and license file to .zip --- RELNOTES.md | 14 ++++++++++++++ dist.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELNOTES.md b/RELNOTES.md index 0ed3e65..83c62e8 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -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: diff --git a/dist.sh b/dist.sh index 0265f8f..df3e051 100755 --- a/dist.sh +++ b/dist.sh @@ -1,2 +1,2 @@ #!/bin/sh -zip -j Randomizer.zip lib/Newtonsoft.Json.dll Haiku.Rando/bin/Debug/netstandard2.0/*.{dll,pdb} \ No newline at end of file +zip -j Randomizer.zip LICENSE lib/Newtonsoft.Json.dll Haiku.Rando/bin/Debug/netstandard2.0/*.{dll,pdb} \ No newline at end of file