-
Bulk Image Organizer 0.1.38
StableAll checks were successfulreleased this
2026-06-20 07:53:24 +00:00 | 25 commits to main since this releaseWhat's new in 0.1.38
Fixed
- "Close Directory and Delete Cache" no longer leaves the cache file locked on Windows. Every
WorkingDB/GlobalConfigDBread 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
.exeand run it directly.
Artifact:BulkImageOrganizer_0.1.38.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- "Close Directory and Delete Cache" no longer leaves the cache file locked on Windows. Every