Skip to content

Releases: erosman/support

FireMonkey 2.72

18 Jul 09:40
a1e4062
Compare
Choose a tag to compare
  • Added 'blob:' protocol support in relevant GM APIs
  • Fixed an issue with URL hash in Tab Scripts display (#576)
  • Updated GM xmlHttpRequest to accept headers: null (#569)

FireMonkey 2.71

26 Jun 06:08
599da96
Compare
Choose a tag to compare
  • Fixed an oversight in scratchpad (from 2.68)
  • Upgraded js-beautify to 1.14.8

FireMonkey 2.70

03 Jun 14:26
b75b05b
Compare
Choose a tag to compare
  • Moved GM setValue & GM deleteValue back to the background script (#559) (from 2.68)

FireMonkey 2.69

01 Jun 08:14
63c60e2
Compare
Choose a tag to compare
  • Added multi storage API options to GM getValue, GM setValue, GM deleteValue (#545)
  • Fixed an issue with processing sync storage (from 2.68)
  • Removed multi storage APIs GM getValues, GM setValues, GM deleteValues (#545) (from 2.68)

FireMonkey 2.68

29 May 10:21
03d4e38
Compare
Choose a tag to compare
  • Added @include http* conversion (#429#issuecomment-1474408605)
  • Added @licence to popup Info page (#524)
  • Added @metaURL to Metadata
  • Added @metaURL to User Metadata
  • Added @updateURL to User Metadata
  • Added about:blank processing in @include
  • Added GM createObjectURL API (#558)
  • Added GM import API (#558)
  • Added GM.info.script.grant
  • Added GM.info.script.injectInto
  • Added GM.info.script.metadata
  • Added GM.info.script.require
  • Added GM.info.script.runAt
  • Added CodeMirror rulers addon (off by default)
  • Added Import from URL feature
  • Added manually imported script to Log
  • Added multi storage APIs GM getValues, GM setValues, GM deleteValues (#545)
  • Added multi-site Find scripts for this site
  • Added PSL (Public Suffix List) module API (#503)
  • Dropped 'browser_style' in preparation for MV3
  • Fixed a bug when there are more that one Metadata Block (#429#issuecomment-1474408605)
  • Fixed a color-picker replace issue with spaces in rgb/rgba colors
  • Fixed a few typos
  • Fixed an issue with Custom Options CSS application
  • Fixed the unsaved changes popup on script remote update
  • Increased minimum version to Firefox 93 (released 2021-10-05) (2 users below Firefox 95)
  • Mapped GM addScript to GM addElement
  • Mapped GM addStyle to GM addElement
  • Moved Developer Tools Debugger userscript listing to FireMonkey://userscript/
  • Removed Bundled Libraries feature (#539)
  • Removed pre-2.25 (2021-05-21) preference JSON import conversion (1 user below v2.25)
  • Removed v2.35 (2021-11-09) migrate (2 users below v2.55)
  • Removed v2.42 (2022-02-02) migrate (2 users below v2.55)
  • Updated GM addElement to return undefined in case of script
  • Updated GM getResourceText processing for better compatibility
  • Updated GM.info.namespace to return an empty string
  • Updated GM.info.scriptMetaStr to return data string
  • Updated updateURL to a link in popup Info page
  • Updated API script to handle script storage directly
  • Updated code in preparation for manifest v3
  • Updated GM3 API removal when both GM3/GM4 are granted, to storage API only
  • Updated module structure
  • Updated Options page navigation
  • Updated Toggle comment keyboard shortcut from Ctrl-Q to Ctrl-/ (like VS Code) due to conflict with Firefox Quit
  • Updated UI style
  • Updated unsuccessful GM fetch return to undefined (was null)
  • Upgraded CodeMirror to 5.65.13
  • Upgraded js-beautify to 1.14.7
  • Upgraded JSHint to 2.13.6

FireMonkey 2.67

02 Mar 06:47
f6345b9
Compare
Choose a tag to compare
2.67
Fixed Toolbar popup Dark Theme application (#428) (from 2.33)
2.66
Fixed clearing script storage (#514)
Updated module structure
2.65
Fixed GM.xmlHttpRequest response issue (#429#issuecomment-1285915187) (from 2.60)
2.64
Fixed a typo issue on Android (#238#issuecomment-1279879268) (from 2.63)
2.63
Fixed remote @require injection order (#429#issuecomment-1279679774)
2.62
Fixed a userscript compatibility (#429#issuecomment-1259054723)
2.61
Fixed 'unsafeWindow not defined' in @require scripts (#429#issuecomment-1237045605)
2.60
Fixed GM.getResourceText issue (#429#issuecomment-1200339171) (from 2.41)
Fixed GM.xmlHttpRequest response issue (#497)
Fixed raw.githubusercontent.com install issue (#496) (from 2.57)
Updated GM.fetch to log and return parse errors (#497)
2.59
Updated CodeMirror keyMap process (#495)
2.58
Reverted keyMap src attribute (#495) (from 2.57)
2.57
Added @advanced support as @var alias
Added @preprocessor support in @var in UserStyle (not userCSS)
Added dropdown support in @advanced
Added image support in @advanced
Added null support in @var
Added misplaced "unit" support in @var
Added multiline select support in @var
Added Reset to User Variables
Fixed an error in enable script (from 2.54)
Fixed Sync storage issue (#485)
Fixed User Metadata & Storage not cleared when creating new script (#491)
Removed allowed install URL checklist (#480)
Updated unsafeWindow implementation
Updated Bulgarian (bg) locale
Updated fetch & XMLHttpRequest mapping workaround
Upgraded JSHint to 2.13.5
2.56
Added experimental @var (#293)
Fixed an issue with synch storage API
2.55
Fixed an error in deleting scripts (from 2.54) (#476)
2.54
Added Wrap code in IIFE (#429#issuecomment-1117288994)
Fixed an error in Beautify (from 2.53)
Removed Database Migrate 1.31 2020-03-13 (0 users)
Removed Database Migrate 1.36 2020-05-25 (0 users)
Removed Database Migrate 2.0 2020-12-08 (2 users) (use v2.53 to migrate)
Removed Database Migrate 2.5 2020-12-14 (0 users) (use v2.53 to migrate)
Removed Database Migrate 2.25 2021-05-08 (1 users) (use v2.53 to migrate)
Updated Regular Expression support process (#429#issuecomment-1116631171)
Updated the fetch & XMLHttpRequest mapping workaround
2.53
Mapped fetch & XMLHttpRequest to page window as a workaround for bug 1715249
Added Beautify feature (#320)
Added js-beautify 1.14.3
2.52
Fixed a typo in update storage value (from 2.51) (#461)
Updated Locale Maker to v1.8

FireMonkey 2.51

25 Apr 15:54
c3e4951
Compare
Choose a tag to compare
  • Added mouse-over title to Toolbar popup Info disabled Undo (#453)
  • Updated editor to update storage value if changed by a running script (#461)
  • Updated Locale Maker to v1.7
  • Updated script version compare function (#437)
  • Updated Sync storage process (#446)
  • Updated Toolbar popup Info Run to allow re-injection (#453)

FireMonkey 2.50

28 Mar 10:42
b7fdcdf
Compare
Choose a tag to compare
  • Updated fix of the iframe theme setting error (#435)

FireMonkey 2.49

28 Mar 09:44
ae7838e
Compare
Choose a tag to compare
  • Removed a debugging console.log

FireMonkey 2.48

28 Mar 09:36
1a31f42
Compare
Choose a tag to compare
  • Added object 'active' compatibilty in GM openIntab
  • Added return value to GM openIntab (experimental)
  • Updated GM APIs' return values
  • Fixed an iframe theme setting error (#435)