From f68841a530dd157657a98c2a5e5f93c1ff625ac2 Mon Sep 17 00:00:00 2001 From: RayCarrot <33812678+RayCarrot@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:45:14 +0200 Subject: [PATCH] Change version to 0.2.5.0, update changelog --- src/Ray1Editor/Assets/App/VersionHistory.txt | 6 +++++- src/Ray1Editor/Ray1Editor.csproj | 2 +- src/Ray1Editor/ViewModels/AppViewModel.cs | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Ray1Editor/Assets/App/VersionHistory.txt b/src/Ray1Editor/Assets/App/VersionHistory.txt index 64d958d..8e42133 100644 --- a/src/Ray1Editor/Assets/App/VersionHistory.txt +++ b/src/Ray1Editor/Assets/App/VersionHistory.txt @@ -1,4 +1,8 @@ ------ Version 0.2.4.0 (beta) - January 14, 2023 ----- +----- Version 0.2.5.0 (beta) - April 1, 2024 ----- +• Fix a bug with editing object commands when GO_DOLOOP is used + + +----- Version 0.2.4.0 (beta) - January 14, 2023 ----- • Fix color values rounding down after saving when having edited a palette • Update libraries diff --git a/src/Ray1Editor/Ray1Editor.csproj b/src/Ray1Editor/Ray1Editor.csproj index da1a488..42487fe 100644 --- a/src/Ray1Editor/Ray1Editor.csproj +++ b/src/Ray1Editor/Ray1Editor.csproj @@ -7,7 +7,7 @@ true 10 UI\Img\AppIcon.ico - 0.2.4.0 + 0.2.5.0 RayCarrot Ray1Editor https://github.com/RayCarrot/Ray1Editor diff --git a/src/Ray1Editor/ViewModels/AppViewModel.cs b/src/Ray1Editor/ViewModels/AppViewModel.cs index 3f28097..f71426b 100644 --- a/src/Ray1Editor/ViewModels/AppViewModel.cs +++ b/src/Ray1Editor/ViewModels/AppViewModel.cs @@ -66,7 +66,7 @@ public AppViewModel() /// /// The current app version /// - public Version CurrentAppVersion => new Version(0, 2, 4, 0); + public Version CurrentAppVersion => new Version(0, 2, 5, 0); /// /// Indicates if the current version is a BETA version