Tuesday, May 24, 2011

Greasemonkey 0.9.4 Release

Bug fixes:
  • The GM_openInTab() API again returns a handle to the window object. (#1298)
  • Using alert() will not break setTimeout() nor GM_xmlhttpRequest(). (#1318)
    NOTE: we currently only have a work-around in place, watch mozilla bug 647727 for a real fix.
Enhancements:
  • When re-ordering execution of scripts: clicking the first/last item disables sooner/later items, and picking any of these will switch to Execution Order sort (if it is not already selected).
  • Removed the detail view for user scripts, which did not contain any more information than the list view.
The entire list of bugs handled in this release is also available via the 0.9.4 milestone on GitHub. Note that as always it takes some time for Mozilla to review the new version, and it's available on the all versions page. If you are using it and notice problems, it's best to either let us know at greasemonkey-dev or log an issue (and be clear that it's with this version).

6 comments:

Anonymous said...

Still not compatible with Aurora

Anonymous said...

@Anonymous: GM 0.9.2 and 0.9.3 works for me on Aurora and Firefox Beta 5. You should install Add-on Compatibility Reporter or Nightly Tester Tools if you're using Aurora.

Anonymous said...

@Anonymous: GM 0.9.2 and 0.9.3 works for me on Aurora and Firefox Beta 5. You should install Add-on Compatibility Reporter or Nightly Tester Tools if you're using Aurora.

Angel said...

Don't work in firefox 5 beta :(

Anonymous said...

It does work with firefox 5 beta with the exception of gm_xmlhttprequest - so all the "prefetch more" & etc. scripts won't work. I personally view this as an important issue, so can't switch to ff5 beta yet, but I remember GM having same issues with FF4 betas, so I think this is to be expected - but no idea what the hell mozilla are doing in every version that this breaks.

Bizarre™ said...

It works on Firefox 7.0a1, but it doesn't show the console in Add-ons Manager or when I click Manage User Scripts.

Other than that it works just fine.