Skip to content

Commit

Permalink
v5.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Oct 19, 2023
1 parent b9e4266 commit 91e7125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v5.0.0-alpha.10

- Fix a crash that could happen when entering the editor
- Correctly enable RGB Color Input

# v5.0.0-alpha.9

- Fix preview mode screwing up moving objects on playtest pause
Expand Down
4 changes: 2 additions & 2 deletions 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.9",
"version": "v5.0.0-alpha.10",
"id": "be_team.betteredit",
"name": "BetterEdit",
"developer": "BE Team",
Expand Down Expand Up @@ -54,7 +54,7 @@
"rgb-color-input": {
"type": "bool",
"default": true,
"name": "RGB + HEX Color Input",
"name": "RGB Color Input",
"description": "Adds a widget that allows RGB and HEX input in color edit, color trigger and pulse trigger"
},
"editor-pulse": {
Expand Down

0 comments on commit 91e7125

Please sign in to comment.