-
Bulk Image Organizer 0.1.11 Stable
released this
2026-06-10 03:41:16 +00:00 | 66 commits to main since this releaseWhat's new in 0.1.11
Changed
- Updated the no-directory-open message shown by New Tag and Bulk Create to "A directory must be opened to create tags."
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.11.AppImage,BulkImageOrganizer_0.1.11.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.10 Stable
released this
2026-06-10 03:37:54 +00:00 | 67 commits to main since this releaseWhat's new in 0.1.10
Changed
- New Tag and Bulk Create buttons stay clickable even with no directory open; clicking now shows an informational dialog instead of disabling the buttons.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.10.AppImage,BulkImageOrganizer_0.1.10.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.9 Stable
released this
2026-06-10 01:44:05 +00:00 | 68 commits to main since this releaseWhat's new in 0.1.9
Fixed
- New Tag and Bulk Create buttons now start disabled and follow workspace state, instead of being clickable with no directory open.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.9.AppImage,BulkImageOrganizer_0.1.9.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.8 Stable
released this
2026-06-10 01:41:02 +00:00 | 69 commits to main since this releaseWhat's new in 0.1.8
Added
- Bulk Create dialog for creating multiple tags at once (fixes #29). Opens a multi-line dialog with a per-line color swatch; newline-separated names are validated (blanks skipped, duplicates and conflicts caught) before being persisted via
TagManager.create_tags_bulk.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.8.AppImage,BulkImageOrganizer_0.1.8.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Bulk Create dialog for creating multiple tags at once (fixes #29). Opens a multi-line dialog with a per-line color swatch; newline-separated names are validated (blanks skipped, duplicates and conflicts caught) before being persisted via
-
Bulk Image Organizer 0.1.7
Stablereleased this
2026-06-10 01:05:09 +00:00 | 71 commits to main since this releaseWhat's new in 0.1.7
Fixed
- Tag Filter menu height is now measured from actual layout size hints instead of a stale per-swatch estimate (#25). Swatch buttons reported a 23px hint but rendered at 28px, leaving the scroll area five pixels short and showing a scrollbar prematurely.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.7.AppImage,BulkImageOrganizer_0.1.7.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.6 Stable
released this
2026-06-10 00:58:16 +00:00 | 72 commits to main since this releaseWhat's new in 0.1.6
Changed
- Tag Filter menu now sizes itself to its content (tag list plus fixed controls) up to a 500px cap, instead of always using a fixed-height panel; the tag list scrolls only when content exceeds the maximum (#25).
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.6.AppImage,BulkImageOrganizer_0.1.6.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.5 Stable
released this
2026-06-10 00:56:17 +00:00 | 73 commits to main since this releaseWhat's new in 0.1.5
Changed
- Tag Filter menu height reduced to a fixed 500px cap, replacing the 1260px panel from 0.1.4 (#25).
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.5.AppImage,BulkImageOrganizer_0.1.5.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.4 Stable
released this
2026-06-10 00:55:18 +00:00 | 74 commits to main since this releaseWhat's new in 0.1.4
Changed
- Tag Filter menu height increased to 1260px (triple the prior 420px cap) so more tags are visible in the scrollable list (#25).
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.4.AppImage,BulkImageOrganizer_0.1.4.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.3 Stable
released this
2026-06-09 05:58:22 +00:00 | 75 commits to main since this releaseWhat's new in 0.1.3
Fixed
- Tag Filter menu now closes reliably when the toolbar button is clicked a second time on Windows (fixes #25). On Windows, Qt's popup auto-dismissed before the button's click handler ran, so the menu briefly closed and immediately reopened; the follow-up open request is now ignored when an anchor-button dismissal is detected.
Platform: Linux (x86_64) & Windows 10+ (x86_64).
Artifacts:BulkImageOrganizer_0.1.3.AppImage,BulkImageOrganizer_0.1.3.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Bulk Image Organizer 0.1.2
Stablereleased this
2026-06-09 03:11:39 +00:00 | 81 commits to main since this releaseWhat's new in 0.1.2
Fixed
- Checkbox indicators now show a visible checkmark when checked on standard and high-DPI displays (fixes #24). Replaced unreliable QSS indicator images with vector painting in
ThemedProxyStyle.
Platform: Windows 10+ (x86_64). Download the
.exeand run it directly.
Artifact:BulkImageOrganizer_0.1.2.exeDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Checkbox indicators now show a visible checkmark when checked on standard and high-DPI displays (fixes #24). Replaced unreliable QSS indicator images with vector painting in