Skip to content

Commit

Permalink
do version bump and add changelog for alpha 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Oct 19, 2023
1 parent 4bccd51 commit 172e144
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 172e144

Please sign in to comment.