Skip to content

Commit

Permalink
🤖 mb_multi_external_links 2022.8.8
Browse files Browse the repository at this point in the history
refactor: more TypeScript migration (#499)
  • Loading branch information
github-actions[bot] committed Aug 8, 2022
1 parent 8a8b157 commit a82b793
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
1 change: 1 addition & 0 deletions mb_multi_external_links.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- **2022.8.8**: Internal changes: more TypeScript migration ([#499](https://github.com/ROpdebee/mb-userscripts/pull/499))
- **2022.7.27.2**: Bug fix: submit all but last URL immediately ([#515](https://github.com/ROpdebee/mb-userscripts/pull/515))
- **2022.7.27**: Internal changes: automatically insert logger boilerplate config ([#514](https://github.com/ROpdebee/mb-userscripts/pull/514))
- **2022.7.5**: Bug fix: adjust links editor properties for new MBS version ([#512](https://github.com/ROpdebee/mb-userscripts/pull/512))
Expand Down
11 changes: 3 additions & 8 deletions mb_multi_external_links.meta.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
// ==UserScript==
// @name MB: QoL: Paste multiple external links at once
// @description Enables pasting multiple links, separated by whitespace, into the external link editor.
// @version 2022.7.27.2
// @version 2022.8.8
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
// @homepageURL https://github.com/ROpdebee/mb-userscripts
// @supportURL https://github.com/ROpdebee/mb-userscripts/issues
// @downloadURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_multi_external_links.user.js
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_multi_external_links.meta.js
// @match *://*.musicbrainz.org/*/edit
// @match *://*.musicbrainz.org/*/edit?*
// @match *://*.musicbrainz.org/release/*/edit-relationships*
// @match *://*.musicbrainz.org/*/add
// @match *://*.musicbrainz.org/*/add?*
// @match *://*.musicbrainz.org/*/create
// @match *://*.musicbrainz.org/*/create?*
// @include /^https?://(\w+\.)?musicbrainz\.org/(area|artist|collection|event|instrument|label|place|recording|release|release-group|series|work|url)/(add|create|[a-f\d-]{36}/edit)([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}/edit-relationships([?#]|$)/
// @run-at document-end
// @grant none
// ==/UserScript==
2 changes: 1 addition & 1 deletion mb_multi_external_links.metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2022.7.27.2"}
{"version":"2022.8.8"}
11 changes: 3 additions & 8 deletions mb_multi_external_links.user.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
// ==UserScript==
// @name MB: QoL: Paste multiple external links at once
// @description Enables pasting multiple links, separated by whitespace, into the external link editor.
// @version 2022.7.27.2
// @version 2022.8.8
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
// @homepageURL https://github.com/ROpdebee/mb-userscripts
// @supportURL https://github.com/ROpdebee/mb-userscripts/issues
// @downloadURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_multi_external_links.user.js
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_multi_external_links.meta.js
// @match *://*.musicbrainz.org/*/edit
// @match *://*.musicbrainz.org/*/edit?*
// @match *://*.musicbrainz.org/release/*/edit-relationships*
// @match *://*.musicbrainz.org/*/add
// @match *://*.musicbrainz.org/*/add?*
// @match *://*.musicbrainz.org/*/create
// @match *://*.musicbrainz.org/*/create?*
// @include /^https?://(\w+\.)?musicbrainz\.org/(area|artist|collection|event|instrument|label|place|recording|release|release-group|series|work|url)/(add|create|[a-f\d-]{36}/edit)([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}/edit-relationships([?#]|$)/
// @run-at document-end
// @grant none
// ==/UserScript==
Expand Down

0 comments on commit a82b793

Please sign in to comment.