-
Notifications
You must be signed in to change notification settings - Fork 10
Changelog
Hans5958 edited this page Feb 18, 2023
·
9 revisions
- Add
makeHsv
type oncssManipulator
- Remove
traps
property - Add
html
andscript
property onpopup
property
- Remove
l10n
property - Set
black
andwhite
properties oncssManipulator
to be optional - Allow
black
andwhite
properties to becssManipulator
- Allow
cssManipulator
to be a string - Add
alphaBend
type oncssManipulator
- Add
min
andmax
property onsettings
property withstring
type - Add
recolorFilter
type oncssManipulator
- Add
customCssVariables
property withcssManipulator
- Update URL matching based on improvements made
- Add
danger
,codeEditor
,costumeEditor
,projectPlayer
,editorMenuBar
projectPage
,profiles
,studios
,comments
options on tags - Set
community
,editor
,popup
tag options to be required as parent categories - Add
versionAdded
property
- Add
dynamicEnable
property (#28) - Add
injectAsStyleElt
property (#34) - Add
updateUserstylesOnSettingsChange
property (#35) - Change description of
dynamicDisable
property
- Add
allowTransparency
property onsettings
property withcolor
type (#31) - Add additional check for RGBA hex values (#31)
- Add
dynamicDisable
property (#27)
- Replace
warning
andnotice
properties with theinfo
property - Add
easterEgg
value on thetags
property (#20) - Add
popup
property (#18)
- Add
integer
type on settings (#16) - Set 0 as minimum for
positive_integer
settings type (#17)
- Add
l10n
property (#14) - Allow
potentialValues
items to be an object withname
andid
properties (#14) - Add forgotten
libraries
property
- Add description on
presets
objects (#12) - Fix color Regex pattern (Fix regex when validating a color string)
- Fix typo on some property descriptions*
- Add
default
on traps property* - Remove
minLength
rule from traps property*
* pushed after 1.4 started
- Change property names for consistency changes on the main repository (#6, #7)
- Add
notice
property (#9) - Add
presets
property (#8, #10) - Enforce type on
default
property based on thetype
property - Add leading hash before color Regex pattern again (#11)
- Change description on
preset.values
- Add
minimum
onpositive_integer
settings - Add
minLength
on most string values (more strict checks) - Change descriptions with
options
andoption
tosettings
andsetting
- Add URL Regex on appropriate values
- Add
color
option onoption
type - Add Regex check on default property with
color
type - Remove description of
potential_values
when thetype
is notselect
- Add
warning
property - Add
traps
property - Add leading hash before color Regex pattern (#5)
- Initial release
- Use draft-07 instead of 2019-09
- Use an array instead of an object on
credits
property - Add schema
$id
- Add
string
type onoptions
- Add
minItems
in multiple properties - Add
clipboardWrite
onpermissions
- Set
runAtComplete
as optional - Add
select
type onoptions
- Complete description on properties
- Disallow additional properties
- Add pattern for URLs
- Fix bug on
potential_values
(#3) - Add
settings_match
on userscripts and userstyles (#4) - Add final descriptions and change some
- Add schema
$schema
- Add pattern on multiple properties
- Remove accidental characters at the start
- Fix indentation and description