diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8fe2a..4197295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,24 +11,51 @@ version zero. ### Added -- Assume a timezone based on difference between stored EXIF times -- Auto-crop black bars from pillarboxed EXIF-embedded thumbnails -- Allow collections that are defined lower in the configuration with the same - name to override the earlier ones -- Add `created`, `t`, and `dedup` filters (check docs for more) -- Added "tweaks" for preview features +- None + +### Changed + +- None + +### Removed + +- None + + + +## [v0.15.2] - 2024-08-19 - Timezone, auto-crop, filters, tweaks + +### Added + +- New documentation pages +- Added CHANGELOG.md +- New search filters for filtering by date, query similarity, deduplication (see the new docs) ### Changed -- Fixed excessive CPU usage and glitches due to file watches watching the database -- Fixed slow home page loading due to unnecessary database queries -- Fixed image cache size configuration not being applied - Increase the default image memory cache size to 1 GiB - Fixed default photo width and height across all layouts +- Later collections with the same name now override earlier collections, + allowing configuration of specific collections of an expanded collection +- Cleaned up README now that there is better documentation + +## Fixed + +- Timezones are now accounted for in cases the camera writes both a date with + and without a timezone without specifying it explicitly +- Black bars in letter/pillarboxed JPEG thumbnails generated by some cameras are + now cropped automatically +- Image cache size configuration did not apply properly before even through + defaults.yaml implied it was possible +- Fixed the default width and height for photos for all layouts in case metadata + is not present, fixes broken albums in some cases +- Fixed excessive CPU usage and glitches due to file watches watching the + database +- Fixed slow home page loading due to unnecessary database queries + +[v0.15.2]: https://github.com/SmilyOrg/photofield/compare/v0.15.1...v0.15.2 -### Removed -- TBD ## [v0.15.1] - 2024-05-28 - Timezone & build fixes, and experimental layouts