forked from greasemonkey/greasemonkey
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
janekptacijarabaci edited this page Apr 12, 2017
·
19 revisions
3.12.1beta5 (2017-04-12):
- API: GM_util.compareVersion - added support also the build ID
- General: Installing scripts - Pale Moon 27.3.0a1+ - cache turned off (#2407, PaleMoon#1002)
- Fix typo
3.12.1beta4 (2017-04-11):
- General: Loading web page (*.user.js) (follow up) (#2407, PaleMoon#1002)
- General: Increase the minimum version require of Pale Moon - 27.1 (PaleMoon#773)
- General: [use strict] If Cc / Ci / Cu / Cr != undefined, set variables
- Fix typos, style clean up
3.12.1beta3 (2017-04-07):
- General: Loading web page (*.user.js) (follow up) (#2407, PaleMoon#1002)
- Style clean up
3.12.1beta2 (2017-04-06):
- GUI: The install window - If the button "Install" is pressed too soon, throws an errors (improvements)
- General: Loading web page (*.user.js) (improvements) (#2407, PaleMoon#1002)
- Style clean up
3.12.1beta1 (2017-03-30):
- API: Added support for frequent calls to GM_getValue() (#2333)
- API: Do not use "GM_util.uriFromUrl()" to parse @match data (#2480)
- GUI: Added support the dialog resizing (for Windows OS) (#2194)
- GUI: Added configurable limit the time for AOM's "[Forced] Find updates" (#2180)
- API: GM_registerMenuCommand (the suffix) - added support for SHA256 (PaleMoon#914)
- GUI: Script Preferences - Added match a string (for editing) (pushed to upstream - no, checking when saving)
- GUI: Script Preferences / Options - Added display count of rows and better scrolling
- API: Added proper support for "about:blank" and "@run-at document-start" (#1849#issuecomment-107177049)
- Loading: If Greasemonkey is disabled, some scripts works (follow up) (#2416, #2417)
- API: XMLHttpRequest - Fixed bug with the "anonymous" mode (#2330), (PaleMoon#968)
- General: Updating scripts / Stats - Detecting the private mode (pushed to upstream - not yet)
- GUI: The install window - If the button "Install" is pressed too soon, throws an errors (pushed to upstream - not yet)
- GUI: The fix update icon in the AOM (after a change in the editor) (pushed to upstream - not yet)
- API / GUI: A needed fix for script update (if contains userMatches) (#1849#issuecomment-289063866)
- General: Added the @homepageURL
- General: Added contributors and translators
- Fix typos, style clean up + refactoring code (very many changes - this is why it is beta at this point)
3.9.3.1 (2017-02-22):
- Added support for Add-ons Button
3.9.3 (2017-02-18):
- API: Added support for GM_notification (#1194)
- Loading: HTTP Auth - can't install userscript (#1717, #2430)
- The context menu: "View User Script Source" - detection of the separator (#1914, #1979)
- Loading: Added support for CORS/CSP override (#2046)
- The list of the userscripts - added support sorting by namespace (#2306, #2334)
- Loading: Improve handling of script install failures (#2390, #2415)
- Loading: If Greasemonkey is disabled, some scripts works (#2416, #2417)
- Scratchpad: Deleting other menu items (#2419)
- API: GM_xmlhttpRequest - ftp, invalid url, network error (#2423)
- API: GM_registerMenuCommand - errors vs. invalid link (#2434)
- API: GM_getResourceURL - no resource with name (#2434)
- Update: Error updating - display an error message (#2441, #2442)
- API: GM_listValues - removing old code (#2454)
- General: Added support for Pale Moon (27.x) (#2456)
- API: GM_xmlhttpRequest - responseHeaders (etc.) at readyState 2 (#2460, #2461)
- Loading: Added support for "jar:file://" (e.g. zipped Java docs) (#2227, #2477)
- API: The sequential focus order when closing tabs opened by GM_openInTab - a partial fix (#2269)
- API: GM_xmlhttpRequest connection doesn't abort when the tab is closed - a partial fix (#2385)
- API: Added support for GM_info.script[author/homepage/lastUpdated] (some synchronize with Tampermonkey)
- Style clean up, removing old code (the unification code) (e.g. #2455)
- Style clean up:
- Loading: MatchPattern - better display errors (#2480)
- From:
Cc["@mozilla.org/..mm
To:Services.mm/ppmm/cpmm
- From:
"__defineGetter__"/"__defineSetter__"
To:Object.defineProperty()