It is necessary to enable developer mode to run userscripts via Tampermonkey now.
Instructions on how to enable it can be found
here.
Regression
Fixed GM_download in browser API mode
UI
Added commands to jump to the next/previous linter problem
Fixed site favicon issues
Added an option to show no text, but only the badge on script execution
Made some more strings translatable (unit, editor commands)
Sync
Added the user-modified flag to the synced properties to prevent overwriting local changes after a sync
Enhanced OneDrive sync by adopting a standardized URL for file listings
General
Fixed sometimes missing progress events when using GM_download and GM_xmlhttpRequest
Fixed response text encoding of fetch-based, non-utf8 GM_xmlhttpRequest
Reworked the storage implementation
Fixed an issue with downloading large data: URIs
Added Blob and File download capabilities to GM_download