mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-19 10:32:35 +02:00
3fe7922642
* feat: add per-tag display options. * feat: bump DB_VERSION to 301, add migration. * tests: add tests. * docs: document cateogry display options. * docs: document library versions 300 and 301. * fix: resolve ruff and pyright issues. * fix: redo migration in the new style. * fix: Remove unnecessary @staticmethod decorators. * fix: Bump library version to 400. * fix: Fix color order in colored_radio_button_style. * fix: Commit the library produced by pytest. * test: Add test for removing a category during tag creation. * fix: Fix removing categories during tag creation. * test: Add test for adding another tag after removing an existing category. * fix: Fix adding another tag after removing an existing category. * feat: Add separators between widgets. * docs: Fix version in library-changes.md. * test: Test removing a category inherited both directly and indirectly. * fix: Fix removing a category inherited both directly and indirectly. --------- Co-authored-by: Travis Abendshien <46939827+cyanvoxel@users.noreply.github.com>