8000 Releases Β· violentmonkey/violentmonkey Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: violentmonkey/violentmonkey

v2.31.0

15 Mar 19:18
Compare
Choose a tag to compare

Notable changes since v2.30.0:

  • fix #2286: detect Firefox 138 in Android
  • fix #2268: keep script id while tracking
  • fix: use no-cache for sync

Commit log: v2.30.0...v2.31.0

v2.30.0

27 Jan 13:31
Compare
Choose a tag to compare

Notable changes since v2.29.0:

  • fix #2257: inject cache raciness when the page doesn't run scripts with @run-at document-start or document-body

Commit log: v2.29.0...v2.30.0

BETA v2.29.1

18 Dec 16:01
Compare
Choose a tag to compare
BETA v2.29.1 Pre-release
Pre-release

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.29.0:

  • fix #2257: inject cache raciness when the page doesn't run scripts with @run-at document-start or document-body

Commit log: v2.29.0...v2.29.1

v2.29.0

02 Dec 08:16
Compare
Choose a tag to compare
8000

Notable changes since v2.28.2:

  • HiDPI icons for Firefox extension panel

Commit log: v2.28.2...v2.29.0

BETA v2.28.2

25 Nov 07:50
Compare
Choose a tag to compare
BETA v2.28.2 Pre-release
Pre-release

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.28.1:

  • add Toggle userscript injection hotkey, configurable in chrome://extensions or about:addons
  • show network error in installer
  • force-update dependencies on script update

Commit log: v2.28.1...v2.28.2

BETA v2.28.1

12 Nov 17:11
Compare
Choose a tag to compare
BETA v2.28.1 Pre-release
Pre-release

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.28.0:

  • fix #2228: Promise-based GM functions in a tab opened with window.open()
  • fix #2031: extended language tags in the metadata comment like zh-Hant-TW

Commit log: v2.28.0...v2.28.1

v2.28.0

01 Nov 07:57
Compare
Choose a tag to compare

Notable changes since v2.27.0:

  • fix #2108: new script with an invalid/empty template
  • fix #2214: data:// icons
  • fix #2218: tracking of changes from file:// scripts
  • initialize database faster on Chrome startup
  • open a new installer tab if script source tab is closed

Commit log: v2.27.0...v2.28.0

v2.27.0

24 Oct 17:36
Compare
Choose a tag to compare

Notable changes since v2.26.2:

  • expose GM_info.platform.fullVersionList (array of brands) and GM_info.platform.mobile (boolean)

Commit log: v2.26.2...v2.27.0

BETA v2.26.2

15 Oct 22:10
Compare
Choose a tag to compare
BETA v2.26.2 Pre-release
Pre-release

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.26.1:

  • installer/editor: allow malformed userscript metadata comment (e.g. extra characters before // or spaces after //) with a warning
  • dashboard: add Import from zip / Sync item in + menu when there are no scripts yet
  • options: blacklist file: URLs in new installations by default
  • scripts: fix async GM API in Chrome pre-115
  • scripts: make async GM API return an instance of Promise in Firefox
  • scripts: apply the global network blacklist option to more ways a userscript can access a blocked URL e.g. @resource

Commit log: v2.26.1...v2.26.2

BETA v2.26.1

14 Oct 06:54
Compare
Choose a tag to compare
BETA v2.26.1 Pre-release
Pre-release

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.26.0:

  • fix opening installer in fenix incognito
  • fix await on Promise returned from GM or external API in Firefox
  • add a warning in console when bypassing .user.js installer e.g. for scripts with malformed metablock on greasyfork

Commit log: v2.26.0...v2.26.1

0