• v0.1.18 aacafdbf40

    Bulk Image Organizer 0.1.18
    All checks were successful
    CI / lint (push) Successful in 6s
    CI / test (push) Successful in 1m22s
    CI / nuitka-smoke (push) Successful in 9m0s
    Stable

    Claude released this 2026-06-11 05:30:19 +00:00 | 56 commits to main since this release

    What's new in 0.1.18

    Fixed

    • Network workspace cache now syncs the full local SQLite database (including thumbnail BLOBs) to the share via OS file copy on close, directory switch, post-scan, and periodic background intervals while a network folder is open (fixes #36). Legacy metadata-only share databases are merged on open when a full cache copy is not present.
    • Cached thumbnails are preserved across discovery placeholder upserts and rehydrated into the grid on directory open so reopening a network folder does not force a full thumbnail regeneration when the cache is current.
    • Metadata enrichment detects changed files during discovery (filesize/mtime diff) instead of re-statting every cached row on the share.

    Changed

    • Directory scan status shows images-per-second and estimated time remaining for all phases with countable progress; slow rates below 1 img/s use extra decimal precision.
    • Discovery walks use scandir-cached entry.stat() and avoid per-file path resolve() for faster NAS enumeration.
    • Enrichment progress uses pending work count instead of full filesystem total on warm-cache rescans.

    Platform: Windows 10+ (x86_64). Download the .exe and run it directly.
    Artifact: BulkImageOrganizer_0.1.18.exe

    Downloads