Fix cloud storage authentication
Fix some cloud storage related issues
Minor internal fixes
Safari: fixes for the Safari developer edition
Make the CSP modification option work again
Allow backup and restore with cloud storages (Google Drive, Dropbox, OneDrive)
Update Chinese (traditional) translation | thanks to TobySkarting
Update Czech translation | thanks to d3jv
Remove autodetection of some compatibility options
Minor internal fixes
Update JSHint to 2.9.2
Fix the sandbox on{event} properties
Fix the editor replace code and show which part of the script text is going to be replaced
Update Chinese (simplified) translation | thanks to lychichem
Update saveAs to 1.3.2
Firefox: fix GM_download
Firefox: fix drag and drop script positioning
Use a fallback in case the page CSP wasn't relaxed (disabled setting or cached page)
Fix a problem at CSP secured cached pages
Fix font size issues at Firefox
GM_xmlhttpRequest.data FormData support (Chrome 51+ or Firefox required)
GM_xmlhttpRequest.url now supports Location and URL objects
Fix GM_xmlhttpRequest response header format if fetch (== anonymous) is used
Speed up script injection at cached pages a little bit
Safari: fix a problem with some iframes
Fix issues at Chrome 52
Fix sometimes occurring exceptions if 'debug scripts' is enabled
Support Base64 encoded SRI hashes
Disable spell-checking at input fields
Fix two minor internal crashes
Log the error message if GM_xmlhttpRequest failed due to @connect
Make @grant none supersede all other @grants again | thanks to terjanq
More document.write/document.open fixes
Allow script installations from Github release download URLs
Firefox: workaround issue 1215025 by setting a minimum popup menu size
Fix issues when document.write was called
Log @connect error messages at the request source tab
Always allow GM_xmlhttpRequest to access same-origin URLs
Fix GM_xmlhttpRequest.fetch/anonymous encoding
Fix @connect + relative URLs
Download meta data from the source URL if x-userscript-meta is supported
Fix a minor options page issue when scripts were updated manually
Editor: Fix the replace button
Fix an issue that sometimes the update check could enter an endless loop
Fix the script update to request meta information first again
GM_xmlhttpRequest.headers.cookie support
Update Chinese (traditional) translation | thanks to JasonHK
Editor: add line break option
Make sure the common console is used if @grant none is set
Improve the main domain detection of @connect dialogs
Automatically measure the script runtime when the script debug option is set
Remove deprecated 'strong mode'
Fix freezes at long data URIs
Fix some names at exported ZIP files
Enable JSHint esnext option by default
Fix @run-at context-menu
Update Slovak translation | thanks to emitor
Add an additional edit button for every script
Fix a drag and drop positioning issue
Start and stop drag and drop via mouse up/down and auto-scroll when reaching a border
Fix a problem that caused the script update check to run only on startup
Fix Portuguese-Brazil translation (now used by default if appropriate)
Fix issues with GM_getTabs, GM_getTab and GM_saveTab being undefined
Fix a CSP issue that could prevent script execution
Make GM_addStyle ignore CSPs
Fix internal crashes
Cleanup
Show warnings at the options and install page for (partially) blacklisted scripts
Workaround an popup menu layout issue at Windows when DirectWrite is disabled
Add more @connect related translations
Fix sometimes empty editor tabs
Translate some @connect related strings
Fix a sometimes wrong .tld interpretation
Minor layout improvements
Once one script is selected allow selection via Shift+Up/Down