Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Apr 10, 2023
1 parent 1bea6da commit 46046e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 46046e4

Please sign in to comment.