Skip to content

v0.10.1

Choose a tag to compare

@TBarregren TBarregren released this 12 Jun 18:47
· 85 commits to main since this release

Two bug fixes for the Photo Drop Gallery lightbox and the Drop Zone folder upload.

Fixed

  • The Photo Drop Gallery's lightbox previous (left) arrow is now always clickable. On a narrow window the enlarged image could reach the left edge and overlap the arrow; because the controls were not lifted above the image in the painting order, the image both hid the left arrow and swallowed its clicks, leaving no way to step backwards (the right arrow, which paints after the image, was unaffected). The previous, next, and close controls now sit above the image at every window size.
  • Uploading a folder on macOS no longer creates phantom uploads for hidden system files. Beside every photo, macOS keeps an invisible ._-prefixed sidecar file (and a .DS_Store per folder); because such a sidecar inherits the photo's .JPG name, it slipped through the Drop Zone's upload filter and was uploaded — surfacing as a "ghost file" (for example ._DSCF0012.JPG) the photographer could not account for. Hidden files (any name beginning with a dot) are now silently ignored at intake: never uploaded, and never shown in the status list.

Full changelog: https://github.com/Kntnt/kntnt-photo-drop/blob/v0.10.1/CHANGELOG.md