Skip to content

Commit

Permalink
Update addon.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazza-231 committed Oct 25, 2023
1 parent 67d53e1 commit cac58fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions addons/editor-number-arrow-keys/addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"tags": ["editor", "codeEditor", "recommended"],
"versionAdded": "1.34.0",
"latestUpdate": {
"version": "1.35.0",
"newSettings": ["useCustom"],
"temporaryNotice": "You can now increment input fields that are not in blocks, like the sprite properties, and fully customize the values."
"version": "1.36.0",
"temporaryNotice": "More inputs are now supported, such as color dropdowns, and onion skinning inputs."
},
"userscripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion addons/math-in-inputs/addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Mathematical expressions in number inputs",
"description": "Evaluates mathematical expressions (e.g. 2+4*3) in number inputs in the editor automatically.",
"tags": ["editor", "codeEditor", "recommended"],
"versionAdded": "1.35.0",
"versionAdded": "1.36.0",
"dynamicEnable": true,
"dynamicDisable": true,
"userscripts": [
Expand Down

0 comments on commit cac58fd

Please sign in to comment.