From 2a27ac61e6d729084d409cd9a539e8522514d854 Mon Sep 17 00:00:00 2001 From: Andrei Rybak Date: Thu, 12 Sep 2024 23:37:13 +0200 Subject: [PATCH] bitbucket-copy-commit-reference: migrate to lib-0.4-alpha A bug in handling of HTML has been fixed in the library copy-commit-reference-lib.js.[1] Migrate the userscript bitbucket-copy-commit-reference.user.js to the new version of the library. [1] commit 1306877 (lib: escape HTML in the subject line, 2024-09-12) https://github.com/rybak/copy-commit-reference-userscript/commit/1306877cef88bb8792c0851e31454d9b7a82b262 https://codeberg.org/andrybak/copy-commit-reference-userscript/commit/1306877cef88bb8792c0851e31454d9b7a82b262 --- bitbucket-copy-commit-reference.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-copy-commit-reference.user.js b/bitbucket-copy-commit-reference.user.js index 02c1796..06e1325 100644 --- a/bitbucket-copy-commit-reference.user.js +++ b/bitbucket-copy-commit-reference.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Bitbucket: copy commit reference // @namespace https://github.com/rybak/atlassian-tweaks -// @version 11 +// @version 12 // @description Adds a "Copy commit reference" link to every commit page on Bitbucket Cloud and Bitbucket Server. // @license AGPL-3.0-only // @author Andrei Rybak @@ -11,7 +11,7 @@ // @match https://bitbucket.org/*/commits/* // @icon https://bitbucket.org/favicon.ico // @require https://cdn.jsdelivr.net/gh/rybak/userscript-libs@e86c722f2c9cc2a96298c8511028f15c45180185/waitForElement.js -// @require https://cdn.jsdelivr.net/gh/rybak/copy-commit-reference-userscript@c7f2c3b96fd199ceee46de4ba7eb6315659b34e3/copy-commit-reference-lib.js +// @require https://cdn.jsdelivr.net/gh/rybak/copy-commit-reference-userscript@1306877cef88bb8792c0851e31454d9b7a82b262/copy-commit-reference-lib.js // @grant none // ==/UserScript==