[stream-mapparr] Bump to 1.26.1820605 — zero-width char strip#167
Merged
Merged
Conversation
External-mode version-only bump (source_type: external).
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | PiratesIRC |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 1.26.1820605 |
| Version bump | ✅ | 1.26.1791529 → 1.26.1820605 |
View release 1.26.1820605 on GitHub · Compare 1.26.1791529...1.26.1820605
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by PiratesIRC in this repository (5)
| Plugin | Slug | Version |
|---|---|---|
| Channel Mapparr | channel-mapparr |
1.26.1791324 |
| EPG Janitor | epg-janitor |
1.26.1791309 |
| Event Channel Managarr | event-channel-managarr |
1.26.1711720 |
| IPTV Checker | iptv-checker |
1.26.1741204 |
| Lineuparr | lineuparr |
1.26.1791747 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
External-mode version bump for Stream-Mapparr:
1.26.1791529→1.26.1820605.The Hub entry is
source_type: external, so this PR bumps onlyversioninplugins/stream-mapparr/plugin.json. Dispatcharr re-fetches the release zip from:https://github.com/PiratesIRC/Stream-Mapparr/releases/download/1.26.1820605/Stream-Mapparr.zipWhat's in 1.26.1820605
Cf: ZERO WIDTH SPACEU+200B, ZWNJ/ZWJ, WORD JOINERU+2060, BOMU+FEFF, soft hyphen, bidi marks), often wrapped around a decorative block glyph (UK ▎BBC 1 FHD). They were matched by neither\snor the visible-symbol strip, so they survived normalization and silently tanked a provider's whole match rate.normalize_namenow removes them up front.Release: https://github.com/PiratesIRC/Stream-Mapparr/releases/tag/1.26.1820605
Release zip validated with
scripts/validate_zip.py(forward-slash paths, bug-087-safe; LF line endings). Full test suite green (547 tests).