Skip to content

Commit cb32c15

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

File tree

4 files changed

+195
-670
lines changed

4 files changed

+195
-670
lines changed

β€Žmb_enhanced_cover_art_uploads.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.10.18**: Bug fix: upstream provider fixes ([#579](https://github.com/ROpdebee/mb-userscripts/pull/579))
23
- **2022.10.9**: Bug fix: handle relative URLs in og:image providers ([#581](https://github.com/ROpdebee/mb-userscripts/pull/581))
34
- **2022.9.14**: Internal changes: update dependency ts-custom-error to v3.2.2 ([#559](https://github.com/ROpdebee/mb-userscripts/pull/559))

β€Žmb_enhanced_cover_art_uploads.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: Enhanced Cover Art Uploads
33
// @description Enhance the cover art uploader! Upload directly from a URL, automatically import covers from Discogs/Spotify/Apple Music/..., automatically retrieve the largest version, and more!
4-
// @version 2022.10.18
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.10.18"}
1+
{"version":"2022.10.23"}

β€Žmb_enhanced_cover_art_uploads.user.jsβ€Ž

Lines changed: 192 additions & 668 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)