• v0.3.2 e9e6b39518

    Bulk Image Organizer 0.3.2
    All checks were successful
    CI / lint (push) Successful in 11s
    CI / test (push) Successful in 3m5s
    CI / appimage (push) Successful in 11m3s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 9m54s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-25 06:51:43 +00:00 | 24 commits to main since this release

    What's new in 0.3.2

    Added

    • Duplicates workbench: the duplicate-group list now scrolls automatically to keep the active group's
      button visible, near 40% from the top of the list, whenever the active group changes � by clicking a
      group, navigating with W/S, or advancing via Keep/AoK (issue #113).

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

    Downloads
  • v0.3.1 206bf12064

    Bulk Image Organizer 0.3.1
    All checks were successful
    CI / lint (push) Successful in 12s
    CI / test (push) Successful in 2m43s
    CI / appimage (push) Successful in 13m48s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 9m52s
    CI / build-windows-exe (push) Successful in 0s
    Stable

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

    What's new in 0.3.1

    Added

    • Duplicates workbench: the single-criterion Keep Best button is now Keep plus a criterion
      dropdown — choose File Size, Resolution, Sharpness, Filename, Directory name, or Relative Path, each
      available Largest/Longest or Smallest/Shortest, to decide which image in the active duplicate group
      to keep; the rest are marked DELETE, and DELETE is cleared from the kept image if an earlier Keep
      press (with a different criterion) had already marked it. The default is File Size - Largest,
      configurable in Settings → Duplicates → Default Keep criterion. Ties are broken alphabetically by
      relative path. A new AoK (Advance on Keep) toggle, on by default, controls whether the workbench
      jumps to the next group after Keep is applied; turn it off to keep working through the same group one
      Keep click at a time. The default keyboard shortcut for Keep is C (issue #136).

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

    Downloads
  • v0.3.0 7650faba3a

    Bulk Image Organizer 0.3.0
    All checks were successful
    CI / lint (push) Successful in 10s
    CI / test (push) Successful in 2m22s
    CI / appimage (push) Successful in 14m5s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 10m13s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-25 06:46:30 +00:00 | 26 commits to main since this release

    What's new in 0.3.0

    Added

    • Duplicates workbench: new Dupe Grid view shows one thumbnail per duplicate group (left of the
      Multi/Single buttons), so groups can be browsed visually instead of one at a time. The thumbnail is
      the first non-deleted image in the group, or the first image if every member is marked DELETE; a
      small icon at the top right of each thumbnail shows the group's review state. Hide Deleted hides a
      group from this view only once every image in it is marked DELETE � the duplicate tag list is
      unaffected. E and double-click now bounce between whichever two of Dupe Grid / Multi / Single
      views were used most recently, defaulting to Dupe Grid <-> Multi; W/S move the grid selection
      up/down instead of switching groups while Dupe Grid is active; Delete marks the whole selected
      group DELETE. Thumbnail size and Ctrl+scroll resizing follow the same setting as the main Grid
      workbench (issue #138).

    Fixed

    • Duplicates workbench: in directories with hundreds of duplicate groups, the Dupe Grid view was slow
      to redisplay after switching back from Multi/Single and slow to update after deleting a group �
      rebuilding every group's thumbnail row issued one database query per group instead of one batched
      query, and every click was also reloading the (invisible) Multi view's images. Selecting a group no
      longer recenters the grid; only entering/returning to it does. Pressing W/S to switch duplicate
      groups stopped working if Single view was opened directly from the Dupe Grid. Double-clicking an
      image in Multi always opened Single instead of bouncing to whichever of Dupe Grid/Single was used
      most recently, like every other double-click in the Duplicates workbench (issue #138).

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

    Downloads
  • v0.3.4 164d54a195

    Bulk Image Organizer 0.3.4
    All checks were successful
    CI / lint (push) Successful in 7s
    CI / test (push) Successful in 1m59s
    CI / appimage (push) Successful in 8m7s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 10m33s
    CI / build-windows-exe (push) Successful in 0s
    Stable

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

    What's new in 0.3.4

    Added

    • Grid: right-click a single image and choose Reveal in Filesystem to open it in the native OS file
      manager with the file selected. Uses Windows Explorer's /select on Windows (local and network
      paths); on Linux, the first detected of Nautilus, Dolphin, Nemo, or PCManFM, falling back to opening
      the containing folder via xdg-open if none of those are installed (issue #116).

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

    Downloads
  • v0.2.4 033cf7e870

    Bulk Image Organizer 0.2.4
    All checks were successful
    CI / lint (push) Successful in 18s
    CI / test (push) Successful in 2m25s
    CI / appimage (push) Successful in 10m46s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 9m20s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-24 05:52:03 +00:00 | 27 commits to main since this release

    What's new in 0.2.4

    Fixed

    • Duplicates workbench: metadata highlighting (resolution, file size, sharpness) was inconsistent � a value shared by some, but not all, images in a group (without being the group's overall highest or lowest) showed no highlight instead of yellow, and a value shared by every image in the group showed yellow instead of green. Both now render correctly: any shared non-extreme value is yellow, and a value shared by the entire group is green (issue #115).

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

    Downloads
  • v0.2.3 ffb727b63b

    Bulk Image Organizer 0.2.3
    All checks were successful
    CI / lint (push) Successful in 19s
    CI / test (push) Successful in 2m19s
    CI / appimage (push) Successful in 10m1s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 9m22s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-24 04:42:36 +00:00 | 28 commits to main since this release

    What's new in 0.2.3

    Fixed

    • Directory scan: the status bar appeared to freeze between the "Indexing" phase completing and "Scan complete" being shown, with no feedback while post-scan cleanup (recent-directory bookkeeping, duplicate-tag pruning, and � for network-share workspaces � a cache copy) ran synchronously. A "Finalizing scan..." status with a busy indicator now appears immediately, and the network-share cache sync shows real copy progress instead of running silently (issue #114).

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

    Downloads
  • v0.2.2 01d5bbbfa5

    Bulk Image Organizer 0.2.2
    All checks were successful
    CI / lint (push) Successful in 16s
    CI / test (push) Successful in 2m51s
    CI / windows-exe (push) Successful in 9m25s
    CI / build-windows-exe (push) Successful in 0s
    CI / appimage (push) Successful in 20m0s
    CI / build-appimage (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-24 02:09:35 +00:00 | 29 commits to main since this release

    What's new in 0.2.2

    Fixed

    • Image viewer: very tall/large images (e.g. a 1,569 x 42,895 scan) could fail to render — the viewer kept showing the previously displayed image and the Duplicates Multi view showed a blank canvas — because Qt's image loader rejected anything over its default 256 MB allocation limit before any downscaling happened. The viewer now raises that limit so legitimately large images load correctly (issue #117).
    • Image viewer: images are now always loaded and displayed at full resolution, scaled down only by the on-screen fit-to-window zoom. Previously the viewer pre-downscaled every image to a fixed display size, so zooming in past 100% upscaled that reduced copy and looked blurry even when the original file had much more detail available (issue #117).

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

    Downloads
  • v0.2.1 c199d2c031

    Bulk Image Organizer 0.2.1
    All checks were successful
    CI / lint (push) Successful in 8s
    CI / test (push) Successful in 2m3s
    CI / appimage (push) Successful in 9m2s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 9m16s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-23 05:48:34 +00:00 | 30 commits to main since this release

    What's new in 0.2.1

    Fixed

    • Duplicates workbench: navigating between adjacent duplicate groups no longer triggers a full grid re-sort/re-filter, a full rebuild of every comparison tile, and several redundant duplicate-tag queries � group switching is now near-instant instead of a noticeable pause, even in directories with hundreds of images (issue #118).
    • General responsiveness: the same over-broad full-list re-sort that affected duplicate-group navigation was also firing on every tag-filter checkbox click and search keystroke; the tag panel was fully rebuilding on every grid selection change and viewer navigation step; and bulk tag/DELETE actions on large selections were far slower than necessary. All now scale with the size of the change instead of the size of the workspace.

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

    Downloads
  • v0.2.0 c9d68f3e1a

    Bulk Image Organizer 0.2.0
    All checks were successful
    CI / lint (push) Successful in 8s
    CI / test (push) Successful in 1m56s
    CI / appimage (push) Successful in 8m12s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 10m16s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-22 02:58:34 +00:00 | 33 commits to main since this release

    What's new in 0.2.0

    Changed

    • Version bumped to 0.2.0, marking the completion of this feature-enhancement tranche: grid navigation/zoom, duplicate-workbench depth (zoom/pan, sharpness, persisted review state), tag toolbox/filter fixes, configurable thumbnail threading, Sort into Folders enhancements, Advance on Tag, and build security scanning (issues #20, #21, #40, #50, #55, #57, #58, #64, #67, #72, #76, #80, #86, #88, #89, #91, #109, #111), merged via this and the ten preceding stacked PRs.

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

    Downloads
  • v0.1.47 d7a6b13695

    Bulk Image Organizer 0.1.47
    All checks were successful
    CI / lint (push) Successful in 9s
    CI / test (push) Successful in 1m46s
    CI / appimage (push) Successful in 8m16s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 10m36s
    CI / build-windows-exe (push) Successful in 0s
    Stable

    WorkerBot released this 2026-06-22 02:42:50 +00:00 | 34 commits to main since this release

    What's new in 0.1.47

    Added

    • Advance on Tag: a new "AoT" toggle next to Tag Filter cycles through Disabled / Tags & Delete (default) / Delete Only. When enabled, applying a tag (or DELETE) automatically advances to the next image: the next row in the Grid, the next image in the viewer, or � in the duplicate-group viewer � the next non-deleted image in the group, moving to the next duplicate group once the current one is exhausted. DUPE tags are always ignored (fixes #109).

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

    Downloads