v0.17.0 - Photo details, dark mode, scrollbar, open in album
New
-
Photo details view with a few basic details, like date, tags (if enabled),
photo name & dimensions, and location.
-
Dark mode: By default, it uses the system preference, but it's possible to
switch in the display settings.
-
Custom scrollbar: Inspired by other galleries, it shows years/months/days
and has better support for longer galleries with "precision mode".
-
Open Image in Album context menu entry. This is useful to open an image in
album/time-based context from e.g. a search or map view.
Changed
- Scroll persistence: The scrollable layouts (album, timeline, highlights,
flex) now persist the scroll position via a file-based anchor in the URL (f
parameter). Refreshing or sharing the URL within a long album should therefore
retain the viewed position. This supports the "Open Image in Album" feature by
scrolling it into view on page load. - Settings menu: The settings (cog wheel) now close on selection.
- PWA installation: Installing the website as a Progressive Web App (PWA)
should look nicer now.
Fixed
- Search improvements: Addressed issues with the search bar and input
behavior to ensure smoother scrolling and more predictable focus handling. - Scene reload: Do not reload the scene on height change for album/timeline
as it doesn't affect the display.
PRs
- Add basic photo details including web & app gestures by @SmilyOrg in #120
- Open in album by @SmilyOrg in #121
- Refactor scrolling and other UX polish by @SmilyOrg in #123
- Darkmode by @SmilyOrg in #125
- Update changelog by @SmilyOrg in #122
Full Changelog: v0.16.0...v0.17.0