-
Bulk Image Organizer Pre-Release 3
Pre-releasereleased this
2026-06-03 03:19:37 +00:00 | 184 commits to main since this releaseAdded
- Two-tier SQLite data layer:
GlobalConfigDBandWorkingDBwith full schema (images, tags, image_tags, scan_history), WAL mode, and schema versioning viaPRAGMA user_version ImageRecord/Tag/ScanHistoryEntrydataclasses and row factories, short context-managed transactions, and duplicate-tag helpers (get-or-create, link/unlink, prune)- Global config DB support for preferences, recent directories, and shortcut overrides
- Path/extension utilities for portable, cross-platform image handling
- First pure image scanner (SHA-256 exact hash, perceptual hash, Pillow metadata) and an initial background
ScanWorkerskeleton following the threading contract - 10 unit tests covering the new data layer milestone
Changed
- Moved CI package uploads to the new
ai-collaborg and its packager token - Increased Nuitka smoke-build tarball compression to reduce CI artifact storage
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Two-tier SQLite data layer: