Skip to content

Commit

Permalink
Update version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Sep 13, 2023
1 parent 45c5f1f commit e55ceed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
PeggleEdit 5.1.1 (Eagle) (2023-09-13)

* [Feature] Add import / export of level packs to folder
* [Feature] Basic preview of emitters
* [Feature] Control points for rods, polygons, and teleports can now be moved in the editor
* [Enhancement] Show a warning if a level contains a generator
* [Fix] #12: Duel challenges do not load as duels
* [Fix] #15: Undoing moves teleports to 0,0
* [Fix] Preserve image format when loading and saving pak files

PeggleEdit 5.1.0 (Dunnock) (2023-06-19)

* [Feature] #8: Automatically resize / crop background image
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net472</TargetFramework>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<Copyright>Copyright © Ted John 2010-2023</Copyright>
<AssemblyVersion>5.1.0</AssemblyVersion>
<AssemblyVersion>5.1.1</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
Expand Down
Binary file modified media/screenshots/environment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/peggleedit/Misc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static class Program
public const bool AppBetaRelease = true;
public const string AppTitle = "PeggleEdit";
public static string AppVersion => CurrentVersion.ToString(3);
public const string AppVersionName = "Dunnock";
public const string AppVersionName = "Eagle";
public const string AppAuthor = "Ted John";
public const string AppYear = "2010-2023";
public const string AppWebsite = "http://intelorca.co.uk/PeggleEdit";
Expand Down

0 comments on commit e55ceed

Please sign in to comment.