Skip to content

Commit e85f0c8

Browse files
πŸ€– mb_multi_external_links 2022.10.23
feat(ecau): add ability to export debug logs and HTTP responses for bug reports (#591)
1 parent cb32c15 commit e85f0c8

File tree

4 files changed

+14
-36
lines changed

4 files changed

+14
-36
lines changed

β€Žmb_multi_external_links.changelog.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- **2022.10.23**: New feature: add ability to export debug logs and HTTP responses for bug reports ([#591](https://github.com/ROpdebee/mb-userscripts/pull/591))
12
- **2022.8.13**: Bug fix: use correct ref on non-release pages ([#551](https://github.com/ROpdebee/mb-userscripts/pull/551))
23
- **2022.7.27.2**: Bug fix: submit all but last URL immediately ([#515](https://github.com/ROpdebee/mb-userscripts/pull/515))
34
- **2022.7.27**: Internal changes: automatically insert logger boilerplate config ([#514](https://github.com/ROpdebee/mb-userscripts/pull/514))

β€Žmb_multi_external_links.meta.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name MB: QoL: Paste multiple external links at once
33
// @description Enables pasting multiple links, separated by whitespace, into the external link editor.
4-
// @version 2022.8.13
4+
// @version 2022.10.23
55
// @author ROpdebee
66
// @license MIT; https://opensource.org/licenses/MIT
77
// @namespace https://github.com/ROpdebee/mb-userscripts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2022.8.13"}
1+
{"version":"2022.10.23"}

0 commit comments

Comments
Β (0)