TagStudio Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[9.5.2] - 2024-03-06¶
Added¶
Search¶
- feat(ui): add setting to not display full filepaths by @HermanKassler in #841
- feat: add filename and path sorting by @Computerdores in #842
Settings¶
- feat: new settings menu + settings backend by @Computerdores in #859
UI¶
- feat(ui): merge media controls by @csponge in #805
- feat(ui): add more default icons and file type equivalencies by @CyanVoxel in #882
- ui: recent libraries list improvements by @CyanVoxel in #881
Misc¶
Fixed¶
- fix: catch NotImplementedError for Float16 JPEG-XL files by @CyanVoxel in #849
- fix(nix/package): account for GTK platform by @xarvex in #868
- fix: do not set palette for Linux-like systems that offer theming by @xarvex in #869
- fix(flake): remove pinned input, only consume in Nix shell by @xarvex in #872
- fix: stop ffmpeg cmd windows, refactor ffmpeg_checker by @CyanVoxel in #855
- fix: hide mnemonics on macOS by @CyanVoxel in #856
- fix: use UNION instead of UNION ALL by @CyanVoxel in #877
- fix: remove unescaped ampersand from "about.description" by @CyanVoxel in #885
- fix(ui): display 0 frame webp files in preview panel by @CyanVoxel in 64dc88a
- fix: close pdf file object in thumb renderer by @Computerdores in #893
- perf: improve responsiveness of GIF entries by @Computerdores in #894
- fix(ui): seamlessly loop videos by @CyanVoxel in #902
Internal Changes¶
- refactor!: change layout; import and build change by @xarvex and @CyanVoxel in #844
- fix: log all problems in translation test by @Computerdores in #839
- refactor: split translation keys for about screen by @CyanVoxel in #845
- feat(ci): development tooling refresh and split documentation by @xarvex in #867
- refactor: type hints and improvements in file_opener.py by @VasigaranAndAngel in #876
- build: update spec file to use proper pathex and datas paths by @Leonard2 in #895
- refactor: fix various missing and broken type hints@VasigaranAndAngel in #901
- refactor: fix type hints and overrides in flowlayout.py by @VasigaranAndAngel in #880
Documentation¶
- docs: fix typos and grammar by @Gawidev in #879
- docs: update
ThumbRenderer
source by @emmanuel-ferdman in #896
Translations¶
- Added Japanese (50%)
- Updated Turkish (93%)
- Updated Filipino (57%)
- Updated Tamil (92%)
- Updated Portuguese (Brazil) (83%)
- Updated German (95%)
- Updated Russian (85%)
- werdi, @Dott-rus
- Updated Hungarian (100%)
- Szíjártó Levente Pál
- Updated Spanish (96%)
- Joan, @Nginearing
- Updated French (100%)
- Updated Toki Pona (80%)
[9.5.1] - 2024-03-06¶
Fixed¶
- Fixed translations crashing the program and preventing it from being reopened (#827)
- fix: restore
translate_formatted()
method asformat()
by @CyanVoxel in #830 - tests: add tests for translations by @Computerdores in #833
- fix(translations): fix invalid placeholders by @CyanVoxel in #835
- fix: restore
- Removed empty parentheses from the "About" screen title
- fix: separate about screen title from translations by @CyanVoxel in #836
Translations¶
- Updated French (99%)
- Updated German (98%)
- Updated Portuguese (Brazil) (88%)
- Updated Russian (73%)
- werdei
- Updated Spanish (95%)
Documentation¶
[9.5.0] - 2024-03-03¶
Added¶
Overhauled Search Engine¶
Boolean Operators¶
- feat: implement query language by @Computerdores in #606
- feat: optimize AND queries by @Computerdores in #679
Filetype, Mediatype, and Glob Path + Smartcase Searches¶
- fix: remove wildcard requirement for tags by @Tyrannicodin in #481
- feat: add filetype and mediatype searches by @python357-1 in #575
- feat: make path search use globs by @python357-1 in #582
- feat: implement search equivalence of "jpg" and "jpeg" filetypes by @Computerdores in #649
- feat: add smartcase and globless path searches by @CyanVoxel in #743
Sortable Results¶
- feat: sort by "date added" in library by @Computerdores in #674
Autocomplete¶
- feat: add autocomplete for search engine by @python357-1 in #586
Replaced "Tag Fields" with Tag Categories¶
Instead of tags needing to be added to a tag field type such as "Meta Tags", "Content Tags", or just the "Tags" field, tags are now added directly to file entries with no intermediary step. While tag field types offered a way to further organize tags, it was cumbersome, inflexible, and simply not fully fleshed out. Tag Categories offer all of the previous (intentional) functionality while greatly increasing the ease of use and customization.
-
feat!: tag categories by @CyanVoxel in #655
Thumbnails and File Previews¶
New Thumbnail Support¶
- feat: add svg thumbnail support (port #442) by @Tyrannicodin and @CyanVoxel in #540
- feat: add pdf thumbnail support (port #378) by @Heiholf and @CyanVoxel in #543
- feat: add ePub thumbnail support (port #387) by @Heiholf and @CyanVoxel in #539
- feat: add OpenDocument thumbnail support (port #366) by @Joshua-Beatty and @CyanVoxel in #545
- feat: add JXL thumbnail and animated APNG + WEBP support (port #344 and partially port #357) by @BPplays and @CyanVoxel in #549
- fix: catch ImportError for pillow_jxl module by @CyanVoxel in a2f9685
Audio Playback¶
Thumbnail Caching¶
- feat(ui): add thumbnail caching by @CyanVoxel in #694
Tags¶
Delete Tags (Finally!)¶
- feat: remove and create tags from tag database panel by @DandyDev01 in #569
Custom User-Created Tag Colors¶
Create your own custom tag colors via the new Tag Color Manager! Tag colors are assigned a namespace (group) and include a name, primary color, and optional secondary color. By default the secondary color is used for the tag text color, but this can also be toggled to apply to the border color as well!
- feat(ui)!: user-created tag colors@CyanVoxel in #801
New Tag Colors + UI¶
- feat: expanded tag color system by @CyanVoxel in #709
- fix(ui): use correct pink tag color by @CyanVoxel in 431efe4
- fix(ui): use consistent tag outline colors by @CyanVoxel in 020a73d
New Tag Alias UI¶
- fix: preview panel aliases not staying up to date with database by @DandyDev01 in #641
- fix: subtags/parent tags & aliases update the UI for building a tag by @DandyDev01 in #534
Translations¶
TagStudio now has official translation support! Head to the new settings panel and select from one of the initial languages included. Note that many languages currently have incomplete translations.
Translation hosting generously provided by Weblate. Check out our project page to help translate TagStudio! Thank you to everyone who's helped contribute to the translations so far!
- translations: add string tokens for en.json by @Bamowen in #507
- feat: translations by @Computerdores in #662
- feat(ui): add language setting by @CyanVoxel in #803
Initial Languages:
- Chinese (Traditional) (68%)
- Dutch (35%)
- Filipino (43%)
- French (100%)
- @Bamowen, @alessdangelo, @kitsumed, Obscaeris
- German (98%)
- @Ryussei, @Computerdores, Aaron M, @JoeJoeTV, @Kurty00
- Hungarian (100%)
- Norwegian Bokmål (16%)
- Polish (97%)
- Anonymous
- Portuguese (Brazil) (64%)
- @LoboMetalurgico, @SpaceFox1, @DaviMarquezeli, @viniciushelder, Alexander Lennart Formiga Johnsson
- Russian (22%)
- Spanish (57%)
- Swedish (24%)
- Tamil (22%)
- Toki Pona (32%)
- Turkish (22%)
Miscellaneous¶
- feat: about section by @mashed5894 in #712
- feat(ui): add configurable splash screens by @CyanVoxel in #703
- feat(ui): show filenames in thumbnail grid by @CyanVoxel in #633
- feat(about): clickable links to docs/discord/etc in about modal by @SkeleyM in #799
Fixed¶
- fix(ui): display all tags in panel during empty search by @samuellieberman in #328
- fix: avoid
KeyError
inadd_folders_to_tree()
(fix #346) by @CyanVoxel in #347 - fix: error on closing library by @yedpodtrzitko in #484
- fix: resolution info #550 by @Roc25 in #551
- fix: remove queued thumnail jobs when closing library by @yedpodtrzitko in #583
- fix: use absolute ffprobe path on macos (Fix #511) by @CyanVoxel in #629
- fix(ui): prevent duplicate parent tags in UI by @SkeleyM in #665
- fix: fix -o flag not working if path has whitespace around it by @python357-1 in #670
- fix: better file opening compatibility with non-ascii filenames by @SkeleyM in #667
- fix: restore environment before launching external programs by @mashed5894 in #707
- fix: have pydub use known ffmpeg + ffprobe locations by @CyanVoxel in #724
- fix: add ".DS_Store" to
GLOBAL_IGNORE_SET
by @CyanVoxel in b72a2f2 - fix: don't add "._" files to libraries by @CyanVoxel in eb1f634
Changed¶
SQLite Save File Format¶
This was the main focus of this update, and where the majority of development time and resources have been spent since v9.4. These changes include everything that was done to migrate from the JSON format to SQLite starting from the initial SQLite PR, while re-implementing every feature from v9.4 as the initial SQLite PR was based on v9.3.x at the time.
- refactor!: use SQLite and SQLAlchemy for database backend by @yedpodtrzitko in #332
- feat: make search results more ergonomic by @yedpodtrzitko in #498
- feat: store
Entry
suffix separately by @yedpodtrzitko in #503 - feat: port thumbnail (#390) and related features to v9.5 by @CyanVoxel in #522
- fix: don't check db version with new library by @yedpodtrzitko in #536
- fix(ui): update ui when removing fields by @DandyDev01 in #560
- feat(parity): backend for aliases and parent tags by @DandyDev01 in #596
- fix: "open in explorer" opens correct folder by @KirilBourakov in #603
- fix: ui/ux parity fixes for thumbnails and files by @CyanVoxel in #608
- feat(parity): migrate json libraries to sqlite by @CyanVoxel in #604
- fix: clear all setting values when opening a library by @VasigaranAndAngel in #622
- fix: remove/rework windows path tests by @VasigaranAndAngel in #625
- fix: add check to see if library is loaded in filter_items by @Roc25 in #547
- fix: multiple macro errors by @Computerdores in #612
- fix: don't allow blank tag alias values in db by @CyanVoxel in #628
- feat: Reimplement drag drop files on sql migration by @seakrueger in #528
- fix: stop sqlite db from being updated while running tests by @python357-1 in #648
- fix: enter/return adds top result tag by @SkeleyM in #651
- fix: show correct unlinked files count by @SkeleyM in #653
- feat: implement parent tag search by @Computerdores in #673
- fix: only close add tag menu with no search by @SkeleyM in #685
- fix: drag and drop no longer resets by @SkeleyM in #710
- feat(ui): port "create and add tag" to main branch by @SkeleyM in #711
- fix: don't add default title field, use proper phrasing for adding files by @CyanVoxel in #701
- fix: preview panel + main window fixes and optimizations by @CyanVoxel in #700
- fix: sort tag results by @mashed5894 in #721
- fix: restore opening last library on startup by @SkeleyM in #729
- fix(ui): don't always create tag on enter by @SkeleyM in #731
- fix: use tag aliases in tag search by @CyanVoxel in #726
- fix: keep initial id order in
get_entries_full()
by @CyanVoxel in #736 - fix: always catch db mismatch by @CyanVoxel in #738
- fix: relink unlinked entry to existing entry without sql error by @mashed5894 in #730
- fix: refactor and fix bugs with missing_files.py by @CyanVoxel in #739
- fix: dragging files references correct entry IDs @CyanVoxel in 44ff17c
- ui: port splash screen from Alpha-v9.4 by @CyanVoxel in af760ee
- fix: tags created from tag database now add aliases by @CyanVoxel in 2903dd2
- fix: check for tag name parity during JSON migration by @CyanVoxel in #748
- feat(ui): re-implement tag display names on sql by @CyanVoxel in #747
- fix(ui): restore Windows accent color on PySide 6.8.0.1 by @CyanVoxel in #755
- fix(ui): (mostly) fix right-click search option on tags by @CyanVoxel in #756
- feat: copy/paste fields and tags by @mashed5894 in #722
- perf: optimize query methods and reduce preview panel updates by @CyanVoxel in #794
- feat: port file trashing (#409) to v9.5 by @CyanVoxel in #792
- fix: prevent future library versions from being opened by @CyanVoxel in bcf3b2f
UI/UX¶
- feat(ui): pre-select default tag name in
BuildTagPanel
by @Cool-Game-Dev in #592 - feat(ui): keyboard navigation for editing tags by @Computerdores in #407
- feat(ui): use tag query as default new tag name by @CyanVoxel in 29c0dfd
- feat(ui): shortcut to add tags to selected entries; change click behavior of tags to edit by @CyanVoxel in #749
- fix(ui): use consistent dark mode colors for all systems by @CyanVoxel in #752
- fix(ui): use camera white balance for raw images by @CyanVoxel in 6ee5304
- Mixed field editing has been limited due to various bugs in both the JSON and SQL implementations. This will be re-implemented in a future release.
- fix(ui): improve tagging ux by @CyanVoxel in #633
- fix(ui): hide library actions when no library is open by @CyanVoxel in #787
- refactor(ui): recycle tag list in TagSearchPanel by @CyanVoxel in #788
- feat(ui): add tag view limit dropdown
- fix(ui): expand usage of esc and enter for modals by @CyanVoxel in #793
Performance¶
- feat: improve performance of "Delete Missing Entries" by @Toby222 and @Computerdores in #696
Internal Changes¶
- refactor: combine open launch args by @UnusualEgg in #364
- feat: add date_created, date_modified, and date_added columns to entries table by @CyanVoxel in #740
[9.5.0 Pre-Release 4] - 2025-02-17¶
Added¶
Custom User-Created Tag Colors (@CyanVoxel in #801)¶
Create your own custom tag colors via the new Tag Color Manager! Tag colors are assigned a namespace (group) and include a name, primary color, and optional secondary color. By default the secondary color is used for the tag text color, but this can also be toggled to apply to the border color as well!
Translations¶
TagStudio now has official translation support! Head to the new settings panel and select from one of the initial languages included. Note that many languages currently have incomplete translations.
Translation hosting generously provided by Weblate. Check out our project page to help translate TagStudio! Thank you to everyone who's helped contribute to the translations so far!
- translations: add string tokens for en.json by @Bamowen in #507
- feat: translations by @Computerdores in #662
- feat(ui): add language setting by @CyanVoxel in #803
Initial Languages:
- Chinese (Traditional) (68%)
- Dutch (35%)
- Filipino (15%)
- French (89%)
- @Bamowen, @alessdangelo, @kitsumed, Obscaeris
- German (73%)
- @Ryussei, @Computerdores, Aaron M
- Hungarian (89%)
- Norwegian Bokmål (16%)
- Polish (76%)
- Anonymous
- Portuguese (Brazil) (22%)
- Russian (22%)
- Spanish (46%)
- Swedish (24%)
- Tamil (22%)
- Toki Pona (32%)
- Turkish (22%)
Fixed¶
Internal Changes¶
This release increases the internal DB_VERSION
to 8. Libraries created with this version of TagStudio can still be opened in earlier v9.5.0 pre-release versions, however the behavior of custom color borders will not be identical to the behavior in this PR. Otherwise it should still be possible to use any custom colors created in this version in these earlier pre-releases (but not really recommended).
[9.5.0 Pre-Release 3] - 2025-02-10¶
Added¶
#743 by @CyanVoxel¶
Added "Smartcase" and Globless Path Search
-
path: temp
: Returns all paths that have "temp" (Case insensitive) somewhere in the name. -
path: Temp
: Returns all paths that have "Temp" (Case sensitive) somewhere in the name.
Glob Patterns w/ Smartcase
-
path: *temp*
: Returns all paths that have "temp" (Case insensitive) somewhere in the name. -
path: *Temp*
: Returns all paths that have "Temp" (Case sensitive) somewhere in the name. -
path: temp*
: Returns all paths that start with "temp" (Case insensitive) somewhere in the name. -
path: Temp*
: Returns all paths that start with "Temp" (Case sensitive) somewhere in the name. -
path: *temp
: Returns all paths that end with "temp" (Case insensitive) somewhere in the name. -
path: *TEmP
: Returns all paths that end with "TEmP" (Case sensitive) somewhere in the name.
#788 by @CyanVoxel¶
- Added a "View Limit" dropdown to tag search boxes to limit the number of on-screen tags. Previously this limit was hardcoded to 100, but now options range from 25 to unlimited.
Changed¶
- fix(ui): expand usage of esc and enter for modals by @CyanVoxel in #793
- perf: optimize query methods and reduce preview panel updates by @CyanVoxel in #794
#788 by @CyanVoxel¶
- Improved performance of tag search boxes, including the tag manager
Fixed¶
- fix(ui): hide library actions when no library is open by @CyanVoxel in #787
- feat: port file trashing (#409) to v9.5 by @CyanVoxel in #792
Docs¶
- Added references to alternative POSIX shells, as well as pyenv to CONTRIBUTING.md by @ChloeZamorano in #791
[9.5.0 Pre-Release 2] - 2025-02-03¶
Added¶
#784 by @CyanVoxel¶
- Add Ctrl+M shortcut to open the "Tag Manager"
Fixed¶
- fix: don't wrap field names too early by @CyanVoxel in 2215403 and 90a826d
- fix: save all tag attributes from "Create & Add" modal by @SkeleyM in #762
- fix: allow tag names with colons in search by @SkeleyM in #765
- fix: catch
ParsingError
by @CyanVoxel in #779 - fix: patch incorrect description type & invalid disambiguation_id refs by @CyanVoxel in #782
#784 by @CyanVoxel¶
- Reset tag search box and focus each time a tag search panel is opened
- Include tag parents in tag search results (v9.4 parity)
- Lowercase tag names now get properly sorted with uppercase ones
- Don't include tag display names in "closeness" factor when searching
- Escape "&" characters inside tag names so Qt doesn't treat them as mnemonics
- Set minimum tag width
- Fix "Add Tags" panel missing its window title when accessing from the keyboard shortcut
Changed¶
#784 by @CyanVoxel¶
- The "use for disambiguation" button has been moved to the right-hand side of parent tags in order to prevent accidental clicks involving the left-hand "remove tag" button
- Add "Create & Add" button to the bottom of all non-whitespace searches, even if they return some tags
- The awkward "+" button next to tags in the "Add Tags" panel has been removed in favor of clicking on tags themselves
- Improved visual feedback for highlighting, keyboard focusing, and clicking tags
- The clickable area of the "-" button on tags has been increased and has visual feedback when you hover and click it
- You can now tab into the tag search list and add tags with a spacebar press (previously possible but very janky)
- In tag search panels, pressing the Esc key will return your focus to the search bar and highlight your previous query. If the search box is already highlighted, pressing Esc will close the modal
- In modals such as the "Add Tag" and "Edit Tag" panels, pressing Esc will cancel the operation and close the modal
Internal Changes¶
- refactor: wrap migration_iterator lambda in a try/except block by @CyanVoxel in #773
Docs¶
- docs: update field and library pages by @CyanVoxel in f5ff4d7
- docs: add information about "tag manager" by @CyanVoxel in 9bdbafa
- docs: add note about glob searching in the readme by @CyanVoxel in 6e402ac
- docs: add library_search page by @CyanVoxel in 5be7dfc
- docs: docs: add more links to index.md by @CyanVoxel in d795889
- docs: fix typo for "category" in usage.md by @pinheadtf2 in #760
- fix(docs): fix screenshot sometimes not rendering by @SkeleyM in #775
[9.5.0 Pre-Release 1] - 2025-01-31¶
Added¶
Overhauled Search Engine¶
Boolean Operators¶
- feat: implement query language by @Computerdores in #606
- feat: optimize AND queries by @Computerdores in #679
Filetype, Mediatype, and Glob Path Searches¶
- fix: remove wildcard requirement for tags by @Tyrannicodin in #481
- feat: add filetype and mediatype searches by @python357-1 in #575
- feat: make path search use globs by @python357-1 in #582
- feat: implement search equivalence of "jpg" and "jpeg" filetypes by @Computerdores in #649
Sortable Results¶
- feat: sort by "date added" in library by @Computerdores in #674
Autocomplete¶
- feat: add autocomplete for search engine by @python357-1 in #586
Replaced "Tag Fields" with Tag Categories¶
Instead of tags needing to be added to a tag field type such as "Meta Tags", "Content Tags", or just the "Tags" field, tags are now added directly to file entries with no intermediary step. While tag field types offered a way to further organize tags, it was cumbersome, inflexible, and simply not fully fleshed out. Tag Categories offer all of the previous (intentional) functionality while greatly increasing the ease of use and customization.
-
feat!: tag categories by @CyanVoxel in #655
Thumbnails and File Previews¶
New Thumbnail Support¶
- feat: add svg thumbnail support (port #442) by @Tyrannicodin and @CyanVoxel in #540
- feat: add pdf thumbnail support (port #378) by @Heiholf and @CyanVoxel in #543
- feat: add ePub thumbnail support (port #387) by @Heiholf and @CyanVoxel in #539
- feat: add OpenDocument thumbnail support (port #366) by @Joshua-Beatty and @CyanVoxel in #545
- feat: add JXL thumbnail and animated APNG + WEBP support (port #344 and partially port #357) by @BPplays and @CyanVoxel in #549
- fix: catch ImportError for pillow_jxl module by @CyanVoxel in a2f9685
Audio Playback¶
Thumbnail Caching¶
- feat(ui): add thumbnail caching by @CyanVoxel in #694
Tags¶
Delete Tags (Finally!)¶
- feat: remove and create tags from tag database panel by @DandyDev01 in #569
New Tag Colors + UI¶
- feat: expanded tag color system by @CyanVoxel in #709
- fix(ui): use correct pink tag color by @CyanVoxel in 431efe4
- fix(ui): use consistent tag outline colors by @CyanVoxel in 020a73d
New Tag Alias UI¶
- fix: preview panel aliases not staying up to date with database by @DandyDev01 in #641
- fix: subtags/parent tags & aliases update the UI for building a tag by @DandyDev01 in #534
Miscellaneous¶
- feat: about section by @mashed5894 in #712
- feat(ui): add configurable splash screens by @CyanVoxel in #703
- feat(ui): show filenames in thumbnail grid by @CyanVoxel in #633
Fixed¶
- fix(ui): display all tags in panel during empty search by @samuellieberman in #328
- fix: avoid
KeyError
inadd_folders_to_tree()
(fix #346) by @CyanVoxel in #347 - fix: error on closing library by @yedpodtrzitko in #484
- fix: resolution info #550 by @Roc25 in #551
- fix: remove queued thumnail jobs when closing library by @yedpodtrzitko in #583
- fix: use absolute ffprobe path on macos (Fix #511) by @CyanVoxel in #629
- fix(ui): prevent duplicate parent tags in UI by @SkeleyM in #665
- fix: fix -o flag not working if path has whitespace around it by @python357-1 in #670
- fix: better file opening compatibility with non-ascii filenames by @SkeleyM in #667
- fix: restore environment before launching external programs by @mashed5894 in #707
- fix: have pydub use known ffmpeg + ffprobe locations by @CyanVoxel in #724
- fix: add ".DS_Store" to
GLOBAL_IGNORE_SET
by @CyanVoxel in b72a2f2 - fix: don't add "._" files to libraries by @CyanVoxel in eb1f634
Changed¶
SQLite Save File Format¶
This was the main focus of this update, and where the majority of development time and resources have been spent since v9.4. These changes include everything that was done to migrate from the JSON format to SQLite starting from the initial SQLite PR, while re-implementing every feature from v9.4 as the initial SQLite PR was based on v9.3.x at the time.
- refactor!: use SQLite and SQLAlchemy for database backend by @yedpodtrzitko in #332
- feat: make search results more ergonomic by @yedpodtrzitko in #498
- feat: store
Entry
suffix separately by @yedpodtrzitko in #503 - feat: port thumbnail (#390) and related features to v9.5 by @CyanVoxel in #522
- fix: don't check db version with new library by @yedpodtrzitko in #536
- fix(ui): update ui when removing fields by @DandyDev01 in #560
- feat(parity): backend for aliases and parent tags by @DandyDev01 in #596
- fix: "open in explorer" opens correct folder by @KirilBourakov in #603
- fix: ui/ux parity fixes for thumbnails and files by @CyanVoxel in #608
- feat(parity): migrate json libraries to sqlite by @CyanVoxel in #604
- fix: clear all setting values when opening a library by @VasigaranAndAngel in #622
- fix: remove/rework windows path tests by @VasigaranAndAngel in #625
- fix: add check to see if library is loaded in filter_items by @Roc25 in #547
- fix: multiple macro errors by @Computerdores in #612
- fix: don't allow blank tag alias values in db by @CyanVoxel in #628
- feat: Reimplement drag drop files on sql migration by @seakrueger in #528
- fix: stop sqlite db from being updated while running tests by @python357-1 in #648
- fix: enter/return adds top result tag by @SkeleyM in #651
- fix: show correct unlinked files count by @SkeleyM in #653
- feat: implement parent tag search by @Computerdores in #673
- fix: only close add tag menu with no search by @SkeleyM in #685
- fix: drag and drop no longer resets by @SkeleyM in #710
- feat(ui): port "create and add tag" to main branch by @SkeleyM in #711
- fix: don't add default title field, use proper phrasing for adding files by @CyanVoxel in #701
- fix: preview panel + main window fixes and optimizations by @CyanVoxel in #700
- fix: sort tag results by @mashed5894 in #721
- fix: restore opening last library on startup by @SkeleyM in #729
- fix(ui): don't always create tag on enter by @SkeleyM in #731
- fix: use tag aliases in tag search by @CyanVoxel in #726
- fix: keep initial id order in
get_entries_full()
by @CyanVoxel in #736 - fix: always catch db mismatch by @CyanVoxel in #738
- fix: relink unlinked entry to existing entry without sql error by @mashed5894 in #730
- fix: refactor and fix bugs with missing_files.py by @CyanVoxel in #739
- fix: dragging files references correct entry IDs @CyanVoxel in 44ff17c
- ui: port splash screen from Alpha-v9.4 by @CyanVoxel in af760ee
- fix: tags created from tag database now add aliases by @CyanVoxel in 2903dd2
- fix: check for tag name parity during JSON migration by @CyanVoxel in #748
- feat(ui): re-implement tag display names on sql by @CyanVoxel in #747
- fix(ui): restore Windows accent color on PySide 6.8.0.1 by @CyanVoxel in #755
- fix(ui): (mostly) fix right-click search option on tags by @CyanVoxel in #756
- feat: copy/paste fields and tags by @mashed5894 in #722
UI/UX¶
- feat(ui): pre-select default tag name in
BuildTagPanel
by @Cool-Game-Dev in #592 - feat(ui): keyboard navigation for editing tags by @Computerdores in #407
- feat(ui): use tag query as default new tag name by @CyanVoxel in 29c0dfd
- feat(ui): shortcut to add tags to selected entries; change click behavior of tags to edit by @CyanVoxel in #749
- fix(ui): use consistent dark mode colors for all systems by @CyanVoxel in #752
- fix(ui): use camera white balance for raw images by @CyanVoxel in 6ee5304
- Mixed field editing has been limited due to various bugs in both the JSON and SQL implementations. This will be re-implemented in a future release.
Performance¶
- feat: improve performance of "Delete Missing Entries" by @Toby222 and @Computerdores in #696
Internal Changes¶
- refactor: combine open launch args by @UnusualEgg in #364
- feat: add date_created, date_modified, and date_added columns to entries table by @CyanVoxel in #740
[9.4.2] - 2024-12-01¶
Added/Fixed¶
- Create auto-backup of library for use in save failures (Fix #343) by @CyanVoxel in #554
[9.4.1] - 2024-09-14¶
Added¶
- Warn user if FFmpeg is not installed
- Support for
.raf
and.orf
raw image thumbnails and previews
Fixed¶
- Use
birthtime
for file creation time on Mac & Windows - Use audio icon fallback when FFmpeg is not detected
- Retain search query upon directory refresh
Changed¶
- Significantly improve file re-scanning performance
[9.4.0] - 2024-09-04¶
Added¶
- Copy and paste fields
- Add multiple fields at once
- Drag and drop files in/out of the program
- Files can be shared by dragging them from the thumbnail grid to other programs
- Files can be added to library folder by dragging them into the program
- Manage Python virtual environment in Nix flake
- Ability to create tag when adding tags
- Blender preview thumbnail support
- File deletion/trashing
- Added right-click option on thumbnails and preview panel to delete files
- Added Edit Menu option for deleting files
- Added Delete key shortcut for deleting files
- Font preview thumbnail support
- Short "Aa" previews for thumbnails
- Full alphabet preview for the preview pane
- Sort tags by alphabetical/color
- File explorer action follows OS naming
- Preview Source Engine files
- Expanded thumbnail and preview features
- Add album cover art thumbnails
- Add audio waveform thumbnails for audio files without embedded cover art
- Add new default file thumbnails, both for generic and specific file types
- Change the unlinked file icon to better convey its meaning
- Add dropdown for different thumbnail sizes
- Show File Creation and Modified dates; Restyle file path label
Fixed¶
- Backslashes in f-string on file dupe widget
- Tags not shown when none searched
- Avoid error from eagerly grabbing data values
- Correct behavior for tag search options
- Load Gallery-DL sidecar files correctly
- Correct duplicate file matching
- GPU hardware acceleration in Nix flake
- Suppress command prompt windows for FFmpeg in builds
Internal Changes¶
- Move type constants to media classes
- Combine open launch arguments
- Revamp Nix flake with devenv/direnv in cb4798b
- Remove impurity of Nix flake when used with direnv in bc38e56
[9.3.2] - 2024-07-19¶
Fixed¶
- Fix signal log warning
- Fix "Folders to Tags" feature
- Fix search ignoring case of extension list
Internal Changes¶
- Add tests into CI by
- Create testing library files ad-hoc
- Refactoring: centralize field IDs
- Update to pyside6 version 6.7.1
[9.3.1] - 2024-06-13¶
Fixed¶
- Separately pin QT nixpkg version
- Bugfix for #252, don't attempt to read video file if invalid or 0 frames long
- Toggle Mouse Event Transparency on ItemThumbs
- Refactor
video_player.py
[9.3.0] - 2024-06-09¶
Added¶
- Added playback previews for video files
- Added Boolean "and/or" search mode selection
- Added ability to scan and fix duplicate entries (not to be confused with duplicate files) from the "Fix Unlinked Entries" menu
- Added “Select All” (Ctrl+A / ⌘ Command+A) hotkey for the library grid view
- Added "Clear Selection" hotkey (Esc) for the library grid view
- Added the ability to invert the file extension inclusion list into an exclusion list
- Added default landing page when no library is open
Fixed¶
- TagStudio will no longer attempt to or allow you to reopen a library from a missing location
- Fixed
PermissionError
when attempting to access files with a higher permission level upon scanning the library directory - Fixed RAW image previews sometimes not loadingand
- Fixed most non-UTF-8 encoded text files from not being able to be previewed
- Fixed "Refresh Directories"/"Fix Unlinked Entries" creating duplicate entries
- Other miscellaneous fixes
Changed¶
- Renamed "Subtags" to "Parent Tags" to help better describe their function
- Increased number of tags shown by default in the "Add Tag" modal from 29 to 100
- Documentation is now split into individual linked files and updated to include future features
- Replaced use of
os.path
withpathlib
.cr2
files are now included in the list of RAW image file types- Minimum supported macOS version raised to 12.0
[9.2.1] - 2024-05-23¶
Added¶
- Basic thumbnail/preview support for RAW images (currently
.raw
,.dng
,.rw2
,.nef
,.arw
,.crw
,.cr3
) - NOTE: These previews are currently slow to load given the nature of rendering them. In the future once thumbnail caching is added, this process should only happen once.
- Thumbnail/preview support for HEIF images
Fixed¶
- Fixed sidebar not expanding horizontally
- Fixed "Recent Library" list not updating when creating a new library
- Fixed palletized images not loading with alpha channels
- Low resolution images (such as pixel art) now render with crisp edges in thumbnails and previews
- Fixed visual bug where the edit icon would show for incorrect fields
[9.2.0] - 2024-05-14¶
Added¶
- Full macOS and Linux support
- Ability to apply tags to multiple selections at once
- Right-click context menu for opening files or their locations
- Support for all filetypes inside of the library
- Configurable filetype blacklist
- Option to automatically open last used library on startup
- Tool to convert folder structure to tag tree
- SIGTERM handling in console window
- Keyboard shortcuts for basic functions
- Basic support for plaintext thumbnails
- Default icon for files with no thumbnail support
- Menu action to close library
- All tags now show in the "Add Tag" panel by default
- Modal view to view and manage all library tags
- Build scripts for Windows and macOS
- Help menu option to visit the GitHub repository
- Toggleable "Recent Libraries" list in the entry side panel
Fixed¶
- Fixed errors when performing actions with no library open
- Fixed bug where built-in tags were duplicated upon saving
- QThreads are now properly terminated on application exit
- Images with rotational EXIF data are now properly displayed
- Fixed "truncated" images causing errors
- Fixed images with large resolutions causing errors
Changed¶
- Updated minimum Python version to 3.12
- Various UI improvements
- Improved legibility of the Light Theme (still a WIP)
- Updated Dark Theme
- Added hand cursor to several clickable elements
- Fixed network paths not being able to load
- Various code cleanup and refactoring
- New application icons
Known Issues¶
- Using and editing multiple entry fields of the same type may result in incorrect field(s) being updated
- Adding Favorite or Archived tags via the thumbnail badges may apply the tag(s) to incorrect fields
- Searching for tag names with spaces does not currently function as intended
- A temporary workaround it to omit spaces in tag names when searching
- Sorting fields using the "Sort Fields" macro may result in edit icons being shown for incorrect fields
[9.1.0] - 2024-04-22¶
Added¶
- Initial public release