[dispatcharr-ranked-matchups] Bump to 1.14.1 - #199
Merged
dispatcharr-plugins-bot[bot] merged 1 commit intoJul 30, 2026
Merged
Conversation
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | Jacob-Lasky |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 1.14.1 |
| Version bump | ✅ | 1.12.0 → 1.14.1 |
View release v1.14.1 on GitHub · Compare v1.12.0...v1.14.1
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
dispatcharr-plugins-bot
Bot
merged commit Jul 30, 2026
422cdc7
into
Dispatcharr:main
10 checks passed
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.
Version-only bump,
1.12.0→1.14.1. External plugin, so this entry is just the pointer; the release artifact is live and reachable at the resolvedsource_url.Release: https://github.com/Jacob-Lasky/dispatcharr_ranked_matchups/releases/tag/v1.14.1
What's in it
1.14.1 — matching precision. Two composing defects attached a different sport's feeds to a game channel: an MLB
New York Yankees at Chicago White Soxchannel came back carrying dedicated NFL Giants and Jets feeds.New York), and the EPG title pre-filter admits a candidate on any one keyword, so every same-city franchise entered the pool. Keywords are now split into strong (identify the team alone) and weak (bare place names); single-keyword admissions use strong only, while the both-teams gates keep using everything, so a city-only feed name likeCincinnati vs. San Josestill matches correctly.1.14.0 — security and correctness pass. Notably, API keys no longer reach the logs: the Odds API key arrived inside
requestsexception text via a query param, and the TheSportsDB key via a URL path segment. Also fixes a lock that could be released by a different holder, an unguardedint()on a user setting, and a rename cleanup that matched a user's ChannelGroup by loose substring instead of provenance.1.13.0 — club pre-season friendlies source, plus knockout/scheduling fixes.
Full history: https://github.com/Jacob-Lasky/dispatcharr_ranked_matchups/blob/main/CHANGELOG.md
Note
1.13.0 and 1.14.0 were never published here, so this bump carries three releases' worth of changes. Publishing the current version rather than backfilling tags nobody would install from.
Pre-flight
Checked locally against
.github/scripts/validate/validate.shbefore opening: folder name matches the kebab regex, strict semver with novprefix, required fields present, version greater than the published1.12.0,licenseis an OSI SPDX id (MIT),source_urlis HTTPS and contains the{version}placeholder, the resolved URL returns HTTP 200, andauthormatches the PR author's login.The published release asset was downloaded and confirmed byte-identical (sha256
7ef6e0f6…) to the locally built zip, unzipping with the required snake_case top-level folderdispatcharr_ranked_matchups/so intra-plugin imports resolve on install.