v1.3.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: detect module EL markers in RPM names by @jfut in #14
- fix(cli): format refresh results consistently by @jfut in #15
- fix(cli): limit auto refresh and clarify GitHub errors by @jfut in #16
- fix(cli): print refresh notice instead of auto refresh by @jfut in #17
- fix(github-release): include local reset time in rate limit errors by @jfut in #18
- feat(config): support included repo config files by @jfut in #19
- feat(config): add asset include and exclude filters by @jfut in #20
⚠️ Breaking Changes
- Repository entries are now managed in
/etc/dnf/plugins/anyrepo.d/name.conf, which reduces the chance of/etc/dnf/plugins/anyrepo.conf.rpmnewbeing created during dnf-plugin-anyrepo package updates and improves configuration compatibility. asset_regexhas been replaced byasset_includeandasset_exclude. Existing configurations that still useasset_regexare no longer applied as before and now fall back to the new default filtering behavior, so users should migrate their repository settings.- Source RPMs,
debuginfo, anddebugsourcepackages are no longer included in the primary binary repository by default. They are now published through auxiliary-sourceand-debuginforepositories instead, which changes how these packages appear and are resolved.
Full Changelog: v1.2.3...v1.3.0