|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 0.9.20 | May 15, 2012 | New Release | · A change in 0.9.19 broke setTimeout() for a variety of cases, that has been reverted. (#1549, #1553) · Scripts with long names and/or file names could fail to install in Windows. (#1546) Bug fixes: · Specifying a script editor in a non-ASCII folder will work (Firefox 4+ only). (#1173) · Scripts installed while the Add-Ons Manager is open will show their icon. (#1535) |
| 0.9.19 | May 11, 2012 | New Release | Enhancements: · A custom wrapper to make setTimeout() work even when Javascript is disabled. (#1209) · Restored the "script installed successfully" toast notification. (#1511) · Scripts download more incrementally; the install dialog should appear as soon as the script metadata has been downloaded, not after the entire script is downloaded. (#1523) Bug fixes: · Specifying a script editor in a non-ASCII folder will work (Firefox 4+ only). (#1173) · Scripts installed while the Add-Ons Manager is open will show their icon. (#1535) |
| 0.9.18 | Mar 2, 2012 | New Release | Enhancements: · Automatic update checking can be enabled, without automatically installing updates. (#1455) · Script updating is enabled by default. Please read the blog post describing this new feature. (#1462, #1463, #1480) Bug fixes: · Add-on Manager shows correct data when re-installing (e.g. to update) a script. (#1476) · Re-installed scripts are put into the same directory as the original. (#1515) · The matches property of GM_info is now a list of (pattern) strings. (#1516) |
| 0.9.17 | Feb 15, 2012 | New Release | · Error: "aForced is not defined". (#1517) |
| 0.9.15 | Feb 6, 2012 | New Release | · Fix issue with Better Reblogs tag reblogging not functioning when set to not automatically add tags. |
| 0.9.13 | Nov 21, 2011 | New Release | Enhancements: · Script updates install automatically. (#1442) · In 0.9.12 we added update checking. In 0.9.13 updates install automatically, but there's still some discussion over how to handle this best (#1455), so checking is still not enabled by default. · Provide an Options item in the Monkey Menu. (#1447) · Add a Cancel button to the Options window. (#1454) Bug fixes: · GM_getResourceText() was broken. (#1438) · You can properly select an application (bundle) for the editor on Mac OS X. (#1439) · Fix GM_openInTab for Firefox 3. (#1444) · Fix when pages reassign the location during page load. |
| 0.9.12 | Oct 12, 2011 | New Release | Enhancements: · Script update checking (limited!). (#1053) · Scripts run with the latest available version of Javascript. (#1403) Bug fixes: · Shared window object. (#1278) · Right-clicking a script in the Monkey Menu works, even when no editor is configured. (#1405) · Fix launching the editor. (#1409) · Scripts with @match could break loading all other scripts. (#1414) · When browsing local files, menu commands for all scripts (on all tabs) no longer display. (#1424) · Fix GM_openInTab(). (#1428) |
| 0.9.11 | Sep 9, 2011 | New Release | Apply a work-around for the problem Tab Mix Plus causes when attempting to open links in a new tab. |
| 0.9.10 | Sep 7, 2011 | New Release | Bug fixes: · You will be prompted to pick a new editor if the existing setting is an invalid path. (#1386) · Changing views within the Add-ons Manager could cause the user script sort order to be wrong. (#1394) Enhancements: · When a script causes an unhandled error, the display in the Error Console will be a bit easier to read. (#1396) · When Growl is not installed, Greasemonkey's notifications are less obtrusive. (#1397) · A range of internal code clean ups. (#1395, #1398, #1399, #1400, #1401) |
| 0.9.8 | Aug 9, 2011 | New Release | Bug fixes: · User scripts cannot run in any about: pages besides about:blank. Enhancements: · Global, user specified, @exclude rules. (#1002) · New @run-at metadata imperative, which supports value document-start, as well as the standard document-end behavior. · Support for @match metadata imperative, as implemented by Google Chrome. · Support for full regular expression syntax in @include/@exclude rules |