TagStudio
TagStudio copied to clipboard
A User-Focused Photo & Document Management System
### 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). ### Description Currently TagStudio's windows do...
### Checklist - [X] I am using an up-to-date version. - [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/doc/index.md). - [X] I have searched existing [issues](https://github.com/TagStudioDev/TagStudio/issues). ### TagStudio Version Alpha 9.3.2 ###...
### 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). ### Description Add syntax highlighting to...
### 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 9.5.5 ### Operating...
### Summary Progress towards #1061 and #1232 by fixing the errors in blender_renderer.py. NOTE: I can confirm that blender thumbnails still work, however, I don't have a `.blend` file without...
### Summary - The renderers have been split out from `src/tagstudio/qt/previews/renderer.py`, moving them into their own files in `src/tagstudio/qt/previews/renderers/*_renderer.py`. - Renderers, instead of accepting a long list of variables, accept...
### Summary Refactors and reworks how file attributes (file name, file timestamps) and file properties (file size, duration, etc) are handled. Previously, file properties would be stored as a `FileAttributeData`...
### Summary Various refactors of the different entry field widgets (`field_widget.py`, `text_field.py`, `color_box.py`, and `tag_box_view.py`/`tag_box_controller.py`). - Field widgets have been grouped into a `fields` directory under their respective directories (so...
### Summary Fix #1187 ### Tasks Completed - Platforms Tested: - [x] Windows x86 - [ ] Windows ARM - [ ] macOS x86 - [ ] macOS ARM -...
### Summary - Adds a new `URL` field type, which replaces URL detection in text fields. - The value of the URL field is interpreted as a link, regardless of...