mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 14:20:48 +00:00
* feat: add `.ts_ignore` pattern ignoring system * fix: add wcmatch dependency * search: add ".TemporaryItems" to GLOBAL_IGNORE * add `desktop.ini` and `.localized` to global ignore * add ".fhdx" and ".ts" filetypes * chore: remove logging statement * chore: format with ruff * feat: use ripgrep for scanning if available * docs: add ignore.md * search: remove ts_ignore filtering on queries * feat: detect if files are added but ignored * fix: render edges on all unlinked thumbs * perf: don't search for cached unlinked thumbs * fix(ui): ensure newlines in file stats * fix: use ignore_to_glob for wcmatch * fix(tests): remove inconsistent test The test hinged on the timing of refresh_dir()'s yield's rather than actual values * ui: change ignored icon and color