Skip to content

Extend STRICT_CATCH mode to support PDF, DOCX, and DOC files#412

Merged
TomTasche merged 2 commits into
mainfrom
feature/extend-strict-catch-file-types
Jul 20, 2025
Merged

Extend STRICT_CATCH mode to support PDF, DOCX, and DOC files#412
TomTasche merged 2 commits into
mainfrom
feature/extend-strict-catch-file-types

Conversation

@TomTasche
Copy link
Copy Markdown
Member

When catch-all mode is disabled, the app now registers for common document types (PDF, DOCX, DOC) in addition to OpenDocument formats. This provides a middle-ground solution where users can open the most common document types without enabling full catch-all mode.

Fixes #374

🤖 Generated with Claude Code

When catch-all mode is disabled, the app now registers for common document
types (PDF, DOCX, DOC) in addition to OpenDocument formats. This provides
a middle-ground solution where users can open the most common document
types without enabling full catch-all mode.

All three intent-filter sections in STRICT_CATCH have been updated with
the appropriate MIME types and path patterns.

Fixes #374

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@TomTasche TomTasche force-pushed the feature/extend-strict-catch-file-types branch from 2b5c2f8 to e25729e Compare July 20, 2025 06:06
@TomTasche TomTasche merged commit 60eb5d4 into main Jul 20, 2025
4 checks passed
@TomTasche TomTasche deleted the feature/extend-strict-catch-file-types branch July 20, 2025 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Register to open at least some file types

1 participant