General
Fixed an issue that prevented extension pages from being loaded
Decoupled update checks from the actual update process; set “Automatic installation” as needed
Reworked GM_addElement to always return the created element and null in case of failure
Scripts with @run-at context-menu can now be launched from the popup menu
Changed GM_xmlhttpRequest to merge given cookies instead of appending them
Improved factory reset to clear additional stored data
Fixed setting relative paths via window.location
Fixed GM_xmlhttpRequest to allow sending FormData objects with duplicate keys
Added the $DATETIME$ variable for use in script templates
Reworked the storage implementation
Reworked the sandbox console to make its properties configurable
Fixed onurlchange so it fires on hash changes triggered by pushState
UI
Added sorting capability to the includes/excludes editor
Added checkbox to invert script search results
Tweaked in-page notifications
Added extra editor commands for easier editing on touch devices
Added regular expression support to the script search
Added commands to jump to the next/previous linter problem
Improved tag editing for selected scripts
Corrected rendering of SVG script icons
Fixed site favicon issues
Locales
Updated Greek translation | thanks panos78
Updated Italian translation | thanks to bovirus
Updated Portuguese-Brazil translation | thanks to igorruckert
Updated Japanese translation | thanks to shirayuki
Updated Vietnamese translation | thanks to IoeCmcomc
Experimental