Monday, December 11, 2017

Greasemonkey 4.1 Release

The entire list of bugs handled in this release is also available via the 4.1 milestone on GitHub. If you are using this version and notice problems, it's best to let us know at greasemonkey-dev or log an issue (and be clear that it's with this version).

Fixed bugs:
  • For GM.xmlHttpRequest, set the finalURL (#2692) and support onprogress (#2712).
  • Update @match handling to be consistent with pre-existing behavior.  (#2673, #2715)
  • Handle user scripts that end with a comment. (#2670)
  • Fix changing @noframes in the user script editor.  (#2637)
New features:
  • The "save" action in the user script editor is platform natural.  (#2690)
  • Add a "new script" feature, for creating a new user script from scratch.  (#2645)
  • The script list in the monkey menu is split into "active" and "inactive" sections.  (#2585)