Releases: nschepsen/sxtools-manager
Releases · nschepsen/sxtools-manager
v1.2.0
SxTools!MANAGER 1.2.0
- fix typo(s) & release
SxTools!MANAGER 1.2.0-beta.4
- improve scene layout (1, 2 & 3 rows) based on existing data
- fix mimetype guessing bug
- improve thumbnail painting performance
- add SceneSortFilter(QSortFilterProxyModel)
- add additional filters:
Tagged
|Untagged
- add SceneDelegate(QStyledItemDelegate)::
createEditor()
SxTools!MANAGER 1.2.0-beta.3
- add Qt6-based UI (
PySide6
) prototype - add a method to create thumbnails, use
scan perform
action - add
cache()
to keep scene's thumbnails in memory - fix typo(s)
- update performer & paysite DB to the latest version
SxTools!MANAGER 1.2.0-beta.2
- add
CLI
-part console commands (:v, :q, :s, :f[ path], :a, :cl) - add a better date parser
- add a duplicate detection method (options:
keep
,remove
orskip
) - fix bug #1: 1-token-name vs. unknown performer's name starting with the same token
- fix wiping sitemap by
--dry-run
& made changes - add
sortmap()
to keep the DB sorted - relocate the
ffprobe
-part into its own method for performance and reuse purpose
SxTools!MANAGER 1.2.0-beta.1
- add
ffprobe
support to read out scene's metadata - add a logger for a better debugging experience, see
~/sxtools/sxtools.log
- pack the app as a
pip package
- rewrite the
CLI
-part and improve its performance - split the app in
Core
,CLI
&GUI
(using Qt6) modules