diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dfccd6..f51b129 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,10 @@ jobs: run: | dotnet publish src/peggleedit -c Release -o out cd out + cp ../CHANGELOG.md . cp ../LICENSE . cp ../README.md . - 7z a -tzip -mx9 -mtc=off -r ../peggleedit.zip *.dll *.exe *.config README.md LICENSE + 7z a -tzip -mx9 -mtc=off -r ../peggleedit.zip *.dll *.exe *.config CHANGELOG.md LICENSE README.md - name: Upload artifacts uses: actions/upload-artifact@v2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e364b23 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +PeggleEdit 5.0.0 (Crow) (2023-04-10) + +* [Feature] Add button to open GitHub page +* [Feature] Add new automatic update checking +* [Feature] Implement RetraceCircle movement type +* [Enhancement] Allow adding to selection with CTRL drag +* [Enhancement] Improve editing of movements +* [Enhancement] Improve error handling of launching Peggle Nights +* [Enhancement] Save and restore window layout +* [Change] Change config to be JSON file in AppData +* [Change] Rename IntelOrca.PeggleEdit.Designer.exe to just peggleedit.exe +* [Fix] .pak file cannot be opened if file is readonly +* [Fix] Challenge form, maximum for powers +* [Fix] Fix reading of bad CFG files +* [Fix] Nested movement logic +* [Fix] PAK file not added to recent files list when saving +* [Fix] Some level backgrounds did not open correctly (requires Peggle's J2K library)