-
Bulk Image Organizer 0.1.21
Stablereleased this
2026-06-12 05:32:51 +00:00 | 53 commits to main since this releaseWhat's new in 0.1.21
Added
- Create from Sub-directories tag-panel action (fixes #31 / DR-020). Opens a dialog to create workspace tags from folder names under the open directory, with options to limit to image-containing folders, auto-assign tags to images, use first-level directory names only, and replace existing user tags on affected images. Invalid directory names are skipped; assignments are undoable. A modal Building Tag List progress dialog (with comma-formatted counts) blocks other input until complete; Cancel Generate keeps partial results.
- Tag toolbox layout: bold Tags heading; New Tag on the first row; Create from Sub-directories and Bulk Create right-aligned on the second row.
Changed
- Directory scan status counts use American thousands separators (e.g.
1,500 of 12,000). - Create from Sub-directories reuses existing workspace tags whose names match directory names and creates only missing tags.
Platform: Windows 10+ (x86_64). Download the
.exeand run it directly.
Artifact:BulkImageOrganizer_0.1.21.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.20
Stablereleased this
2026-06-11 20:47:37 +00:00 | 54 commits to main since this releaseWhat's new in 0.1.20
Fixed
- Sort into Folders confirmation dialog thumbnail previews now wrap onto multiple rows within the dialog width instead of laying out on a single horizontal strip (fixes #41).
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.20.AppImage,BulkImageOrganizer_0.1.20.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.19
Stablereleased this
2026-06-11 17:50:28 +00:00 | 55 commits to main since this releaseWhat's new in 0.1.19
Added
- Global Image Types setting (Settings workbench) to toggle which supported image formats (JPEG, PNG, WEBP, TIFF, GIF, BMP) are loaded (fixes #28 / DR-019). Disabled types are excluded from directory discovery/enrichment scans and pruned from the active workspace and any future opens.
Fixed
- Crash on opening a directory via the file chooser when prior rows already existed.
- Packaging/build breakage on dev-branch
VERSIONforms (e.g.0.1.18-feature.28) that could breakpip install -e, setuptools metadata, and Windows builds.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.19.AppImage,BulkImageOrganizer_0.1.19.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.18
Stablereleased this
2026-06-11 05:30:19 +00:00 | 56 commits to main since this releaseWhat's new in 0.1.18
Fixed
- Network workspace cache now syncs the full local SQLite database (including thumbnail BLOBs) to the share via OS file copy on close, directory switch, post-scan, and periodic background intervals while a network folder is open (fixes #36). Legacy metadata-only share databases are merged on open when a full cache copy is not present.
- Cached thumbnails are preserved across discovery placeholder upserts and rehydrated into the grid on directory open so reopening a network folder does not force a full thumbnail regeneration when the cache is current.
- Metadata enrichment detects changed files during discovery (filesize/mtime diff) instead of re-statting every cached row on the share.
Changed
- Directory scan status shows images-per-second and estimated time remaining for all phases with countable progress; slow rates below 1 img/s use extra decimal precision.
- Discovery walks use scandir-cached
entry.stat()and avoid per-file pathresolve()for faster NAS enumeration. - Enrichment progress uses pending work count instead of full filesystem total on warm-cache rescans.
Platform: Windows 10+ (x86_64). Download the
.exeand run it directly.
Artifact:BulkImageOrganizer_0.1.18.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.17 Stable
released this
2026-06-10 04:04:51 +00:00 | 60 commits to main since this releaseWhat's new in 0.1.17
Changed
- Tag names now render in a readable, cross-platform sans-serif font (Segoe UI, Roboto, Noto Sans, and other fallbacks) at medium weight, applied to tag panel swatches, viewer metadata labels, and grid badge overlays.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.17.AppImage,BulkImageOrganizer_0.1.17.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.16 Stable
released this
2026-06-10 04:02:03 +00:00 | 61 commits to main since this releaseWhat's new in 0.1.16
Changed
- Tag swatch border colors are now theme-aware: dark theme keeps a dark inactive / light active border, light theme uses the opposite. Shared helpers drive the tag panel, dialog chips, and bulk color rows, and the tag panel now repaints on theme change.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.16.AppImage,BulkImageOrganizer_0.1.16.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.15 Stable
released this
2026-06-10 03:59:59 +00:00 | 62 commits to main since this releaseWhat's new in 0.1.15
Changed
- Reversed tag swatch outline colors: inactive swatches now use a dark border and active/selected swatches a light border, applied consistently across the tag panel, New Tag dialog chips, and bulk-create color rows.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.15.AppImage,BulkImageOrganizer_0.1.15.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.14 Stable
released this
2026-06-10 03:58:32 +00:00 | 63 commits to main since this releaseWhat's new in 0.1.14
Changed
- Reordered the tag preset color palette (red through brown, then gray, white, and black last). Bulk Create cycling and the tag chip grid follow the new sequence.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.14.AppImage,BulkImageOrganizer_0.1.14.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.13 Stable
released this
2026-06-10 03:56:22 +00:00 | 64 commits to main since this releaseWhat's new in 0.1.13
Changed
- Random tag color selection now prefers presets not already assigned to a workspace tag, falling back to the full palette once every preset is taken. The New Tag dialog passes existing tag colors through to support this.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.13.AppImage,BulkImageOrganizer_0.1.13.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.12 Stable
released this
2026-06-10 03:46:11 +00:00 | 65 commits to main since this releaseWhat's new in 0.1.12
Added
- Expanded the tag color palette to 14 presets (added black, white, cyan, brown, gray). The New Tag dialog now picks a random preset by default, and Bulk Create cycles through the palette as lines are added.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.12.AppImage,BulkImageOrganizer_0.1.12.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads