General
Make trash configurable (on/off/session only)
GM_xmlhttpRequest.responseType 'stream' support
Improve GM_xmlhttpRequest event timings and make response readable on request errors as well
Fix GM_xmlhttpRequest to forward status and statusText in fetch mode once available
Fix cookie overwriting in anonymous GM_xmlhttpRequest mode
Allow GM_getValue to return undefined as value
Improve JavaScript scriptlet support via @unwrap tag
Make GM_notification.highlight focus the window as well
Add MouseEvent/KeyboardEvent argument to GM_registerMenuCommand callbacks
Add a focus method to the return value of GM_openInTab
Add a global and a per script setting to choose whether to run in incognito tabs
Add some more audio formats to the download file extension whitelist
Use up to ES2022 for linting if supported by the browser
Update ESLint
Add more second level domains (for .tld)
Always log an error at the page console if a @require or @resource couldn't be loaded
Fix several issues with older browser versions
Fix issues caused by extremely delayed setTimeout(..., 0) calls
Fix some userscript injection issues
Make cloud service re-authentication without user intervention less disturbing
Show an internal notification in case of an available extension update only*
* this will only affect the next update, sorry
Fix some rare exceptions happening in the wild
Sandbox improvements
Internal rework and cleanup
UI
Shift key + mouse click based multi select
Dark mode improvements
Prefer an explicit set @name:en over @name
Show localized userscript name and description if available where possible
Update page title if script is renamed by save
Keep CRLF line endings on edit
Make import from URL support zip, JSON and plain userscript files
Replace worker based image cache to avoid problems at some browsers
Use higher resolution if Google's favicons service is used
Fix opening of zero byte externals
Use eslint-plugin-userscripts to highlight userscript header issues
Fix storage 'Reload' button and add 'Reset'
Fix ESLint to allow top-level await
Sync
Add a button to force a sync
WebDAV improvements
Fix unnecessary repeated exports
Trigger sync on move to trash
Fix TamperDAV double sync issue
Locales
Update Russian translation | thanks to wvxwxvw
Update Italian translation | thanks to bovirus
Update French translation | thanks to omerien
Update Portuguese-Brazil translation | thanks to igorruckert
Update Japanese translation | thanks to shirayuki