Skip to content

Commit

Permalink
bitbucket-copy-commit-reference: migrate to lib-0.4-alpha
Browse files Browse the repository at this point in the history
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)
    rybak/copy-commit-reference-userscript@1306877
    https://codeberg.org/andrybak/copy-commit-reference-userscript/commit/1306877cef88bb8792c0851e31454d9b7a82b262
  • Loading branch information
rybak committed Sep 12, 2024
1 parent 7f3790b commit 2a27ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitbucket-copy-commit-reference.user.js
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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==

Expand Down

0 comments on commit 2a27ac6

Please sign in to comment.