[tickarr]: bump to v0.4.02 — fix mappings.json corruption handling, confirm Dispatcharr v0.30.0 compat - #264
Merged
dispatcharr-plugins-bot[bot] merged 1 commit intoAug 30, 2026
Conversation
…onfirm Dispatcharr v0.30.0 compat
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | jstevenscl |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 0.4.02 |
| Version bump | ✅ | 0.4.01 → 0.4.02 |
View release v0.4.02 on GitHub · Compare v0.4.01...v0.4.02
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by jstevenscl in this repository (1)
| Plugin | Slug | Version |
|---|---|---|
| EPGeditARR | epgeditarr |
0.3.03 |
dispatcharr-plugins-bot
Bot
merged commit Aug 30, 2026
2999e43
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.
What's new in v0.4.02
Fixed a bug where a corrupt or transiently-unreadable
mappings.jsonwould spamERRORlogs on every sweep tick forever. The plugin's internal mapping-state reader now backs up and self-heals genuinely corrupt content on first read, while a transient I/O error (file lock, permission blip, race with a concurrent writer) is logged once without touching or resetting the file — so valid mapping data can't be destroyed by a passing glitch.Also reviewed against Dispatcharr v0.30.0's release notes (in particular the logo-assignment changes) — Tickarr assigns logos directly via the Django ORM rather than the REST upload endpoint those changes touch, so no code changes were needed for v0.30.0 compatibility.
Full release notes: https://github.com/jstevenscl/tickarr/releases/tag/v0.4.02
Checklist
plugin.json(0.4.01 → 0.4.02)source_urlrelease asset verified reachable at the new version tag