Skip to content

Commit

Permalink
Update with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilyOrg committed Oct 27, 2024
1 parent 27104d0 commit 9a70d97
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 9a70d97

Please sign in to comment.