Releases: FootPrintStudio/CollectionXiewer
Releases · FootPrintStudio/CollectionXiewer
Release list
v1.4.0
Security
- Media protocol allowlists watch roots, posters, and the app data dir
- Local API requires a token from
~/.config/CollectionXiewer/local-api.json; search results exposeurlinstead of filesystempath - Board filenames are basename-allowlisted;
openExternalis http(s)-only
Changed
- Stability and efficiency pass from the audit: safer indexing/quit, capped thumbs, incremental tag closure, viewport-scoped gallery overlays, and related renderer/main hardening
Fixed
- Search ∩ collection pagination; soft-missing for deleted files; crop/watcher races; preview navigation races; identifier badge caching
Includes AppImage and latest-linux.yml for in-app updates.
CollectionXiewer v1.3.1
Tag suggestions
- Soft suggestions are fulfilled when a parent or child of the suggested tag is already applied (same subject / Universal / custom scoping unchanged)
In-app updates
- Full AppImage +
latest-linux.ymlpublished so electron-updater can detect and install this release
Download
Linux AppImage — make executable and run:
chmod +x CollectionXiewer-1.3.1.AppImage
./CollectionXiewer-1.3.1.AppImagev1.3.0
Local API for Oculus
Loopback HTTP API on http://127.0.0.1:47821:
GET /healthGET /search?q=…&limit=&offset=&sort=GET /file/:id
Used by Oculus XIEWER: sources. See README.
CollectionXiewer v1.2.0
Destructive crop
- Crop now writes directly to the original file (no more virtual in-app crop overlay)
- Legacy virtual crops are migrated into files on startup
- Subject regions are remapped when a crop is applied
- Gallery masonry/horizontal layouts use correct cropped aspect ratios
Tag suggestions
- Tags on Universal no longer appear as suggestions on custom subjects (existing)
- Tags on any custom subject no longer appear as suggestions on Universal (new)
Download
Linux AppImage — make executable and run:
chmod +x CollectionXiewer-1.2.0.AppImage
./CollectionXiewer-1.2.0.AppImageCollectionXiewer v1.1.1
Bug fixes
- Fix subject region tag drops after preview navigation (duplicate droppable IDs and overlay geometry)
- Fix preview zoom and region overlay sync when arrowing between media
- Suppress soft tag suggestions on other subjects when the tag already exists on Universal
Download
Linux AppImage — make executable and run:
chmod +x CollectionXiewer-1.1.1.AppImage
./CollectionXiewer-1.1.1.AppImage1.1.0
Subject regions on preview
- Optional on-image marquees per subject (images and motion)
- Draw, edit, clear regions; toggle visibility from preview toolbar
- Regions appear during tag drag for precise drop targeting
- Distinct colored borders per subject with transparent interiors
Other improvements
- Editable subject names in the details panel
- Full-resolution preview zoom for standard images
CollectionXiewer v1.0.1
Added
- Floating, draggable tag connection modal (no dark backdrop; opens over details panel)
- Pointer-scoped drag auto-scroll so only the sidebar under the cursor scrolls
See CHANGELOG.md.
CollectionXiewer v1.0.0
First stable release for Linux personal archive workflows.
Highlights
- Error toasts for drag-and-drop, folder add, and board save failures
- Gallery load-more pagination (500 per page)
- Settings: backup library.db and open data folder
- Board redo, error boundary, ffmpeg banner
- Faster startup (conditional tag closure / FTS rebuild)
- CI typecheck + test gate before releases
See CHANGELOG.md for full details.
CollectionXiewer v0.2.4
What's new
- Vault theme — Manuscript-noir styling with warm stone-gold accents, atmospheric background, and serif typography throughout the UI.
- Delete tags — Right-click any tag in the library to delete it; removes the tag from all media and the database (child tags are promoted to roots).
- Search drag-drop — Drag a tag from the library onto the search bar to append a
tag:slugfilter and run the search immediately.
Install
Download CollectionXiewer-0.2.4.AppImage, chmod +x, and run. Users on v0.2.3 can update via Settings → Check for updates…
CollectionXiewer v0.2.3
What's new
- Video loop — Toggle loop on/off in the preview player; preference is remembered, with a clear on/off pill control.
- Collection external links — Collections now have an External links section in the details panel, matching tags (add, edit, open in browser, remove).
Install
Download CollectionXiewer-0.2.3.AppImage, chmod +x, and run. Users on v0.2.2 can update via Settings → Check for updates…