From 172e144c1b7f3e4feb682ce7c372fe90ede2d30f Mon Sep 17 00:00:00 2001 From: Fleeym <61891787+Fleeym@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:28:05 +0300 Subject: [PATCH] do version bump and add changelog for alpha 9 --- changelog.md | 18 ++++++++++++++++++ mod.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 436d537f..503d6685 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,21 @@ +# v5.0.0-alpha.9 + + - Fix preview mode screwing up moving objects on playtest pause + - Port the scale UI from v4 + - Automatically hide startpos popup when deleting a startpos + - Rewrote startpos switcher, should be more stable + - Add startpos counter and moving between start positions + - Play level button from startpos popup now works + - Port LDM Object count to pause menu + - Port RGB color input + - Move some common dependencies to a new mod, EditorAPI + - Fix View Tab dissapearing when returning to the editor + - Do not set gravity for ball and spider in smart startpos + - Make Extra Object Info dynamically update when changing object properties (Might cause lag) + - Make Extra Object Info toggleable + - Port next free offsets for colors and groups + - Various stability fixes + # v5.0.0-alpha.8 - Rewrote BetterEdit from the ground up (again) diff --git a/mod.json b/mod.json index 7a6a5cc4..6ac904dd 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { "geode": "1.3.4", - "version": "v5.0.0-alpha.8", + "version": "v5.0.0-alpha.9", "id": "be_team.betteredit", "name": "BetterEdit", "developer": "BE Team",