Releases: violentmonkey/violentmonkey
v2.34.0
Fixes GM.xmlHttpRequest promise not resolving (#2427)
Commit log: v2.33.0...v2.34.0
v2.33.0
Fixes #2420, #2421.
Commit log: v2.32.1...v2.33.0
BETA v2.32.1
This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.
Commit log: v2.32.0...v2.32.1
v2.32.0
Lots of improvements since the previous stable release are described in the beta releases.
No notable changes since the last beta.
Known bugs: #2420, #2421. Fixed in the next beta.
Commit log: v2.31.0...v2.32.0
BETA v2.31.6
This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.
Notable changes since v2.31.5:
- add
uploadobject to GMxhr to track progress of uploadingdata - show GMxhr error in tab console if no
onerrorcallback is provided - autocomplete
GMAPI in editor - add string mode to script values editor so you don't need to escape line breaks or quotes
Commit log: v2.31.5...v2.31.6
BETA v2.31.5
This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.
Notable changes since v2.31.4:
- fix #2404: now sandbox is disabled only by adding
@grant none, just like in Tampermonkey, while previously it was also disabled when there were no@grantdirectives. Violentmonkey will show a reminder in the popup to use@grant noneorunsafeWindowif your script relies on the old behavior.
Commit log: v2.31.4...v2.31.5
BETA v2.31.4
This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.
Notable changes since v2.31.3:
- add option for disabling auto-sync, and buttons to manually push/pull
- allow re-authorize on auth error
- remove the sync delay
- fix onedrive support
- fix installation in incognito
Commit log: v2.31.3...v2.31.4
BETA v2.31.3
This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.
Notable changes since v2.31.2:
- sort by last visit date
- sort in descending order
- fix #2390: don't let sync remove scripts on startup
- fix #2304: don't let missing deps mangle injected code
- fix #2388, #2389: creating new script from the dashboard and switching back
- fix #2391: remember editor popup position in FF
- fix #2392: expose original setTimeout/setInterval to scripts
Commit log: v2.31.2...v2.31.3
BETA v2.31.2
This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.
Notable changes since v2.31.1:
- show sync error details in UI
- fix #2368: Firefox workaround for CSP in html tag
- fix #2382: send UpdateValue immediately
Commit log: v2.31.1...v2.31.2
BETA v2.31.1
This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.
Notable changes since v2.31.0:
- show existing tags in editor
- support
globalVarsin editor autocomplete hints - support
iconin GM_registerMenuCommand - expose GM_info.script.options
- handle greasyfork.cc
Commit log: v2.31.0...v2.31.1