From 87faba5c7ac38519f5cf42ebd0c1e1012b038a8c Mon Sep 17 00:00:00 2001 From: Miha Lunar Date: Sat, 12 Oct 2024 13:07:57 +0200 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b862e..1d8dd8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,32 @@ and this project theoretically adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), but it's still at major version zero. -## [Unreleased] +## [v0.17.0] - 2024-10-12 - Photo details and open in album + +### Added + +- **Photo details view** with a few basic details, like date, tags (if enabled), + photo name & dimensions, and location. +- **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 views (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. + +## Fixed + +* **Scroll reset**: There is some functionality that scrolls the view to the top + when you change the search query, so that you aren't looking at the new + results half-way down the page. This scroll reset seemed to be happening a + little too often at weird times, so the fix hopefully only makes it reset the + scroll exactly for this scenario and no other. + +## [v0.16.0] - 2024-09-09 - Batch edit tags and faster collections ### Added From 9a70d973cf79b98a310b0762b5e88236530a1cf5 Mon Sep 17 00:00:00 2001 From: Miha Lunar Date: Sun, 27 Oct 2024 15:46:20 +0100 Subject: [PATCH 2/2] Update with latest changes --- CHANGELOG.md | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8dd8a..04742ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,30 +7,40 @@ and this project theoretically adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), but it's still at major version zero. -## [v0.17.0] - 2024-10-12 - Photo details and open in album +## [v0.17.0] - 2024-10-27 - Photo details, dark mode, scrollbar, open in album -### Added +### 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 views (album, timeline, highlights, +- **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. + +[v0.17.0]: https://github.com/SmilyOrg/photofield/compare/v0.16.0...v0.17.0 -## Fixed -* **Scroll reset**: There is some functionality that scrolls the view to the top - when you change the search query, so that you aren't looking at the new - results half-way down the page. This scroll reset seemed to be happening a - little too often at weird times, so the fix hopefully only makes it reset the - scroll exactly for this scenario and no other. ## [v0.16.0] - 2024-09-09 - Batch edit tags and faster collections @@ -57,6 +67,10 @@ version zero. - There is a hard limit of 50000 source directories per loaded view for now. Please let me know if you encounter this limit as it can be increased. +[v0.16.0]: https://github.com/SmilyOrg/photofield/compare/v0.15.1...v0.16.0 + + + ## [v0.15.2] - 2024-08-19 - Timezone, auto-crop, filters, tweaks ### Added