π οΈ v0.25.1 β Patch Release
Summary
This patch release fixes a regression introduced in v0.25.0 which caused the UI to enter a reload loop and fail to fetch documents from Paperless when the manual queue tag (e.g., with emoji or spaces, like π€ AI-Queue) was used.
Whatβs fixed
- π’ Unicode/emoji tag filtering now works: Fixes improper query encoding for tags with non-ASCII characters or spaces in
tags__name__iexact. Paperless-ngx queries by emoji/spaced tags work as expected. - The UI no longer enters a reload loop when a tag like
π€ AI-Queueis used asMANUAL_TAG. - No changes to other functionality or settings required.
How to upgrade
- Update your paperless-gpt Docker image/tag to
v0.25.1. - No migration steps or config changes are needed.
Thanks
Thank you to everyone reporting and helping debug this regression!
- #898: β400 from paperless-gpt when querying documents by emoji tag via tags__name__iexactβ β @icereed
What's Changed
- Update README.md by @nettnikl in #895
- Fix URL encoding for tag queries with special characters by @Copilot in #901
New Contributors
Full Changelog: v0.25.0...v0.25.1