Skip to content

v0.13.2

Choose a tag to compare

@github-actions github-actions released this 21 Jun 07:25
· 14 commits to main since this release

Fixed

  • A breadcrumb containing bare-number crumbs (a 2026/06/12 date folder, a numeric filename) is no longer jumbled. The overlay figcaption is permanently direction: rtl — wanted only so an overflowing crumb shows its ellipsis at the head (a leading ellipsis that keeps the image name) — but that also makes rtl the line's base direction, which reorders mixed content on every breadcrumb, overflowing or not. Under an rtl base, 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 ‹ 2026 instead of 2026 › 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 keeps rtl solely 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