• dev-0.2.2-issue-115-dupe-color-coding 5cecbbfa87

    Bulk Image Organizer Dev (0.2.2/issue-115-dupe-color-coding)
    All checks were successful
    CI / lint (push) Successful in 18s
    CI / test (push) Successful in 2m53s
    CI / appimage (push) Successful in 15m50s
    CI / build-appimage (push) Successful in 0s
    CI / windows-exe (push) Successful in 10m22s
    CI / build-windows-exe (push) Successful in 0s
    Pre-release

    WorkerBot released this 2026-06-24 02:26:34 +00:00 | 8 commits to main since this release

    Development build from branch 0.2.2/issue-115-dupe-color-coding (commit 64b2c1b159bb).

    Changes on this branch

    No changelog entries recorded yet on this branch.


    Pre-release build for testing only � not for production use.
    Platform: Windows 10+ (x86_64). Download the .exe and run it directly.
    Artifact: BulkImageOrganizer_dev-0.2.2-issue-115-dupe-color-coding.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 | 10 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 | 11 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 | 14 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 | 15 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
  • v0.1.46 95c4a00c01

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

    WorkerBot released this 2026-06-22 02:02:41 +00:00 | 16 commits to main since this release

    What's new in 0.1.46

    Added

    • Reviewed duplicate groups now persist across restarts: the blue checkmark survives closing and reopening the workspace (fixes #67).
    • The Duplicates multi-view's comparison images can now be zoomed (mouse wheel) and panned (middle-click drag) in sync � zooming or panning any image in a group applies proportionately to every image in that group at once (fixes #57).
    • Keep Best now breaks ties between same-resolution duplicates using an image-sharpness score (edge variance) before falling back to date/path, in addition to the existing resolution comparison (fixes #21).

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

    Downloads
  • v0.1.45 dc998d8bf2

    Bulk Image Organizer 0.1.45
    Some checks failed
    CI / lint (push) Successful in 9s
    CI / test (push) Successful in 1m35s
    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:50:50 +00:00 | 17 commits to main since this release

    What's new in 0.1.45

    Added

    • WASD now work as arrow-key equivalents for moving between thumbnails in the grid (fixes #58).
    • Ctrl+Scroll over the grid or the viewer filmstrip adjusts thumbnail size instead of scrolling (fixes #55).
    • New Settings → Advanced controls: grid scroll rows (how many rows a wheel notch scrolls, default 2) and smooth grid scrolling (animated wheel-scroll, default on) (fixes #87).
    • New B viewer shortcut bounces to the previously displayed image, and bounces back again on a second press (fixes #72).

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

    Downloads
  • v0.1.44 668249bc33

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

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

    What's new in 0.1.44

    Added

    • Create Multi-Tag Directories checkbox in Sort into Folders moves images with more than one tag into a folder named after every tag, sorted alphabetically and comma-separated (fixes #80).
    • A modal progress dialog with a working Cancel button now tracks Sort into Folders moves, shown between confirming the operation and the completion summary (fixes #50).

    Changed

    • Sort into Folders now skips images that are already directly inside their target tag folder instead of re-moving them, and reports how many were skipped this way (fixes #40).

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

    Downloads
  • v0.1.43 e2a2a9aefc

    Bulk Image Organizer 0.1.43
    Some checks failed
    CI / lint (push) Successful in 8s
    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
    CI / test (push) Has been cancelled
    Stable

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

    What's new in 0.1.43

    Added

    • Linux AppImage and Windows release CI jobs now scan the build artifact with ClamAV (fails the build on detection) plus informational static analysis and an optional VirusTotal upload, before publishing it as a release asset (fixes #76).
    • Thumbnail generation threads advanced setting (Settings → Advanced, default 2) controls how many threads generate thumbnails in parallel during a scan, speeding up large directories on multi-core machines (fixes #64).

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

    Downloads
  • v0.1.42 85c6b0c209

    Bulk Image Organizer 0.1.42
    Some checks failed
    CI / lint (push) Successful in 7s
    CI / test (push) Successful in 1m40s
    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:27:04 +00:00 | 21 commits to main since this release

    What's new in 0.1.42

    Added

    • Export Tags button in the tag toolbox opens a dialog listing every workspace tag and its color in the format Bulk Create Tags expects, with Copy to Clipboard / Done buttons, for recreating the same tags elsewhere (fixes #89).

    Changed

    • Bulk Create Tags no longer errors when a submitted name already exists in the workspace; it updates that tag's color to the one chosen in the dialog instead (fixes #88).

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

    Downloads