TagStudio
TagStudio copied to clipboard
A User-Focused Photo & Document Management System
### Summary Replaces the thumbnail display for plaintext files with a new `TextDisplay` widget, which supports syntax highlighting. The syntax highlighting style is configurable, with `GitHub Dark` being the default....
### Summary Progress towards #1061 and #1232 by fixing the errors in ts_core.py. What was easily fixable I fixed, the rest of the errors I prevented by marking the methods...
### Summary Progress towards #1061 and #1232 by fixing the errors in ts_qt.py. ### Tasks Completed - Platforms Tested: - [x] Windows x86 - [ ] Windows ARM - [...
### Summary Adds a pyright workflow using reviewdog (see #1061). While this is intended to be merged once the code base is ready, in the mean-time I whipped this up...
### Summary Previously the tab order in the BuildTag Modal was broken. This is now fixed and a pyright error accompanying it was also fixes (progress on #1061 and #1232)....
### Summary Progress towards #1061 and #1232 by fixing the errors in DupeFilesRegistry. ### Tasks Completed - Platforms Tested: - [ ] Windows x86 - [ ] Windows ARM -...
### Summary Implemented a trigger to prevent inserting a tag parent that will result in a tag being its own parent. Right now, the trigger is tested, but not the...
### Summary Python 3.13 doesn't seem to have any trouble from running TagStudio, apart from `audioop` being removed/deprecated. While we do not support outside package managers at the moment, more...
### Checklist - [x] I am using an up-to-date version. - [x] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/docs/index.md). - [x] I have searched existing [issues](https://github.com/TagStudioDev/TagStudio/issues). ### TagStudio Version Alpha 9.5.6 ###...
closes #1203 ### Summary This adds a macro that allows users to convert information in file paths into fields for those files. New menu item: Upon selection, the user is...