github versun/RSSBox 2026.9.16

5 hours ago

What's Changed

  • Unicode Tag Slug Support & Cache Fix:
    • Tag.slug now supports Unicode characters (such as Chinese) via unicode_slugify.
    • Fixed an issue where cache_tag filtered feeds using tags__name instead of tags__slug, causing feeds to be missing when a tag's name differs from its slug.
    • Used RFC 6266 / RFC 5987 compliant Content-Disposition headers for inline XML feeds with Unicode filenames.
    • Optimized tag existence lookup in views.tag with database-level exists().
    • Added URL quoting for tag slugs in the admin interface.
  • Database Schema:
    • Increased Feed.feed_url max length to 1000 to accommodate longer URLs with query parameters and tokens.

Full Changelog: 2026.9.6...2026.9.16

Don't miss a new RSSBox release

NewReleases is sending notifications on new releases.