Skip to content

Commit

Permalink
🤖 mb_multi_external_links 2022.7.5
Browse files Browse the repository at this point in the history
fix(split links): adjust links editor properties for new MBS version (#512)
  • Loading branch information
github-actions[bot] committed Jul 5, 2022
1 parent ec30312 commit 492823f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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.7.5**: Bug fix: adjust links editor properties for new MBS version ([#512](https://github.com/ROpdebee/mb-userscripts/pull/512))
- **2022.6.27**: Bug fix: run in iframes in Chrome and Violentmonkey Beta ([#504](https://github.com/ROpdebee/mb-userscripts/pull/504))
- **2022.6.13**: Internal changes: allow tree-shaking the prototype input setter ([#477](https://github.com/ROpdebee/mb-userscripts/pull/477))
- **2022.6.12**: Internal changes: rewrite "MB: Paste multiple external links" to TypeScript, fix shortcomings ([#473](https://github.com/ROpdebee/mb-userscripts/pull/473))
2 changes: 1 addition & 1 deletion mb_multi_external_links.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==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.6.27
// @version 2022.7.5
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
Expand Down
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.6.27"}
{"version":"2022.7.5"}

0 comments on commit 492823f

Please sign in to comment.