The entire list of bugs handled in this release is also available via the
1.11 milestone
on GitHub. Note that as always it takes some time for Mozilla to
review the new version. If you're interested in staying on the bleeding
edge, try installing the
development channel beta release.
If you are using it and notice problems, it's best to
log an issue or let us know at
greasemonkey-dev (and be clear that it's with this version).
Enhancements:
- The GM_info object now has a scriptSource property, like Tampermonkey. (#1738)
Fixed bugs:
- Scripts will no longer run on data: scheme URLs. This is a security enhancement. (#1767)
- Fixed errors logged to the console when opening the "Websites..." Monkey Menu item. (#1762)
- Fix GM_openInTab() behavior when moving tabs across windows. (#1758)