Skip to content

Commit

Permalink
update changelog + mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Oct 15, 2024
1 parent 274fc8a commit 789d94e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# BetterEdit 6

## v6.8.0-beta.4
* Fix <cc>View Tab LDM</c> being applied outside the editor

## v6.8.0-beta.3
* Add <co>Toggle Scale X/Y Control</c> and <cp>Toggle Warp Control</c> keybinds
* <cd>Mixed values</c> now show the range of the values rather than just "Mixed"
Expand Down
10 changes: 6 additions & 4 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.7.1",
"version": "6.8.0-beta.3",
"geode": "3.8.0",
"version": "6.8.0-beta.4",
"gd": {
"win": "2.206",
"mac": "2.206",
Expand Down Expand Up @@ -202,14 +202,16 @@
"type": "bool",
"default": false,
"name": "Better Warp Selection (WIP)",
"enable-if": "saved:has-pro"
"enable-if": "saved:has-pro",
"enable-if-description": "This Feature is Supporter-Only"
},
"enable-pro-ui": {
"type": "bool",
"default": true,
"name": "Enable Pro UI",
"description": "Give the Editor a <cy>New Look</c>!",
"enable-if": "saved:has-pro"
"enable-if": "saved:has-pro",
"enable-if-description": "This Feature is Supporter-Only"
}
},
"tags": ["editor", "enhancement", "utility", "customization"]
Expand Down

0 comments on commit 789d94e

Please sign in to comment.