• v0.1.41 a941ae0a63

    Bulk Image Organizer 0.1.41
    Some checks failed
    CI / lint (push) Successful in 7s
    CI / test (push) Successful in 1m39s
    CI / build-appimage (push) Has been cancelled
    CI / build-windows-exe (push) Has been cancelled
    CI / appimage (push) Has been cancelled
    CI / windows-exe (push) Has been cancelled
    Stable

    Claude released this 2026-06-22 01:22:34 +00:00 | 22 commits to main since this release

    What's new in 0.1.41

    Fixed

    • Deleting a tag that's part of the active tag filter now removes it from the filter immediately (and stops filtering entirely if it was the only active tag), instead of leaving the grid filtered by a tag that no longer exists (fixes #91).
    • Right-clicking a tag to make it the exclusive active filter now also clears a stale "Untagged Only" checkbox, matching the existing behavior for a plain tag click (fixes #86).

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

    Downloads
  • v0.1.40 e4f7e99849

    Bulk Image Organizer 0.1.40
    All checks were successful
    CI / lint (push) Successful in 12s
    CI / test (push) Successful in 2m0s
    CI / windows-exe (push) Successful in 9m2s
    CI / build-windows-exe (push) Successful in 0s
    CI / appimage (push) Successful in 12m59s
    CI / build-appimage (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-22 01:06:25 +00:00 | 23 commits to main since this release

    What's new in 0.1.40

    Fixed

    • Grid view: a rubber-band-drag highlight no longer gets stuck on an image after clicking elsewhere. Clicking (or clicking away) now forces the hover highlight to recompute immediately instead of waiting for a later mouse move to notice the cursor left that item (fixes #20).

    Platform: Ubuntu 24.04+ (x86_64). Download the .AppImage, chmod +x it, then run it.
    Artifact: BulkImageOrganizer_0.1.40.AppImage

    Downloads
  • v0.1.39 c492c63f1a

    Bulk Image Organizer 0.1.39
    Some checks failed
    CI / lint (push) Successful in 12s
    CI / test (push) Successful in 2m10s
    CI / build-appimage (push) Has been cancelled
    CI / build-windows-exe (push) Has been cancelled
    CI / appimage (push) Has been cancelled
    CI / windows-exe (push) Has been cancelled
    Stable

    Claude released this 2026-06-22 00:45:09 +00:00 | 24 commits to main since this release

    What's new in 0.1.39

    Fixed

    • "Scan Duplicate Files" / "Scan Visual Duplicates" no longer crashes the app: an exception starting the scan or handling its progress/finished signals is now caught, logged, and shown as a "Duplicate Scan Error" dialog instead of escaping a Qt slot (fixes #111).
    • Packaged builds now correctly detect that they're running compiled (not just via sys.frozen), so they get a durable log file under the user config directory instead of silently losing all log output — useful for diagnosing issues like the above on Windows builds, which run without a console.

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

    Downloads
  • 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
  • v0.1.37 de49d82021

    Bulk Image Organizer 0.1.37
    All checks were successful
    CI / lint (push) Successful in 8s
    CI / test (push) Successful in 1m42s
    CI / appimage (push) Successful in 8m17s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 9m1s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-20 06:16:36 +00:00 | 26 commits to main since this release

    What's new in 0.1.37

    Fixed

    • Tagging the active image from the image viewer while "Untagged Only" (or another tag filter) is active no longer silently advances the viewer to the next image before the user navigates; the display, filmstrip, and carousel hold steady on the tagged image until the user presses next/prev, at which point navigation lands on the image immediately following it instead of skipping one (fixes #38).

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

    Downloads
  • v0.1.36 78acf43538

    Bulk Image Organizer 0.1.36
    All checks were successful
    CI / lint (push) Successful in 17s
    CI / test (push) Successful in 2m43s
    CI / appimage (push) Successful in 17m49s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 10m7s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-20 00:59:30 +00:00 | 27 commits to main since this release

    What's new in 0.1.36

    Fixed

    • Keep Best and Delete Group (X) in the Duplicates workbench now correctly advance the single image viewer to the next duplicate group, including when "hide deleted" filtering removes the just-tagged group from view (fixes #93, #99).

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

    Downloads
  • v0.1.35 094e248533

    Bulk Image Organizer 0.1.35
    All checks were successful
    CI / lint (push) Successful in 15s
    CI / test (push) Successful in 2m46s
    CI / build-release (push) Successful in 9m23s
    CI / release-linux (push) Successful in 0s
    CI / build-release-1 (push) Successful in 8m13s
    CI / release-windows (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-19 07:43:58 +00:00 | 31 commits to main since this release

    Automated Windows onefile build for main at 094e248533.

    Canonical release artifact: BulkImageOrganizer_0.1.35.exe

    Downloads
  • v0.1.34 0b1c5ec9b7

    Bulk Image Organizer 0.1.34
    Some checks failed
    CI / lint (push) Successful in 8s
    CI / test (push) Successful in 2m2s
    CI / build-release (push) Failing after 8s
    CI / release-linux (push) Failing after 0s
    CI / build-release-1 (push) Successful in 10s
    CI / release-windows (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-19 03:55:29 +00:00 | 33 commits to main since this release

    Automated Windows onefile build for main at b30228bfbc.

    Canonical release artifact: BulkImageOrganizer_0.1.34.exe

    Downloads
  • v0.1.33 0d0624d963

    Bulk Image Organizer 0.1.33
    All checks were successful
    CI / lint (push) Successful in 8s
    CI / test (push) Successful in 1m44s
    CI / build-release (push) Successful in 8m21s
    CI / release-linux (push) Successful in 0s
    CI / build-release-1 (push) Successful in 9m27s
    CI / release-windows (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-17 06:04:37 +00:00 | 34 commits to main since this release

    Automated Windows onefile build for main at 0d0624d963.

    Canonical release artifact: BulkImageOrganizer_0.1.33.exe

    Downloads
  • v0.1.32 5de5587530

    Bulk Image Organizer 0.1.32
    All checks were successful
    CI / lint (push) Successful in 15s
    CI / test (push) Successful in 2m13s
    CI / build-release (push) Successful in 8m19s
    CI / release-linux (push) Successful in 0s
    CI / build-release-1 (push) Successful in 8m4s
    CI / release-windows (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-14 17:10:55 +00:00 | 37 commits to main since this release

    Automated Windows onefile build for main at 5de5587530.

    Canonical release artifact: BulkImageOrganizer_0.1.32.exe

    Downloads