-
Bulk Image Organizer Pre-Release 1
Pre-releasereleased this
2026-06-01 01:16:05 +00:00 | 212 commits to main since this releaseAdded
- Initial project scaffold:
pyproject.toml, package skeleton, and a minimal runnable PySide6 window - Core documentation: README with milestone checklist,
TECHNICAL_OUTLINE.md,DESIGN.md,DECISIONS.md, and dual MIT/GPL-3.0 licensing - CI: lint (ruff) + pytest GitHub Actions workflow, plus basic smoke tests
- Local validation tooling: a fully automatic Linux build/launcher script that sets up a venv, installs dependencies, and runs the app against real test images
Decided
- Resolved several early open product questions: exact-duplicate hashing strategy (full-file SHA-256), rotation write semantics (debounced direct write, no DB storage), where duplicate-tag padding is configured, the "sort into folders by tag" UI vision, and the local test-images workflow
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Initial project scaffold: