Skip to content

fix: escape filename in glob matching while relinking entries - #1492

Merged
CyanVoxel merged 1 commit into
mainfrom
fix-1491
Aug 22, 2026
Merged

fix: escape filename in glob matching while relinking entries#1492
CyanVoxel merged 1 commit into
mainfrom
fix-1491

Conversation

@CyanVoxel

Copy link
Copy Markdown
Member

Summary

Fixes #1491 by escaping the unlinked entry filename before glob matching. Should also fix any other undocumented cases where glob characters in filenames were causing issues with entry relinking.

Tasks Completed

  • Platforms Tested:
    • Windows x86
    • Windows ARM
    • macOS x86
    • macOS ARM
    • Linux x86
    • Linux ARM
  • Tested For:
    • Basic functionality
    • PyInstaller executable

@CyanVoxel CyanVoxel added this to the Alpha v9.6.4 milestone Aug 22, 2026
@CyanVoxel CyanVoxel added the TagStudio: Library Relating to the TagStudio library system label Aug 22, 2026
@CyanVoxel CyanVoxel added Priority: High An important issue requiring attention Type: File System File system interactions Type: Fix A fix for a bug, typo, or other issue labels Aug 22, 2026
@CyanVoxel CyanVoxel moved this to 🍃 Pending Merge in TagStudio Development Aug 22, 2026
@CyanVoxel
CyanVoxel merged commit f978ae1 into main Aug 22, 2026
12 checks passed
@github-project-automation github-project-automation Bot moved this from 🍃 Pending Merge to ✅ Done in TagStudio Development Aug 22, 2026
@CyanVoxel
CyanVoxel deleted the fix-1491 branch August 22, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: High An important issue requiring attention TagStudio: Library Relating to the TagStudio library system Type: File System File system interactions Type: Fix A fix for a bug, typo, or other issue

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

[Bug]: resolving unlinked files is unable to find files with "[" or "]" in filename

1 participant