[epgeditarr]: Bump to v0.2.08 — SXM absolute numbering, Series-mode EPG tags, EPG auto-refresh fix#192
Conversation
…PG tags, EPG auto-refresh fix
This comment has been minimized.
This comment has been minimized.
Bash arithmetic treats zero-padded segments (e.g. 08, 09) as octal, which is invalid and aborts the script under set -e. Force base-10 with 10# so version bumps like 0.2.08 no longer fail CI (see PR Dispatcharr#192).
Bash arithmetic treats zero-padded segments (e.g. 08, 09) as octal, which is invalid and aborts the script under set -e. Force base-10 with 10# so version bumps like 0.2.08 no longer fail CI (see PR #192).
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.2.08 |
| Version bump | ✅ | 0.2.07 → 0.2.08 |
View release v0.2.08 on GitHub · Compare v0.2.07...v0.2.08
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
b938d2f
into
Dispatcharr:main
|
Superseding this with a v0.2.09 PR — two more real bugs got fixed after this one was opened (see the v0.2.09 release notes), so I don't want this older v0.2.08 version to get merged once the octal validator fix lands. Closing in favor of the new PR. Thanks for looking into the validator issue! |
What's new in v0.2.08
refresh_intervalwas left disabled on creation)Full release notes: https://github.com/jstevenscl/epgeditarr/releases/tag/v0.2.08
Test plan
source_urlresolves with HTTP 200plugin.jsonversion bump only — no other marketplace metadata changed