• v0.1.38 7dd81c3391

    Bulk Image Organizer 0.1.38
    All checks were successful
    CI / lint (push) Successful in 12s
    CI / test (push) Successful in 1m57s
    CI / appimage (push) Successful in 9m53s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 8m33s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-20 07:53:24 +00:00 | 25 commits to main since this release

    What's new in 0.1.38

    Fixed

    • "Close Directory and Delete Cache" no longer leaves the cache file locked on Windows. Every WorkingDB/GlobalConfigDB read or write opened a SQLite connection that was never explicitly closed (relying on garbage collection, which a local repro showed does not reliably release the OS file handle); each one now closes explicitly, eliminating the handle buildup that kept the per-directory cache file (and the global config database) open for the life of the session (fixes #27).
    • Closing a directory via "Close Directory and Delete Cache" now clears it from the recently-opened list, so it is no longer auto-reopened the next time the app starts with "open last directory on startup" enabled (fixes #34).

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

    Downloads