v0.13.2
Fixed
- A breadcrumb containing bare-number crumbs (a
2026/06/12date folder, a numeric filename) is no longer jumbled. The overlay figcaption is permanentlydirection: rtl— wanted only so an overflowing crumb shows its ellipsis at the head (a leading ellipsis that keeps the image name) — but that also makesrtlthe line's base direction, which reorders mixed content on every breadcrumb, overflowing or not. Under anrtlbase, crumbs that contain a Latin letter (40km, and the numeric filename that attaches to it) stay left-to-right, while pure-number crumbs (2026,06,12) are laid out right-to-left with the neutral›between them mirrored to‹— so the path came out jumbled:40km › 062112 ‹ 12 ‹ 06 ‹ 2026instead of2026 › 06 › 12 › 40km › 062112. The crumb text is now wrapped in a<bdi>, which isolates it and derives its own base direction from its content (left-to-right here), so it reads in path order with upright separators; the figcaption keepsrtlsolely for the leading ellipsis. The lightbox fills the same<bdi>per slide.
Full changelog: https://github.com/Kntnt/kntnt-photo-drop/blob/v0.13.2/CHANGELOG.md